diff options
| author | Georg Brandl <georg@python.org> | 2011-01-03 21:56:41 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-03 21:56:41 +0100 |
| commit | 594c1a90f4742cfc685089d905242806f2916500 (patch) | |
| tree | 520c6ca043bdc32dd54b3fabcb1c3592579be925 /tests/test_autodoc.py | |
| parent | 92cb77a1315065dc206c880c65c83b87c8576070 (diff) | |
| download | sphinx-git-594c1a90f4742cfc685089d905242806f2916500.tar.gz | |
#520: Provide ``special-members`` option for autodoc directives.
Diffstat (limited to 'tests/test_autodoc.py')
| -rw-r--r-- | tests/test_autodoc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_autodoc.py b/tests/test_autodoc.py index 7ab9f0559..d70fa2606 100644 --- a/tests/test_autodoc.py +++ b/tests/test_autodoc.py @@ -31,6 +31,7 @@ def setup_module(): inherited_members = False, undoc_members = False, private_members = False, + special_members = False, show_inheritance = False, noindex = False, synopsis = '', |
