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:
05bd3b1
)
doxygen: aaand now the coverage is 100%.
author
Vladimír Vondruš
<mosra@centrum.cz>
Thu, 18 Jan 2018 22:07:05 +0000
(23:07 +0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Thu, 18 Jan 2018 22:07:05 +0000
(23:07 +0100)
doxygen/dox2html5.py
patch
|
blob
|
history
diff --git
a/doxygen/dox2html5.py
b/doxygen/dox2html5.py
index e6bf2eb7b437911b032cdf5958429d182efa7d29..20b8cf5663b413803565418d8f5e3734c87eafb5 100755
(executable)
--- a/
doxygen/dox2html5.py
+++ b/
doxygen/dox2html5.py
@@
-1740,7
+1740,7
@@
def parse_xml(state: State, xml: str):
if compound.kind == 'example':
# Build breadcrumb navigation
if example_navigation:
- if not compound.name.startswith(example_navigation[1]):
+ if not compound.name.startswith(example_navigation[1]):
# pragma: no cover
logging.critical("{}: example filename is not prefixed with {}".format(state.current, example_navigation[1]))
assert False