mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
C++, fix base class rendering.
This commit is contained in:
parent
78ac97231a
commit
11b817bd65
@ -1604,7 +1604,7 @@ class ASTBaseClass(ASTBase):
|
||||
signode += addnodes.desc_annotation(self.visibility,
|
||||
self.visibility)
|
||||
signode += nodes.Text(' ')
|
||||
self.name.describe_signature(signode, mode, env,
|
||||
self.name.describe_signature(signode, 'markType', env,
|
||||
parentScope=parentScope)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user