summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makefile b/doc/makefile
index ab123a5..547aa13 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -11,7 +11,7 @@ all: apydoc
# ${MKHTML} ${MKHTMLOPTS} $<
apydoc:
- epydoc --html -n "Logilab's common library" ..
+ epydoc --html -v --graph all --no-private --exclude="__pkginfo__" --exclude="setup" -n "Logilab's common library" ../
clean:
rm -f *.html