diff options
author | Johannes Dewender <bitbucket@JonnyJD.net> | 2013-02-27 16:38:55 +0100 |
---|---|---|
committer | Johannes Dewender <bitbucket@JonnyJD.net> | 2013-02-27 16:38:55 +0100 |
commit | 649ab8030c8cab249cd0be28616a0f87b97571dd (patch) | |
tree | 38e6ee9d5e3be9018a4b5bf4e293a688a296b8df /tests/test_autodoc.py | |
parent | ffb825d733b428fc469bfd1bb82c2315acd5b081 (diff) | |
download | sphinx-git-649ab8030c8cab249cd0be28616a0f87b97571dd.tar.gz |
autodoc: change :novalue: to :annoation: option
The :novalue: option is now called :annotation: and has an additional feature:
When given with an argument, you can specify what the annotation
of the object will be.
Diffstat (limited to 'tests/test_autodoc.py')
-rw-r--r-- | tests/test_autodoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_autodoc.py b/tests/test_autodoc.py index bef9c3384..95eda5906 100644 --- a/tests/test_autodoc.py +++ b/tests/test_autodoc.py @@ -38,7 +38,7 @@ def setup_module(): special_members = False, show_inheritance = False, noindex = False, - novalue = False, + annotation = None, synopsis = '', platform = '', deprecated = False, |