Some localized items added (appearance.cd)
[AROS.git] / tools / cxref / LSM
blob0a808d882119ad3d3f5648aa16b50a4834f8ad4f
1 Begin3
2 Title:          Cxref - C program cross-referencing & documentation tool
3 Version:        1.5g [Jun-13-04]
4 Entered-date:   13JUN04
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
9                 source code comments.
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
20                 335k cxref-1.5g.tgz
21 Alternate-site: ftp.ibiblio.org /pub/Linux/devel/lang/c
22 Original-site:  
23 Platforms:      UNIX
24 Copying-policy: GPL
25 End