Skip to content

Commit 0fa8dd3

Browse files
fdomfbernatx
authored andcommitted
Fdomf/jenkins-wa (carla-simulator#1963)
* Added c++ doc section, Updated bp_library,docs improvements * Minor changes * Docs updates * Added c++ doc section, Updated bp_library,docs improvements * Minor changes * Docs updates * Updated jenkins file - master rebase * Fixed doxygen link * Waypoint tutorial extended and fixes * Fixes * Jenskins work arround for unnecessary commits and ci build * Doxyfile tab format
1 parent 3d7d293 commit 0fa8dd3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Doxyfile

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ WARN_IF_UNDOCUMENTED = NO
1313
WARN_LOGFILE = Doxygen/warnings.log
1414
INPUT = Unreal/CarlaUE4/Source Unreal/CarlaUE4/Plugins/Carla/Source LibCarla/source
1515
FILE_PATTERNS = *.cpp *.h *.hpp *.cc
16+
EXCLUDE = LibCarla/source/carla/Version.h
1617
RECURSIVE = YES
1718
SOURCE_BROWSER = YES
1819
STRIP_CODE_COMMENTS = NO

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pipeline {
9191
sh 'cd ~/carla-simulator.github.io && \
9292
git pull && \
9393
git add Doxygen && \
94-
git commit -m "Updated c++ docs" || true && \
94+
git commit -m "Updated c++ docs [skip ci]" || true && \
9595
git push'
9696
}
9797
}

0 commit comments

Comments
 (0)