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 | 70e46cc2915f7f277e062536f119dc55d8f2096e (patch) | |
| tree | 3b6980562c984ffcca8bb8c597260225f69f5370 /tests/root | |
| parent | 1188737c85db040a2c13745dea71ac1e2caae84d (diff) | |
| download | sphinx-70e46cc2915f7f277e062536f119dc55d8f2096e.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 57e82212..819c5dff 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 |
