summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/epydoc-config7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/epydoc-config b/Doc/epydoc-config
index 018e461..c71d200 100644
--- a/Doc/epydoc-config
+++ b/Doc/epydoc-config
@@ -8,6 +8,13 @@ output: html
target: Doc/apidoc/
sourcecode: no
+# Do not include private variables
+private: no
+
+# Include the complete set of inherited methods, but grouped in a special
+# section
+inheritance: grouped
+
name: PyCrypto API Documentation
url: http://www.pycrypto.org/