We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d96de commit 27c0d0fCopy full SHA for 27c0d0f
src/ogdf_python/doxygen.json
src/ogdf_python/doxygen.py
@@ -39,6 +39,7 @@ def parse_index_xml():
39
40
41
def find_all_includes():
42
+ # set GENERATE_XML = YES in ogdf-doxygen.cfg, delete the doc/html folder and then run make doc
43
for ctype in ("class", "struct", "namespace"):
44
for compound in DOXYGEN_DATA[ctype].values():
45
compound_xml = etree.parse(os.path.join(DOXYGEN_XML_DIR, compound["refid"] + '.xml'))
0 commit comments