NAME

extindex - Extract indices from extdoc-generated documentation

SYNOPSIS

extindex directory [ directory ... ]

DESCRIPTION

Extindex generates simple indices from extdoc-generated HTML documentation. It searches each of the given directories for command and package documentation and generates cmdIndex.html, which lists the commands and their synopses, and pkgIndex.html, which lists the packages and their synopses.

EXAMPLES

Scan the files in the /projects/vis/doc directory, and write /projects/vis/doc/cmdIndex.html and /projects/vis/doc/pkgIndex.html:
example% extindex /projects/vis/doc

FILES

packageExtAbs.html documentation, abstracts of externally-visible functions, HTML format
commandNameCmd.html documentation on a command, HTML format
cmdIndex.html Index of commands with synopses
pkgIndex.html Index of packages with synopses

SEE ALSO

extdoc, extproto, Documentation on Packages and File Structure, Documentation on Naming Conventions, The Ext System

AUTHOR

Stephen Edwards
sedwards@alumni.caltech.edu