1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/cxref/pkg-descr
Martin Wilke 4b2bdbddf7 - Update to 1.6e
- Stage support

PR:		186414
Submitted by:	ports fury
2014-02-07 13:02:44 +00:00

13 lines
635 B
Plaintext

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.
WWW: http://www.gedanken.org.uk/software/cxref/