File: epydoc.conf

package info (click to toggle)
m2crypto 0.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,416 kB
  • sloc: python: 19,564; makefile: 21; ansic: 18; sh: 17
file content (29 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 2009 Heikki Toivonen. All rights reserved.
# epydoc --no-private -v --config=epydoc.conf
[epydoc]

name = M2Crypto
url = http://chandlerproject.org/Projects/MeTooCrypto

output = html
target = doc/api
graph = all
sourcecode = no
private = no

modules = ./M2Crypto

# Private
exclude-introspect = M2Crypto.__m2crypto

# Variable shadows module, which causes the module to double in the doc
# with second instance showing '. Exclude so we only get one (with ').
exclude = M2Crypto.PGP.PublicKey
exclude = M2Crypto.PGP.PublicKeyRing
exclude = M2Crypto.PGP.packet
exclude = M2Crypto.SSL.Cipher
exclude = M2Crypto.SSL.Connection
exclude = M2Crypto.SSL.Context
exclude = M2Crypto.SSL.SSLServer
exclude = M2Crypto.SSL.ssl_dispatcher
exclude = M2Crypto.SSL.timeout