Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-02 18:43:39 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-02 19:11:06 +0300
commitfd73a169c7abe649aab2fcf12d192f44822bbef2 (patch)
tree5609270523a017b24181670103d5f23d4db2688c /sphinx/addnodes.py
parent8068cef267d771cd933316ba93b13665e8282c9d (diff)
Fix annotations (minor fixes)
Diffstat (limited to 'sphinx/addnodes.py')
-rw-r--r--sphinx/addnodes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py
index cdef72cbf..bf6ff12b9 100644
--- a/sphinx/addnodes.py
+++ b/sphinx/addnodes.py
@@ -107,6 +107,7 @@ class desc_signature_line(nodes.Part, nodes.Inline, nodes.FixedTextElement):
It should only be used in a ``desc_signature`` with ``is_multiline`` set.
Set ``add_permalink = True`` for the line that should get the permalink.
"""
+ sphinx_cpp_tagname = ''
# nodes to use within a desc_signature or desc_signature_line