Src2html - Hyperlink a C Source Tree
Src2html1.4a - Hyperlink a C Source Tree
src2html is a program which takes a C source tree and creates a set of
HTML hypertext documents that allows the most important symbols in the
source tree to be found easily. As well, a HTML version of the source
tree is created, with the symbols given in bold font where they are defined
in the source.
src2html finds and hyperlinks the following C symbols: Preprocessor
defines and macros, C functions, global variables, structs, unions, enums
and typedefs. If defined in the configuration file, a query document is used
so that symbols can be located by an index query instead of following
hyperlinks.
Warren Toomey wkt@tuhs.org, January 1996