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?
texdocYou should probably also have a look atclsguide. I think a package is devoted to the writing of documentation, but cannot find its name. – Clément Jul 23 '14 at 20:05docpackage? – Martin Schröder Jul 24 '14 at 17:09dtx/doc. Literate programming was invented for TeX. – Martin Schröder Nov 16 '14 at 11:46