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)
9 lines
384 B
Text
9 lines
384 B
Text
GNU cflow analyzes a collection of C source files and prints a graph
|
|
charting control flow within the program.
|
|
|
|
Current implementation is able to produce both direct and inverted
|
|
flowgraphs for C sources. Optionally a cross-reference listing can
|
|
be generated. Two output formats are implemented: POSIX and GNU
|
|
(extended).
|
|
|
|
Input files can optionally be preprocessed before analyzing.
|