jlatexmath icon indicating copy to clipboard operation
jlatexmath copied to clipboard

Bring back the javadoc generation

Open sylvestre opened this issue 7 years ago • 3 comments

AFAIK, it has been removed with the ant migration.

sylvestre avatar Oct 29 '17 17:10 sylvestre

javadoc is generated as part of the maven release, you can see the javadoc.jar on Maven Central:

http://search.maven.org/#search%7Cga%7C1%7Cjlatexmath

In addition when I add jlatexmath as a dependency in Eclipse I can browse straight into the source code because Eclipse automatically downloads the source jar.

Are you also referring to publishing the javadoc to a website?

davidmoten avatar Nov 09 '17 19:11 davidmoten

this is probably my fault then :) in command line, how do you generate it?

sylvestre avatar Nov 10 '17 11:11 sylvestre

To generate the javadoc locally:

mvn javadoc:javadoc

Then javadoc will be generated for the artifacts with java code and you find the javadoc here:

jlatexmath-example-giws/target/apidocs/index.html
jlatexmath-fop/target/apidocs/index.html
jlatexmath/target/apidocs/index.html

davidmoten avatar Nov 11 '17 02:11 davidmoten