diff options
Diffstat (limited to 'devel/cxref/pkg-descr')
-rw-r--r-- | devel/cxref/pkg-descr | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/devel/cxref/pkg-descr b/devel/cxref/pkg-descr index 5bec0f5c118b..2f7292152381 100644 --- a/devel/cxref/pkg-descr +++ b/devel/cxref/pkg-descr @@ -1,14 +1,12 @@ -A program that takes as input a series of C source files -and produces a LaTeX or HTML document containing a cross -reference of the files/functions/variables in the program, -including documentation taken from suitably formatted -source code comments. +A program that takes as input a series of C source files and produces a +LaTeX or HTML document containing a cross reference of the +files/functions/variables in the program, including documentation taken +from suitably formatted source code comments. -The documentation is stored in the C source file in -specially formatted comments, making it simple to maintain. -The cross referencing includes lists of functions called, -callers of each function, usage of global variables, header -file inclusion, macro definitions and type definitions. -Works for ANSI C, including a few gcc extensions. +The documentation is stored in the C source file in specially formatted +comments, making it simple to maintain. The cross referencing includes +lists of functions called, callers of each function, usage of global +variables, header file inclusion, macro definitions and type +definitions. Works for ANSI C, including a few gcc extensions. WWW: http://www.gedanken.demon.co.uk/cxref/ |