diff options
Diffstat (limited to 'sphinx/addnodes.py')
| -rw-r--r-- | sphinx/addnodes.py | 1 |
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 |
