diff options
| author | Georg Brandl <georg@python.org> | 2010-08-05 16:03:36 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-08-05 16:03:36 +0200 |
| commit | ac9d5434eefe66b336f7cee5599f253aaea6b70f (patch) | |
| tree | cecf44b0de32746807bdfe4a30cd51f6416fc255 /tests/root/objects.txt | |
| parent | e8f2718d131e48f0ab59005fce15a5fbffd30431 (diff) | |
| download | sphinx-ac9d5434eefe66b336f7cee5599f253aaea6b70f.tar.gz | |
Allow breaking long signatures, continuing with backlash-escaped newlines.
Diffstat (limited to 'tests/root/objects.txt')
| -rw-r--r-- | tests/root/objects.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/root/objects.txt b/tests/root/objects.txt index d6b8bdf6..e62f6d96 100644 --- a/tests/root/objects.txt +++ b/tests/root/objects.txt @@ -41,6 +41,10 @@ Testing object descriptions .. function:: func_without_module2() -> annotation +.. object:: long(parameter, \ + list) + another one + .. class:: TimeInt :param moo: |test| |
