diff --git a/Doxyfile b/Doxyfile index 36409b425..171552cee 100644 --- a/Doxyfile +++ b/Doxyfile @@ -13,6 +13,7 @@ WARN_IF_UNDOCUMENTED = NO WARN_LOGFILE = Doxygen/warnings.log INPUT = Unreal/CarlaUE4/Source Unreal/CarlaUE4/Plugins/Carla/Source LibCarla/source FILE_PATTERNS = *.cpp *.h *.hpp *.cc +EXCLUDE = LibCarla/source/carla/Version.h RECURSIVE = YES SOURCE_BROWSER = YES STRIP_CODE_COMMENTS = NO diff --git a/Jenkinsfile b/Jenkinsfile index 0b837b3c3..89b3f2a99 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,7 +91,7 @@ pipeline { sh 'cd ~/carla-simulator.github.io && \ git pull && \ git add Doxygen && \ - git commit -m "Updated c++ docs" || true && \ + git commit -m "Updated c++ docs [skip ci]" || true && \ git push' } }