From fdbf3ea67c92114ff3f5d78ed9cadbeae64b31e7 Mon Sep 17 00:00:00 2001 From: Ryan Levy Date: Tue, 19 May 2015 11:45:21 -0400 Subject: [PATCH] made Doxyfile more general run "doxygen doxygen/Doxyfile" in Maxent root --- doxygen/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index bb29224..03f9060 100644 --- a/doxygen/Doxyfile +++ b/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 = /Users/egull/Projects/Maxent/doc +OUTPUT_DIRECTORY = doc # 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 @@ -743,7 +743,7 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = /Users/egull/Projects/Maxent +INPUT = # 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