Belle II Software
development
top_doxygen_check.py
1
#!/usr/bin/env python3
2
3
10
11
"""
12
Perform code doxygen checks for every commit to the top package.
13
"""
14
15
import
re
16
from
b2test_utils
import
check_error_free
17
18
if
__name__ ==
"__main__"
:
19
ignoreme =
'IGNORE_NOTHING'
20
check_error_free(
"b2code-doxygen-warnings"
,
"doxygen"
,
"top"
,
21
lambda
x: re.findall(ignoreme, x)
or
x ==
"'"
)
top
tests
top_doxygen_check.py
Generated on Fri Nov 8 2024 02:43:11 for Belle II Software by
1.9.6