An alternative to Texdoclet is the ltxdoclet that I created.
I think the main difference is that it also includes the source code, not just the Javadoc comments, although you can disable it.
This is not well documented on the github site - just download the code and do ant pdfdoku for sample output ( ant latexdoku if you want only LaTeX files). (Documented in German.)
I really need to add a readme file.
Now, here is the jar file - download it somewhere, and then use
javadoc -docletpath ltxdoclet.jar -doclet de.dclj.paul.ltxdoclet.DocletStart -help
to view a list of available options. (It will be in German if you do not have an English locale. Assign it to "LC_ALL = en_US" or similar in bash to get the English version, or see help_en.txt if you don't know German.)
I am working on a webpage with additional documentation, but I am not sure when it will be ready.
Now we have a web page . It links the jar file as well as an example of javadocs when applied to it .
source share