example% extdoc --text tblExtract text and HTML documentation from the ntk packages and look for K&R-style function definitions:
example% extdoc --text --html --KR ntkExtract HTML documentation from the tbl and ntk packages, placing the resulting HTML files in /projects/vis/vis-devel/common/doc/html:
example% extdoc --html=/projects/vis/vis-devel/common/doc/html /projects/vis/vis-devel/common/src/tbl/tbl /projects/vis/vis-devel/common/src/ntk/ntk
packageFile.c | C source file |
package.h | Externally-visible header file |
packageInt.h | Internal header file |
packageDoc.txt | documentation file, ASCII format (extdoc) |
commands.html | documentation, an HTML frame for the commands (extindex) |
packages.html | documentation, an HTML frame for the packages (extindex) |
cmdIndex.html | documentation, an HTML list of all the commands with synopses (extindex) |
pkgIndex.html | documentation, an HTML list of all the packages with synopses (extindex) |
credit.html | documentation, the source of ext system (extindex) |
packageDesc.html | documentation, description of the package in HTML format (extdoc) |
packageTitle.html | documentation, navigation through the three views (external, by function, and by file) in HTML format (extdoc) |
packageExt.html | documentation, an HTML frame set for the externally-visible functions (extdoc) |
packageAllByFunc.html | documentation, an HTML frame set for the internal functions, sorted by function (extdoc) |
packageAllByFile.html | documentation, an HTML frame set for the internal functions, sorted by file (extdoc) |
packageExtAbs.html | documentation, abstracts of externally-visible functions, HTML format (extdoc) |
packageExtDet.html | documentation, details of externally-visible functions, HTML format (extdoc) |
packageAllAbs.html | documentation, abstracts of all functions, sorted by function name, HTML format (extdoc) |
packageAllFile.html | documentation, abstracts of all functions, sorted by file, HTML format (extdoc) |
packageAllDet.html | documentation, details of all functions, HTML format (extdoc) |
commandNameCmd.html | documentation on a command, HTML format (extdoc) |