We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
how to deal with javadoc for individual plugins?
the root doc/api should probably contain only the doc for tc_java (without actual plugins' doc)
doc/api
or maybe under root have both, doc/api and doc/api-all?
doc/api-all
it's probably best to keep the generated javadoc (!) in the repo s.t. it can be easily browsed via https://htmlpreview.github.com?https://github.com/meisl/tc_java-NG/master/doc/api/index.html
The text was updated successfully, but these errors were encountered:
issue #10: add build target jdoc
1f7dc3f
#10: fix javadoc -overview title; add generated javadoc
5f64f36
#10: add -windowtitle -author and -classpath to javadoc options, omit…
0345b19
… example-plugins from javadoc
No branches or pull requests
how to deal with javadoc for individual plugins?
the root
doc/api
should probably contain only the doc for tc_java (without actual plugins' doc)or maybe under root have both,
doc/api
anddoc/api-all
?it's probably best to keep the generated javadoc (!) in the repo s.t. it can be easily browsed via https://htmlpreview.github.com?https://github.com/meisl/tc_java-NG/master/doc/api/index.html
The text was updated successfully, but these errors were encountered: