mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Allow "." and "~" prefixes in inline :param: typedefs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user