diff options
| author | Virgil Dupras <hsoft@hardcoded.net> | 2014-01-04 21:40:52 -0500 |
|---|---|---|
| committer | Virgil Dupras <hsoft@hardcoded.net> | 2014-01-04 21:40:52 -0500 |
| commit | ea02a07562977a94c38e29ae9ed91541a1900b6b (patch) | |
| tree | 3b6980562c984ffcca8bb8c597260225f69f5370 /tests/root | |
| parent | 3c8de18e86edd77c00ada3b1354fe2c69ffbc305 (diff) | |
| download | sphinx-git-ea02a07562977a94c38e29ae9ed91541a1900b6b.tar.gz | |
Allow "." and "~" prefixes in inline :param: typedefs.
Diffstat (limited to 'tests/root')
| -rw-r--r-- | tests/root/objects.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/root/objects.txt b/tests/root/objects.txt index 57e822127..819c5dff6 100644 --- a/tests/root/objects.txt +++ b/tests/root/objects.txt @@ -101,6 +101,7 @@ Referring to :func:`nothing <>`. :type hour: DuplicateType :param hour: Duplicate param. Should not lead to crashes. :type hour: DuplicateType + :param .Cls extcls: A class from another module. C items |
