mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add super method; CPPObject.get_index_text()
This commit is contained in:
parent
4b4416834b
commit
28f26a429d
@ -6395,6 +6395,10 @@ class CPPObject(ObjectDescription):
|
|||||||
signode['first'] = (not self.names) # hmm, what is this about?
|
signode['first'] = (not self.names) # hmm, what is this about?
|
||||||
self.state.document.note_explicit_target(signode)
|
self.state.document.note_explicit_target(signode)
|
||||||
|
|
||||||
|
def get_index_text(self, name):
|
||||||
|
# type: (unicode) -> unicode
|
||||||
|
raise NotImplementedError()
|
||||||
|
|
||||||
def parse_definition(self, parser):
|
def parse_definition(self, parser):
|
||||||
# type: (Any) -> Any
|
# type: (Any) -> Any
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
Loading…
Reference in New Issue
Block a user