root / epydoc.conf @ 8b3fd458
History | View | Annotate | Download (438 Bytes)
1 |
[epydoc] |
---|---|
2 |
|
3 |
name: Ganeti |
4 |
url: http://code.google.com/p/ganeti/ |
5 |
|
6 |
output: html |
7 |
target: ../doc/api |
8 |
|
9 |
# note: the wildcards means the directories should be cleaned up after each |
10 |
# run, otherwise there will be stale '*c' (compiled) files that will not be |
11 |
# parsable and will break the epydoc run |
12 |
modules: ganeti, scripts/gnt-*, daemons/ganeti-* |
13 |
|
14 |
graph: all |
15 |
|
16 |
|
17 |
simple-term: 1 |
18 |
|
19 |
docformat: epytext |
20 |
|
21 |
imports: yes |
22 |
|
23 |
include-log: no |
24 |
|
25 |
inheritance: listed |