|
@@ -25,13 +25,17 @@ DOXYFILE_ENCODING = UTF-8
|
|
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
|
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
|
# by quotes) that should identify the project.
|
|
# by quotes) that should identify the project.
|
|
|
|
|
|
-PROJECT_NAME = BIND
|
|
|
|
|
|
+PROJECT_NAME = BIND10
|
|
|
|
|
|
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
|
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
|
# This could be handy for archiving the generated documentation or
|
|
# This could be handy for archiving the generated documentation or
|
|
# if some version control system is used.
|
|
# if some version control system is used.
|
|
|
|
|
|
-PROJECT_NUMBER = 10.0.0
|
|
|
|
|
|
+# Currently this variable is overwritten (see devel target in Makefile.am)
|
|
|
|
+# If the number of paramters to overwrite increases, we should generate
|
|
|
|
+# Doxyfile (rename it to Doxyfile.in and generate during configure phase)
|
|
|
|
+
|
|
|
|
+PROJECT_NUMBER =
|
|
|
|
|
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
|
# base path where the generated documentation will be put.
|
|
# base path where the generated documentation will be put.
|
|
@@ -47,7 +51,7 @@ OUTPUT_DIRECTORY = html
|
|
# source files, where putting all generated files in the same directory would
|
|
# source files, where putting all generated files in the same directory would
|
|
# otherwise cause performance problems for the file system.
|
|
# otherwise cause performance problems for the file system.
|
|
|
|
|
|
-CREATE_SUBDIRS = NO
|
|
|
|
|
|
+CREATE_SUBDIRS = YES
|
|
|
|
|
|
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
|
|
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
|
|
# documentation generated by doxygen is written. Doxygen will use this
|
|
# documentation generated by doxygen is written. Doxygen will use this
|
|
@@ -574,7 +578,8 @@ INPUT = ../src/lib/exceptions ../src/lib/cc \
|
|
../src/lib/log/compiler ../src/lib/asiolink/ ../src/lib/nsas \
|
|
../src/lib/log/compiler ../src/lib/asiolink/ ../src/lib/nsas \
|
|
../src/lib/testutils ../src/lib/cache ../src/lib/server_common/ \
|
|
../src/lib/testutils ../src/lib/cache ../src/lib/server_common/ \
|
|
../src/bin/sockcreator/ ../src/lib/util/ ../src/lib/util/io/ \
|
|
../src/bin/sockcreator/ ../src/lib/util/ ../src/lib/util/io/ \
|
|
- ../src/lib/resolve ../src/lib/acl ../src/bin/dhcp6 ../src/lib/dhcp
|
|
|
|
|
|
+ ../src/lib/resolve ../src/lib/acl ../src/bin/dhcp6 ../src/lib/dhcp \
|
|
|
|
+ ../src/bin/dhcp4 devel
|
|
|
|
|
|
# This tag can be used to specify the character encoding of the source files
|
|
# 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
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
|
@@ -591,7 +596,7 @@ INPUT_ENCODING = UTF-8
|
|
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
|
|
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
|
|
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
|
|
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
|
|
|
|
|
|
-FILE_PATTERNS =
|
|
|
|
|
|
+FILE_PATTERNS = *.c *.cc *.h *.hpp *.dox
|
|
|
|
|
|
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
|
|
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
|
|
# should be searched for input files as well. Possible values are YES and NO.
|
|
# should be searched for input files as well. Possible values are YES and NO.
|
|
@@ -651,7 +656,7 @@ EXAMPLE_RECURSIVE = NO
|
|
# directories that contain image that are included in the documentation (see
|
|
# directories that contain image that are included in the documentation (see
|
|
# the \image command).
|
|
# the \image command).
|
|
|
|
|
|
-IMAGE_PATH =
|
|
|
|
|
|
+IMAGE_PATH = ../doc/images
|
|
|
|
|
|
# The INPUT_FILTER tag can be used to specify a program that doxygen should
|
|
# The INPUT_FILTER tag can be used to specify a program that doxygen should
|
|
# invoke to filter for each input file. Doxygen will invoke the filter program
|
|
# invoke to filter for each input file. Doxygen will invoke the filter program
|
|
@@ -773,7 +778,7 @@ GENERATE_HTML = YES
|
|
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
|
|
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
|
|
# put in front of it. If left blank `html' will be used as the default path.
|
|
# put in front of it. If left blank `html' will be used as the default path.
|
|
|
|
|
|
-HTML_OUTPUT = cpp
|
|
|
|
|
|
+HTML_OUTPUT = ../html
|
|
|
|
|
|
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
|
|
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
|
|
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
|
|
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
|
|
@@ -954,7 +959,7 @@ ENUM_VALUES_PER_LINE = 4
|
|
# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
|
|
# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
|
|
# Windows users are probably better off using the HTML help feature.
|
|
# Windows users are probably better off using the HTML help feature.
|
|
|
|
|
|
-GENERATE_TREEVIEW = NO
|
|
|
|
|
|
+GENERATE_TREEVIEW = YES
|
|
|
|
|
|
# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
|
|
# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
|
|
# and Class Hierarchy pages using a tree view instead of an ordered list.
|
|
# and Class Hierarchy pages using a tree view instead of an ordered list.
|
|
@@ -965,7 +970,7 @@ USE_INLINE_TREES = NO
|
|
# used to set the initial width (in pixels) of the frame in which the tree
|
|
# used to set the initial width (in pixels) of the frame in which the tree
|
|
# is shown.
|
|
# is shown.
|
|
|
|
|
|
-TREEVIEW_WIDTH = 250
|
|
|
|
|
|
+TREEVIEW_WIDTH = 180
|
|
|
|
|
|
# Use this tag to change the font size of Latex formulas included
|
|
# Use this tag to change the font size of Latex formulas included
|
|
# as images in the HTML documentation. The default is 10. Note that
|
|
# as images in the HTML documentation. The default is 10. Note that
|