Prune devel/py-EnthoughtBase
[dports.git] / devel / cxref / pkg-descr
1 A program that takes as input a series of C source files and produces a
2 LaTeX or HTML document containing a cross reference of the
3 files/functions/variables in the program, including documentation taken
4 from suitably formatted source code comments.
5
6 The documentation is stored in the C source file in specially formatted
7 comments, making it simple to maintain. The cross referencing includes
8 lists of functions called, callers of each function, usage of global
9 variables, header file inclusion, macro definitions and type
10 definitions. Works for ANSI C, including a few gcc extensions.
11
12 WWW: http://www.gedanken.org.uk/software/cxref/