4

I'm wondering if there is a more generic tool than TeXdoc to browse (and generate) documentation. With TeXdoc, one retrieves (as far as I know) the documentation .pdf of the package. This requires that the developer generates such .pdf and furthermore some of these files are not structured to find the specifications for a macro easily.

Java however has a specific syntax to document methods (macros in LaTeX) such that an IDE can show documentation on the fly and web/pdf documentation can be generated automatically based on the javadoc annotations.

Is there a package/tool to document a package one has developed such that other programs (IDE's, browsers) can use this information?

0 Answers0