summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doxyfile (renamed from docs/SOURCE/Doxyfile)6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/SOURCE/Doxyfile b/Doxyfile
index 5b5f30f9..f0c02a46 100644
--- a/docs/SOURCE/Doxyfile
+++ b/Doxyfile
@@ -30,7 +30,7 @@ PROJECT_NUMBER =
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
-OUTPUT_DIRECTORY =
+OUTPUT_DIRECTORY = docs/SOURCE
# 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
@@ -406,7 +406,7 @@ WARN_FORMAT = "$file:$line: $text"
# and error messages should be written. If left blank the output is written
# to stderr.
-WARN_LOGFILE = "warnings.log"
+WARN_LOGFILE = "docs/SOURCE/warnings.log"
#---------------------------------------------------------------------------
# configuration options related to the input files
@@ -417,7 +417,7 @@ WARN_LOGFILE = "warnings.log"
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = "../../src"
+INPUT = "src"
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp