example% extdoc --text tblExtract text and HTML documentation from the ntk package, writing it to ntkDoc.txt, ntkExtAbs.html, ntkExtDet.html, ntkAllAbs.html, ntkAllDet.html, and look for K&R-style function definitions:
example% extdoc --text --html --KR ntk
packageFile.c | C source file |
package.h | Externally-visible header file |
packageInt.h | Internal header file |
packageDoc.txt | documentation file, ASCII format |
packageExtAbs.html | documentation, abstracts of externally-visible functions, HTML format |
packageExtDet.html | documentation, details of externally-visible functions, HTML format |
packageAllAbs.html | documentation, abstracts of all functions, HTML format |
packageAllAbs.html | documentation, abstracts of all functions, HTML format |
packageAllDet.html | documentation, details of all functions, HTML format |
commandNameCmd.html | documentation on a command, HTML format |