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