Skip to content

Commit

Permalink
update doxygen data to dogwood
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Coder committed Feb 3, 2022
1 parent 03d96de commit 27c0d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ogdf_python/doxygen.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/ogdf_python/doxygen.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def parse_index_xml():


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

0 comments on commit 27c0d0f

Please sign in to comment.