X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/a7399f6694436f5859e1a6b48fe0cb89bbbfc555..560cbec10debba6db50bb357aae19958bbd72808:/epydoc.conf diff --git a/epydoc.conf b/epydoc.conf index 2acda25..4f3cbb7 100644 --- a/epydoc.conf +++ b/epydoc.conf @@ -4,12 +4,11 @@ name: Ganeti url: http://code.google.com/p/ganeti/ output: html -target: ../doc/api # 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-* +modules: ganeti, scripts/gnt-*, daemons/ganeti-confd, daemons/ganeti-masterd, daemons/ganeti-noded, daemons/ganeti-rapi, daemons/ganeti-watcher, daemons/import-export, tools/* graph: all @@ -23,3 +22,6 @@ imports: yes include-log: no inheritance: listed + +parse: yes +introspect: no