chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0d292e
)
documentation: it's Doxyfile.xml I shall ignore, not Doxyfile.html.
author
Vladimír Vondruš
<mosra@centrum.cz>
Fri, 1 Apr 2022 10:07:39 +0000
(12:07 +0200)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Fri, 1 Apr 2022 10:07:39 +0000
(12:07 +0200)
Made an error in
45911a18
and apparently it was fine because it silently
returned in some later check.
documentation/doxygen.py
patch
|
blob
|
history
diff --git
a/documentation/doxygen.py
b/documentation/doxygen.py
index 207975f265e628a9ea04b18cf307a4976baa7c58..3d34a01e1b2974bfbe1b18cd6c68a785529d9b1b 100755
(executable)
--- a/
documentation/doxygen.py
+++ b/
documentation/doxygen.py
@@
-2536,7
+2536,7
@@
def parse_xml(state: State, xml: str):
# All these early returns were logged in extract_metadata() already, no
# need to print the same warnings/errors twice. Keep the two consistent.
- if state.current == 'Doxyfile.
ht
ml':
+ if state.current == 'Doxyfile.
x
ml':
return
logging.debug("Parsing {}".format(state.current))