Home
last modified time | relevance | path

Searched refs:endIndexSection (Results 1 – 11 of 11) sorted by relevance

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dindex.cpp4453 ol.endIndexSection(isTitlePageStart); in writeIndex()
4456 ol.endIndexSection(isTitlePageAuthor); in writeIndex()
4472 ol.endIndexSection(isMainPage); in writeIndex()
4535 ol.endIndexSection(isModuleIndex); in writeIndex()
4547 ol.endIndexSection(isConceptIndex); in writeIndex()
4575 ol.endIndexSection(isCompoundIndex); in writeIndex()
4585 ol.endIndexSection(isCompoundIndex); in writeIndex()
4591 ol.endIndexSection(isCompoundIndex); in writeIndex()
4597 ol.endIndexSection(isCompoundIndex); in writeIndex()
4603 ol.endIndexSection(isFileIndex); in writeIndex()
[all …]
H A Dmangen.h46 void endIndexSection(IndexSections) {} in endIndexSection() function
H A Drtfgen.h52 void endIndexSection(IndexSections);
H A Doutputlist.h78 void endIndexSection(IndexSections is) in endIndexSection() function
79 { forall(&OutputGenerator::endIndexSection,is); } in endIndexSection()
H A Dlatexgen.h136 void endIndexSection(IndexSections);
H A Dhtmlgen.h131 void endIndexSection(IndexSections) {} in endIndexSection() function
H A Ddocbookgen.h148 void endIndexSection(IndexSections);
H A Doutputgen.h376 virtual void endIndexSection(IndexSections) = 0;
H A Ddocbookgen.cpp462 void DocbookGenerator::endIndexSection(IndexSections is) in endIndexSection() function in DocbookGenerator
H A Dlatexgen.cpp859 void LatexGenerator::endIndexSection(IndexSections is) in endIndexSection() function in LatexGenerator
H A Drtfgen.cpp587 void RTFGenerator::endIndexSection(IndexSections is) in endIndexSection() function in RTFGenerator