Skip to content

Commit 27c0d0f

Browse files
committed
update doxygen data to dogwood
1 parent 03d96de commit 27c0d0f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ogdf_python/doxygen.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/ogdf_python/doxygen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def parse_index_xml():
3939

4040

4141
def find_all_includes():
42+
# set GENERATE_XML = YES in ogdf-doxygen.cfg, delete the doc/html folder and then run make doc
4243
for ctype in ("class", "struct", "namespace"):
4344
for compound in DOXYGEN_DATA[ctype].values():
4445
compound_xml = etree.parse(os.path.join(DOXYGEN_XML_DIR, compound["refid"] + '.xml'))

0 commit comments

Comments
 (0)