chiark / gitweb /
doxygen: aaand now the coverage is 100%.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 18 Jan 2018 22:07:05 +0000 (23:07 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 18 Jan 2018 22:07:05 +0000 (23:07 +0100)
doxygen/dox2html5.py

index e6bf2eb7b437911b032cdf5958429d182efa7d29..20b8cf5663b413803565418d8f5e3734c87eafb5 100755 (executable)
@@ -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