From cf6e0b73800acd43119e6d3a1603c3954ce1c2d3 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Wed, 4 Jan 2012 13:41:55 +0100
Subject: [PATCH] Try to removed hard coded values. Seems to work for me.

---
 build/doxygen/dolibarr-doxygen.doxyfile | 2 +-
 build/doxygen/hudson-doxygen.doxyfile   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/doxygen/dolibarr-doxygen.doxyfile b/build/doxygen/dolibarr-doxygen.doxyfile
index b8162dd7df3..5431209ced0 100644
--- a/build/doxygen/dolibarr-doxygen.doxyfile
+++ b/build/doxygen/dolibarr-doxygen.doxyfile
@@ -114,7 +114,7 @@ FULL_PATH_NAMES = YES
 # If left blank the directory from which doxygen is run is used as the
 # path to strip.
 
-STRIP_FROM_PATH = "/media/DATA/Mes Developpements/dolibarr"
+STRIP_FROM_PATH = "../.."
 
 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
 # the path mentioned in the documentation of a class, which tells
diff --git a/build/doxygen/hudson-doxygen.doxyfile b/build/doxygen/hudson-doxygen.doxyfile
index 22318f7114b..26628c645a3 100644
--- a/build/doxygen/hudson-doxygen.doxyfile
+++ b/build/doxygen/hudson-doxygen.doxyfile
@@ -114,7 +114,7 @@ FULL_PATH_NAMES = YES
 # If left blank the directory from which doxygen is run is used as the
 # path to strip.
 
-STRIP_FROM_PATH = "/var/lib/jenkins/jobs/dolibarr-develop/workspace/htdocs"
+STRIP_FROM_PATH = "."
 
 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
 # the path mentioned in the documentation of a class, which tells
-- 
GitLab