Searched refs:compounddef (Results 1 – 1 of 1) sorted by relevance
143 def parse_sections(compounddef): argument146 for sectiondef in compounddef.get_sectiondef():159 for compounddef in rootObj.get_compounddef():160 name = compounddef.get_compoundname()161 id = compounddef.get_id()163 if compounddef.get_kind() == DoxCompoundKind.STRUCT:165 elif compounddef.get_kind() == DoxCompoundKind.UNION:167 elif compounddef.get_kind() == DoxCompoundKind.GROUP:169 group_titles[name] = compounddef.get_title()174 sections = parse_sections(compounddef)