Home
last modified time | relevance | path

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

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dhtmlgen.cpp1552 bool dynamicSections = Config_getBool(HTML_DYNAMIC_SECTIONS); in startSectionHeader() local
1553 if (dynamicSections) in startSectionHeader()
1577 bool dynamicSections = Config_getBool(HTML_DYNAMIC_SECTIONS); in startSectionSummary() local
1578 if (dynamicSections) in startSectionSummary()
1589 bool dynamicSections = Config_getBool(HTML_DYNAMIC_SECTIONS); in endSectionSummary() local
1590 if (dynamicSections) in endSectionSummary()
1599 bool dynamicSections = Config_getBool(HTML_DYNAMIC_SECTIONS); in startSectionContent() local
1600 if (dynamicSections) in startSectionContent()