Is there a way how to include LaTeX formulas in javadoc generated by Netbeans? I found following taglet: http://users.informatik.uni-halle.de/~grau/LaTeXlet/index.html
It requires modifying javadocs arguments...
-taglet latexlet.InlineBlockLaTeXlet -taglet latexlet.BlockLaTeXlet -taglet latexlet.InlineLaTeXlet -tagletpath path/to/the/jar/LaTeXlet.jar
how can I do that?