Skip to content
Snippets Groups Projects
  • Iustin Pop's avatar
    Switch epydoc to parse only · 16f323ce
    Iustin Pop authored
    epydoc seems to be mightily confused by decorators and how they change
    functions (it starts mixing the parameters of the decorated function
    into the decorator itself); so we want it to parse only and not look at
    the objects themselves.
    
    Reviewed-by: ultrotter
    16f323ce
epydoc.conf 446 B
[epydoc]

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

output: html

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

graph: all


simple-term: 1

docformat: epytext

imports: yes

include-log: no

inheritance: listed

parse: yes
introspect: no