Search code examples
javaeclipsejavadoc

Creating documentation for third-party java library


We rely on some third-party java libraries (no source code available) which don't provide javadocs. Is there a practical way to create a javadoc jar for these libraries that I can use in Eclipse?


Solution

  • Ended up just creating a skeleton to attach javadocs to. Doesn't even need to compile.