We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dd878 commit 30ec777Copy full SHA for 30ec777
build_docs.sh
@@ -7,6 +7,7 @@ cd Docs/Doxygen
7
doxygen doxygen.conf &> doxygen.out
8
if grep -q "warning:" doxygen.out; then
9
echo "Doxygen warnings detected! Failing..."
10
+ cat doxygen.out
11
exit 1
12
fi
13
cd ../..
0 commit comments