Add super method; CPPObject.get_index_text()

This commit is contained in:
Takeshi KOMIYA 2018-12-13 00:19:36 +09:00
parent 4b4416834b
commit 28f26a429d

View File

@ -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()