Statistics
| Branch: | Tag: | Revision:

root / epydoc.conf.in @ 756df409

History | View | Annotate | Download (444 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: @MODULES@
12

    
13
graph: all
14

    
15
simple-term: 1
16

    
17
docformat: epytext
18

    
19
imports: yes
20

    
21
include-log: no
22

    
23
inheritance: listed
24

    
25
parse: yes
26
introspect: no
27

    
28
fail-on: docstring_warnings