From 9b19356b0b0670f3624ea6a64ab0b90ec5a2aae0 Mon Sep 17 00:00:00 2001 From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr> Date: Fri, 6 Feb 2015 13:40:40 +0000 Subject: [PATCH] some change for doxygen to find source files git-svn-id: svn+ssh://svn.in2p3.fr/class@567 0e7d625b-0364-4367-a6be-d5be4a48d228 --- documentation/doxygen/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/doxygen/Doxyfile b/documentation/doxygen/Doxyfile index cd410c649..512fc4291 100755 --- a/documentation/doxygen/Doxyfile +++ b/documentation/doxygen/Doxyfile @@ -753,8 +753,8 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = ./include \ - ./src +INPUT = ../../source/include \ + ../../source/src # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses -- GitLab