From 043e9ad7ac1175ec3e15c7fbff7369240c37241b Mon Sep 17 00:00:00 2001
From: Gerardo Tauriello <gerardo.tauriello@unibas.ch>
Date: Thu, 13 Feb 2020 15:25:52 +0100
Subject: [PATCH] Fix/clarify use of old legacy doxygen doc

---
 doxygen/Doxyfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile
index d44e235b5..1c694fd73 100644
--- a/doxygen/Doxyfile
+++ b/doxygen/Doxyfile
@@ -1,5 +1,8 @@
 # Doxyfile 1.5.7
 
+# RUN in OST_ROOT with "doxygen doxygen/Doxyfile" (assumes compiled in build)
+# -> outout in doc/html
+
 #---------------------------------------------------------------------------
 # Project related configuration options
 #---------------------------------------------------------------------------
@@ -91,7 +94,7 @@ WARN_LOGFILE           =
 #---------------------------------------------------------------------------
 # configuration options related to the input files
 #---------------------------------------------------------------------------
-INPUT                  = ./modules ./stage
+INPUT                  = ./modules ./build/stage
 INPUT_ENCODING         = UTF-8
 FILE_PATTERNS          = *.hh \
                          *.dox \
-- 
GitLab