From 53f67ec0fcc42d1d2ede2ddf656f358d7ab11bd1 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Mon, 27 Feb 2012 12:43:31 -0500
Subject: [PATCH] #8763 Fix doxygen generation

---
 daemon/doc/doxygen/core-doc.cfg.in | 2 +-
 hudson-sflphone-script.sh          | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/daemon/doc/doxygen/core-doc.cfg.in b/daemon/doc/doxygen/core-doc.cfg.in
index c1f5af2875..39c7185923 100644
--- a/daemon/doc/doxygen/core-doc.cfg.in
+++ b/daemon/doc/doxygen/core-doc.cfg.in
@@ -51,7 +51,7 @@ PROJECT_LOGO           =
 # If a relative path is entered, it will be relative to the location
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       =	./generated-doc
+OUTPUT_DIRECTORY       =
 
 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
 # 4096 sub-directories (in 2 levels) under the output directory of each output
diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh
index 0579ccd641..e7873e20b6 100755
--- a/hudson-sflphone-script.sh
+++ b/hudson-sflphone-script.sh
@@ -20,7 +20,9 @@ function run_code_analysis {
 function gen_doxygen {
 	# Check if doxygen is installed on the system
 	if [ `which doxygen &>/dev/null ; echo $?` -ne 1 ] ; then
+		pushd doc/doxygen
 		doxygen core-doc.cfg.in
+		popd
 	fi
 }
 
-- 
GitLab