NAME
analizo-files-graph - dependency graph generator among files
USAGE
analizo files-graph [OPTIONS] <input> [<input> [<input> ...]]
DESCRIPTION
analizo files-graph reads the dependency information from one or more source code directories passed as arguments, and produces as output the graph of dependencies between the files of the software in the graphviz(1) format.
analizo files-graph is part of the analizo suite and was implemented to represent the old analizo dsm output tool in a textual format, as the dsm tool is going to be removed from analizo suite. The dependency graph includes relationships among files including function calls, inheritances and attribute use.
analizo files-graph is part of the analizo suite.
REQUIRED ARGUMENTS
- <input>...
-
The input directories (or files) with source code to be processed.
Although you can pass individual files as input, this tool is more useful if you pass entire source directories.
OPTIONS
VIEWING THE GRAPH
See analizo-graph(1).
READING THE GRAPH
See analizo-graph(1).
SEE ALSO
dotty(1), dot(1), neato(1), analizo(1)
COPYRIGHT AND AUTHORS
See analizo(1).