1
2depdiagram-prepare(1) General Commands Manual depdiagram-prepare(1)
3
4
5
7 depdiagram-prepare - Generate Graphviz dot files for one or all frame‐
8 works
9
11 5.13.0
12
13
15 usage: depdiagram-prepare [-h] (-s DIR | -a BASE_DIR) dot_dir
16
17 positional arguments:
18 dot_dir Destination dir where dot files will be gener‐
19 ated
20
21 optional arguments:
22 -h, --help show this help message and exit
23 -s DIR, --single DIR Generate dot files for the framework stored in
24 DIR
25 -a BASE_DIR, --all BASE_DIR
26 Generate dot files for all frameworks whose dir
27 is in
28 BASE_DIR
29
30
32 This version of kapidox was written by Aurélien Gâteau agateau@kde.org.
33
34 This man-page was created by Scott Kitterman <scott@kitterman.com>.
35
36
37
38
39 2015-07-11 depdiagram-prepare(1)