analizo-files-graph - dependency graph generator among files
analizo files-graph [OPTIONS] <input> [<input> [<input> ...]]
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.
- <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.
- --output <file>, -o <file>
- Use a file as output
See
analizo-graph(1).
See
analizo-graph(1).
dotty(1),
dot(1),
neato(1),
analizo(1)
See
analizo(1).