summaryrefslogtreecommitdiff
path: root/doc/devel/doxyfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/devel/doxyfile.in')
-rw-r--r--doc/devel/doxyfile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/devel/doxyfile.in b/doc/devel/doxyfile.in
index 8f3db1a1..3ff0762d 100644
--- a/doc/devel/doxyfile.in
+++ b/doc/devel/doxyfile.in
@@ -45,7 +45,7 @@ PROJECT_BRIEF = "A reference DHCPv4 and DHCPv6 implementation"
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
# Doxygen will copy the logo to the output directory.
-PROJECT_LOGO = isc-logo.jpg
+PROJECT_LOGO = devel/isc-logo.jpg
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
@@ -655,7 +655,7 @@ WARN_LOGFILE = doxygen-warnings.log
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = ../..
+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, which is
@@ -1115,7 +1115,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project
# navigation tree you can set this option to NO if you already set
# GENERATE_TREEVIEW to YES.
-DISABLE_INDEX = NO
+DISABLE_INDEX = YES
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
# structure should be generated to display hierarchical information.
@@ -1475,7 +1475,7 @@ ENABLE_PREPROCESSING = YES
# compilation will be performed. Macro expansion can be done in a controlled
# way by setting EXPAND_ONLY_PREDEF to YES.
-MACRO_EXPANSION = YES
+MACRO_EXPANSION = NO
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
# then the macro expansion is limited to the macros specified with the