diff options
author | Legrandin <gooksankoo@hoiptorrow.mailexpire.com> | 2012-04-10 21:26:33 +0200 |
---|---|---|
committer | Legrandin <gooksankoo@hoiptorrow.mailexpire.com> | 2012-04-10 21:26:33 +0200 |
commit | a7123247de876c8bafbd1d60a349d861e7111d58 (patch) | |
tree | 386c567ae57bb64998cd04c7482bffb2571920e2 /Doc | |
parent | 7ad012fae30f558e40efdd541e4e6503e47343b1 (diff) | |
download | pycrypto-a7123247de876c8bafbd1d60a349d861e7111d58.tar.gz |
Refreshed documentation for RSA. epydoc does not generate documentation for private methods, and inherited ones are made more explicit.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/epydoc-config | 7 |
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/ |