code-dep-graph(1)¶
Usage¶
code-dep-graph [<options>] [-d <topdir>] [-o <outfile>]
Options¶
Post-processing¶
Output is in the graphviz, “dot” format. Examples of post-processing:
Basic graph (could be complicated).
dot -Tpng -o out.png in.dot
Apply transitive reduction to graph prior to main processing.
tred in.dot | dot -Tpng -o out.dot