jlatexmath
jlatexmath copied to clipboard
Bring back the javadoc generation
AFAIK, it has been removed with the ant migration.
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?
this is probably my fault then :) in command line, how do you generate it?
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