Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring back the javadoc generation #35

Open
sylvestre opened this issue Oct 29, 2017 · 3 comments
Open

Bring back the javadoc generation #35

sylvestre opened this issue Oct 29, 2017 · 3 comments

Comments

@sylvestre
Copy link
Contributor

AFAIK, it has been removed with the ant migration.

@davidmoten
Copy link
Collaborator

davidmoten commented Nov 9, 2017

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?

@sylvestre
Copy link
Contributor Author

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

@davidmoten
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants