Statistics
| Branch: | Tag: | Revision:

root / epydoc.conf @ 42c067b7

History | View | Annotate | Download (446 Bytes)

1
[epydoc]
2

    
3
name: Ganeti
4
url: http://code.google.com/p/ganeti/
5

    
6
output: html
7

    
8
# note: the wildcards means the directories should be cleaned up after each
9
# run, otherwise there will be stale '*c' (compiled) files that will not be
10
# parsable and will break the epydoc run
11
modules: ganeti, scripts/gnt-*, daemons/ganeti-*
12

    
13
graph: all
14

    
15

    
16
simple-term: 1
17

    
18
docformat: epytext
19

    
20
imports: yes
21

    
22
include-log: no
23

    
24
inheritance: listed
25

    
26
parse: yes
27
introspect: no