我想使用IntelliJ IDEA为我当前的项目创建Javadoc。我将LWJGL用作库。当我尝试创建Javadoc时,从库中收到很多错误。
C:\Users\Daniel Wolbach\IdeaProjects\LWJGL 2D Game\lib\lwjgl-sources.jar(/org/lwjgl/system/jni/JNINativeInterface.java):241: error: unmappable character (0x9D) for encoding windows-1252
* <p>In most cases, programmers pass “0� to the mode argument to ensure consistent behavior for both pinned and copied arrays. The other options give
C:\Users\Daniel Wolbach\IdeaProjects\LWJGL 2D Game\lib\lwjgl-sources.jar(/org/lwjgl/system/Checks.java):9: error: package javax.annotation does not exist
import javax.annotation.*;
实际上有100个...
有什么方法可以不将库包含在Javadoc中吗?还是这里出了什么问题?