From f6dd139463d53033ab593950b17a5298ef1a206e Mon Sep 17 00:00:00 2001
From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr>
Date: Fri, 6 Feb 2015 14:37:03 +0000
Subject: [PATCH] correct path to write doxyfile

git-svn-id: svn+ssh://svn.in2p3.fr/class@572 0e7d625b-0364-4367-a6be-d5be4a48d228
---
 documentation/doxygen/Doxyfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/doxygen/Doxyfile b/documentation/doxygen/Doxyfile
index 512fc4291..0f38dae1a 100755
--- a/documentation/doxygen/Doxyfile
+++ b/documentation/doxygen/Doxyfile
@@ -58,7 +58,7 @@ PROJECT_LOGO           =
 # entered, it will be relative to the location where doxygen was started. If
 # left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = ./Doxygen/html
+OUTPUT_DIRECTORY       = ./html/doxygen
 
 # 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 format and
-- 
GitLab