dont document special members

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@659 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-12-09 13:27:23 +00:00
parent c3da4b5f64
commit 1abaadcea3
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ Virtual Smart Card
GPL version 3 GPL version 3
:Tested Platforms: :Tested Platforms:
- Linux (Debian, Ubuntu, OpenMoko) - Linux (Debian, Ubuntu, OpenMoko)
- Windows (|vpicc| natively, |vpcd| via Cygwin) - Windows (|vpicc| natively, |vpcd| only via Cygwin)
:Potential Platforms: :Potential Platforms:
Unix-like operating systems (Mac OS, Solaris, BSD, ...) Unix-like operating systems (Mac OS, Solaris, BSD, ...)

View File

@@ -24,7 +24,7 @@
GPL version 3 GPL version 3
:Tested Platforms: :Tested Platforms:
- Linux (Debian, Ubuntu, OpenMoko) - Linux (Debian, Ubuntu, OpenMoko)
- Windows (only |vpicc|, not |vpcd|) - Windows (|vpicc| natively, |vpcd| only via Cygwin)
:Potential Platforms: :Potential Platforms:
Unix-like operating systems (Mac OS, Solaris, BSD, ...) Unix-like operating systems (Mac OS, Solaris, BSD, ...)

View File

@@ -39,7 +39,7 @@ OPTIONS = ['members',
'inherited-members', 'inherited-members',
'show-inheritance', 'show-inheritance',
'private-members', 'private-members',
'special-members', #'special-members',
] ]
INIT = '__init__.py' INIT = '__init__.py'