2 Title: Cxref - C program cross-referencing & documentation tool
3 Version: 1.5g [Jun-13-04]
5 Description: A program that takes as input a series of C source files
6 and produces a LaTeX or HTML document containing a cross
7 reference of the files/functions/variables in the program,
8 including documentation taken from suitably formatted
10 The documentation is stored in the C source file in
11 specially formatted comments, making it simple to maintain.
12 The cross referencing includes lists of functions called,
13 callers of each function, usage of global variables, header
14 file inclusion, macro definitions and type definitions.
15 Works for ANSI C, including many gcc extensions.
16 Keywords: C programming document cross-reference
17 Author: amb@gedanken.demon.co.uk
18 Maintained-by: amb@gedanken.demon.co.uk
19 Primary-site: www.gedanken.demon.co.uk /download-cxref
21 Alternate-site: ftp.ibiblio.org /pub/Linux/devel/lang/c