|
|
@ -9,6 +9,9 @@ |
|
|
|
## @license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
## @license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
## |
|
|
|
## |
|
|
|
## $Log$ |
|
|
|
## $Log$ |
|
|
|
|
|
|
|
## Revision 1.15 2005/04/07 20:55:21 marc |
|
|
|
|
|
|
|
## Oops, there's a make distcheck...? Now it works. |
|
|
|
|
|
|
|
## |
|
|
|
## Revision 1.14 2005/03/14 16:23:28 marc |
|
|
|
## Revision 1.14 2005/03/14 16:23:28 marc |
|
|
|
## source code browser |
|
|
|
## source code browser |
|
|
|
## a4 instead of a4wide |
|
|
|
## a4 instead of a4wide |
|
|
@ -81,7 +84,7 @@ PROJECT_NUMBER = "Version @MAJOR@.@MINOR@.@LEAST@" |
|
|
|
# If a relative path is entered, it will be relative to the location |
|
|
|
# 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. |
|
|
|
# where doxygen was started. If left blank the current directory will be used. |
|
|
|
|
|
|
|
|
|
|
|
OUTPUT_DIRECTORY = doc |
|
|
|
OUTPUT_DIRECTORY = @top_builddir@doc |
|
|
|
|
|
|
|
|
|
|
|
# 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 |
|
|
@ -194,7 +197,7 @@ FULL_PATH_NAMES = YES |
|
|
|
# only done if one of the specified strings matches the left-hand part of |
|
|
|
# only done if one of the specified strings matches the left-hand part of |
|
|
|
# the path. It is allowed to use relative paths in the argument list. |
|
|
|
# the path. It is allowed to use relative paths in the argument list. |
|
|
|
|
|
|
|
|
|
|
|
STRIP_FROM_PATH = .. |
|
|
|
STRIP_FROM_PATH = @top_srcdir@ |
|
|
|
|
|
|
|
|
|
|
|
# The INTERNAL_DOCS tag determines if documentation |
|
|
|
# The INTERNAL_DOCS tag determines if documentation |
|
|
|
# that is typed after a \internal command is included. If the tag is set |
|
|
|
# that is typed after a \internal command is included. If the tag is set |
|
|
@ -404,7 +407,7 @@ WARN_LOGFILE = doxygen.errors |
|
|
|
# directories like "/usr/src/myproject". Separate the files or directories |
|
|
|
# directories like "/usr/src/myproject". Separate the files or directories |
|
|
|
# with spaces. |
|
|
|
# with spaces. |
|
|
|
|
|
|
|
|
|
|
|
INPUT = ../mrw |
|
|
|
INPUT = @top_srcdir@/mrw |
|
|
|
|
|
|
|
|
|
|
|
# If the value of the INPUT tag contains directories, you can use the |
|
|
|
# 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 |
|
|
|
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
|
|
@ -442,7 +445,7 @@ EXCLUDE_PATTERNS = *_test* |
|
|
|
# directories that contain example code fragments that are included (see |
|
|
|
# directories that contain example code fragments that are included (see |
|
|
|
# the \include command). |
|
|
|
# the \include command). |
|
|
|
|
|
|
|
|
|
|
|
EXAMPLE_PATH = .. examples |
|
|
|
EXAMPLE_PATH = @top_srcdir@ @srcdir@/examples |
|
|
|
|
|
|
|
|
|
|
|
# If the value of the EXAMPLE_PATH tag contains directories, you can use the |
|
|
|
# If the value of the EXAMPLE_PATH tag contains directories, you can use the |
|
|
|
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
|
|
|
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
|
|
@ -565,20 +568,20 @@ HTML_FILE_EXTENSION = .html |
|
|
|
# each generated HTML page. If it is left blank doxygen will generate a |
|
|
|
# each generated HTML page. If it is left blank doxygen will generate a |
|
|
|
# standard header. |
|
|
|
# standard header. |
|
|
|
|
|
|
|
|
|
|
|
HTML_HEADER = |
|
|
|
HTML_HEADER = @srcdir@/head.html |
|
|
|
|
|
|
|
|
|
|
|
# The HTML_FOOTER tag can be used to specify a personal HTML footer for |
|
|
|
# The HTML_FOOTER tag can be used to specify a personal HTML footer for |
|
|
|
# each generated HTML page. If it is left blank doxygen will generate a |
|
|
|
# each generated HTML page. If it is left blank doxygen will generate a |
|
|
|
# standard footer. |
|
|
|
# standard footer. |
|
|
|
|
|
|
|
|
|
|
|
HTML_FOOTER = |
|
|
|
HTML_FOOTER = @srcdir@/foot.html |
|
|
|
|
|
|
|
|
|
|
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading |
|
|
|
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading |
|
|
|
# style sheet that is used by each HTML page. It can be used to |
|
|
|
# style sheet that is used by each HTML page. It can be used to |
|
|
|
# fine-tune the look of the HTML output. If the tag is left blank doxygen |
|
|
|
# fine-tune the look of the HTML output. If the tag is left blank doxygen |
|
|
|
# will generate a default style sheet |
|
|
|
# will generate a default style sheet |
|
|
|
|
|
|
|
|
|
|
|
HTML_STYLESHEET = |
|
|
|
HTML_STYLESHEET = @srcdir@/style.css |
|
|
|
|
|
|
|
|
|
|
|
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, |
|
|
|
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, |
|
|
|
# files or namespaces will be aligned in HTML using tables. If set to |
|
|
|
# files or namespaces will be aligned in HTML using tables. If set to |
|
|
|