Statistics
| Branch: | Tag: | Revision:

root / epydoc.conf @ d128fdb6

History | View | Annotate | Download (417 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