|
@@ -745,7 +745,7 @@ WARN_LOGFILE =
|
|
|
|
|
|
INPUT = @abs_top_srcdir@/include \
|
|
INPUT = @abs_top_srcdir@/include \
|
|
@abs_top_srcdir@/lib \
|
|
@abs_top_srcdir@/lib \
|
|
- @abs_top_srcdir@/docs/doxygen.intro
|
|
|
|
|
|
+ @abs_top_srcdir@/docs/doxygen-mainpage.dox
|
|
|
|
|
|
# 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. Doxygen uses
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
|
@@ -1791,18 +1791,6 @@ GENERATE_XML = NO
|
|
|
|
|
|
XML_OUTPUT = xml
|
|
XML_OUTPUT = xml
|
|
|
|
|
|
-# The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
|
|
|
|
-# validating XML parser to check the syntax of the XML files.
|
|
|
|
-# This tag requires that the tag GENERATE_XML is set to YES.
|
|
|
|
-
|
|
|
|
-XML_SCHEMA =
|
|
|
|
-
|
|
|
|
-# The XML_DTD tag can be used to specify a XML DTD, which can be used by a
|
|
|
|
-# validating XML parser to check the syntax of the XML files.
|
|
|
|
-# This tag requires that the tag GENERATE_XML is set to YES.
|
|
|
|
-
|
|
|
|
-XML_DTD =
|
|
|
|
-
|
|
|
|
# If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
|
|
# If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
|
|
# listings (including syntax highlighting and cross-referencing information) to
|
|
# listings (including syntax highlighting and cross-referencing information) to
|
|
# the XML output. Note that enabling this will significantly increase the size
|
|
# the XML output. Note that enabling this will significantly increase the size
|
|
@@ -2071,7 +2059,7 @@ DOT_NUM_THREADS = 0
|
|
# The default value is: Helvetica.
|
|
# The default value is: Helvetica.
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
|
|
|
|
|
-DOT_FONTNAME = FreeSans
|
|
|
|
|
|
+DOT_FONTNAME = Helvetica
|
|
|
|
|
|
# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
|
|
# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
|
|
# dot graphs.
|
|
# dot graphs.
|