Belle II Software
development
calibration_doxygen_check.py
1
#!/usr/bin/env python3
2
3
10
11
"""
12
Perform code doxygen checks for every commit to the calibration package.
13
"""
14
15
import
re
16
from
b2test_utils
import
check_error_free
17
from
b2test_utils
import
skip_test
18
19
skip_test(
"New doxygen version in latest externals."
)
20
21
if
__name__ ==
"__main__"
:
22
ignoreme =
'IGNORE_NOTHING'
23
check_error_free(
"b2code-doxygen-warnings"
,
"doxygen"
,
"calibration"
,
24
lambda
x: re.findall(ignoreme, x)
or
x ==
"'"
)
calibration
tests
calibration_doxygen_check.py
Generated on Mon Sep 1 2025 02:47:58 for Belle II Software by
1.13.2