Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以添加预编译库 jar 文件的 java 注释吗?我目前正在试验 lwgjl 但它缺乏记录 opengl 功能。我想在遇到新方法或属性的过程中添加对库的函数和属性的评论。
现在我必须同时打开 opengl 和 lwgjl API 来引用方法和属性,并且每次都必须查看它。在一个地方(在IDE中)使其紧凑会很方便
您可以像这样附加源代码和 javadoc:
sourcecode
javadoc
如果你想自己添加评论,你必须提取源代码并添加这个文件夹。