comparison doc/epydoc.conf @ 426:a1955bc39924 trunk

Add epydoc-based API doc generation to the build.
author cmlenz
date Thu, 22 Mar 2007 13:10:55 +0000
parents
children 55c574767df2
comparison
equal deleted inserted replaced
425:073640758a42 426:a1955bc39924
1 [epydoc]
2
3 name: Genshi
4 url: http://genshi.edgewall.org/
5 modules: genshi
6 verbosity: 1
7
8 # Extraction
9 docformat: restructuredtext
10 parse: yes
11 introspect: yes
12 exclude: .*\.tests.*
13 inheritance: listed
14 private: no
15 imports: no
16 include-log: no
17
18 # HTML output
19 output: html
20 target: doc/api/
21 css: doc/style/apidoc.css
22 top: genshi
23 frames: no
24 sourcecode: no
Copyright (C) 2012-2017 Edgewall Software