Belle II Software
release-08-01-10
ir_doxygen_check.py
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
4
11
12
"""
13
Perform code doxygen checks for every commit to the ir package.
14
"""
15
16
import
re
17
from
b2test_utils
import
check_error_free
18
19
if
__name__ ==
"__main__"
:
20
ignoreme =
'IGNORE_NOTHING'
21
check_error_free(
"b2code-doxygen-warnings"
,
"doxygen"
,
"ir"
,
22
lambda
x: re.findall(ignoreme, x)
or
x ==
"'"
)
ir
tests
ir_doxygen_check.py
Generated on Mon Sep 23 2024 14:03:06 for Belle II Software by
1.9.1