Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 553 Bytes

dep

Usage: dep.sh [OPTION]... DIRECTORY
Scan and visualize C/C++ source file dependencies.

Options:
  -e              show extern dependencies
  -h              show help
  -o FILENAME     specify the output png name, default is "dep.png"

For an example project, we can get the following output.

example

If specified with -e option, we will get more dependencies.

extern

Don't use this tool for large project. The generation of picture output is slow. And the readablity is poor.