Fdomf/jenkins-wa (#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
This commit is contained in:
Francesc Domene 2019-08-02 14:36:06 +02:00 committed by bernat
parent 3d7d29315d
commit 0fa8dd311c
2 changed files with 2 additions and 1 deletions

View File

@ -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

2
Jenkinsfile vendored
View File

@ -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'
}
}