diff options
author | Georg Brandl <georg@python.org> | 2013-09-16 04:25:53 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-09-16 04:25:53 +0200 |
commit | e73280786960fb6703bc482e2285155657deb290 (patch) | |
tree | ade22afeff50784a74e2659523316c0a18b8968f /tests/test_autodoc.py | |
parent | 5f4ace9aced2532d1f8275cfa94d3e41038de898 (diff) | |
parent | 649ab8030c8cab249cd0be28616a0f87b97571dd (diff) | |
download | sphinx-git-e73280786960fb6703bc482e2285155657deb290.tar.gz |
Merged in JonnyJD/sphinx/autodoc_novalue (pull request #109)
feature: autodoc: add :annotation: option for autodata and autoattribute
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 aabc1bd72..ba87b0eff 100644 --- a/tests/test_autodoc.py +++ b/tests/test_autodoc.py @@ -51,6 +51,7 @@ def setup_test(): special_members = False, show_inheritance = False, noindex = False, + annotation = None, synopsis = '', platform = '', deprecated = False, |