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 c9284ae commit 92da8b3Copy full SHA for 92da8b3
.travis.yml
@@ -49,7 +49,7 @@ jobs:
49
- stage: Linter + Doxygen + non-debug Ubuntu/gcc-5 test
50
env:
51
NAME: "DOXYGEN-CHECK"
52
- DOXYGEN_VERSION: "1.8.14"
+ DOXYGEN_VERSION: "1.8.16"
53
addons:
54
apt:
55
sources:
scripts/run_doxygen.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Check doxygen version
4
-EXPECTED_VERSION="1.8.14"
+EXPECTED_VERSION="1.8.16"
5
doxygen --version | grep -x $EXPECTED_VERSION > /dev/null
6
if [ $? -ne 0 ]
7
then
0 commit comments