summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorSebastian Ramacher <s.ramacher@gmx.at>2012-05-28 12:01:11 +0200
committerSebastian Ramacher <s.ramacher@gmx.at>2012-05-28 12:01:11 +0200
commit556cefdf083b32982f82e6da906084ed050223ed (patch)
treed9b061ed87448c9a2e324196aa9853671a5744af /Doc
parentcbc13b3f4203ceec940cf90e32962a85650226fd (diff)
downloadpycrypto-556cefdf083b32982f82e6da906084ed050223ed.tar.gz
Fix exclude-introspect.
Only the last exclude-introspect setting is considered.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/epydoc-config3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/epydoc-config b/Doc/epydoc-config
index c71d200..207db13 100644
--- a/Doc/epydoc-config
+++ b/Doc/epydoc-config
@@ -22,6 +22,5 @@ link: <a href="http://www.pycrypto.org/">PyCrypto.org</a>
# The documentation is usually built on a Linux machine; nt.py tries to
# import the winrandom module.
-exclude-introspect: ^Crypto\.Random\.OSRNG\.nt|Crypto\.Util\.winrandom$
-exclude-introspect: ^Crypto\.Util\.osentropy\.nt$
+exclude-introspect: ^Crypto\.Random\.OSRNG\.nt|Crypto\.Util\.winrandom|Crypto\.Util\.osentropy\.nt$
exclude: ^Crypto\.SelfTest