mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
586 B
Text
10 lines
586 B
Text
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.
|