Generally, when publishing a library, do we need both sources.jar
and javadoc.jar
? I don't really understand the purpose of javadoc.jar
.If it's about the code documentation, the IDE can show it from sources.jar
itself.
Please note, this is not a duplicate of What are the differences between javadoc.jar, sources.jar and .jar?. I am looking for what javadoc.jar
can do, that sources.jar
can't.