We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7d293 commit 0fa8dd3Copy full SHA for 0fa8dd3
Doxyfile
@@ -13,6 +13,7 @@ WARN_IF_UNDOCUMENTED = NO
13
WARN_LOGFILE = Doxygen/warnings.log
14
INPUT = Unreal/CarlaUE4/Source Unreal/CarlaUE4/Plugins/Carla/Source LibCarla/source
15
FILE_PATTERNS = *.cpp *.h *.hpp *.cc
16
+EXCLUDE = LibCarla/source/carla/Version.h
17
RECURSIVE = YES
18
SOURCE_BROWSER = YES
19
STRIP_CODE_COMMENTS = NO
Jenkinsfile
@@ -91,7 +91,7 @@ pipeline {
91
sh 'cd ~/carla-simulator.github.io && \
92
git pull && \
93
git add Doxygen && \
94
- git commit -m "Updated c++ docs" || true && \
+ git commit -m "Updated c++ docs [skip ci]" || true && \
95
git push'
96
}
97
0 commit comments