mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 21:30:14 +03:00
10 lines
No EOL
365 B
Markdown
10 lines
No EOL
365 B
Markdown
# Extra Scripts
|
|
Extra scripts that use DScanner to produce their output. These scripts assume a UNIX environment.
|
|
|
|
### importgraph.sh
|
|
Displays a graph of the imports of the given D files.
|
|
Requires Imagemagick and Graphviz
|
|
|
|
### uml.sh
|
|
Displays a basic class diagram of classes, structs, and interfaces in the given D file.
|
|
Requires Imagemagic, XSLTProc, and Graphviz |