From 0fa8dd311c5a00d304eb7f4d8dee7042c4eba373 Mon Sep 17 00:00:00 2001 From: Francesc Domene <47461016+fdomf@users.noreply.github.com> Date: Fri, 2 Aug 2019 14:36:06 +0200 Subject: [PATCH] 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 --- Doxyfile | 1 + Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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' } }