From b656b94b1734ab417b760db2b068d8ecc1d9f583 Mon Sep 17 00:00:00 2001
From: Norbert Podhorszki <pnorbert@ornl.gov>
Date: Mon, 24 Oct 2016 14:47:29 -0400
Subject: [PATCH] make source path relative to Doxygen file to make it work for
 everyone

---
 doc/Doxyfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Doxyfile b/doc/Doxyfile
index 5b96279c3..105df52c3 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -771,7 +771,7 @@ WARN_LOGFILE =
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
 # Note: If this tag is empty the current directory is searched.
 
-INPUT = /home/wfg/workspace/ADIOSPP/src /home/wfg/workspace/ADIOSPP/include 
+INPUT = ../src ../include 
 
 # 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