|
@@ -692,13 +692,8 @@ WARN_LOGFILE =
|
|
|
# directories like "/usr/src/myproject". Separate the files or directories
|
|
|
# with spaces.
|
|
|
|
|
|
-INPUT = chapters \
|
|
|
- chapters/api \
|
|
|
- ../../build/include/starpu_config.h \
|
|
|
- ../../include/ \
|
|
|
- ../../mpi/include/ \
|
|
|
- ../../starpufft/starpufft.h \
|
|
|
- ../../sc_hypervisor/include
|
|
|
+#defined in doxygen-config.cfg
|
|
|
+#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
|
|
@@ -758,7 +753,8 @@ EXCLUDE_SYMBOLS =
|
|
|
# directories that contain example code fragments that are included (see
|
|
|
# the \include command).
|
|
|
|
|
|
-EXAMPLE_PATH = /home/nfurmento/softs/starpu/soft/starpu.git/doc/doxygen/chapters
|
|
|
+#defined in doxygen-config.cfg
|
|
|
+#EXAMPLE_PATH
|
|
|
|
|
|
# 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
|
|
@@ -789,7 +785,8 @@ IMAGE_PATH =
|
|
|
# If FILTER_PATTERNS is specified, this tag will be
|
|
|
# ignored.
|
|
|
|
|
|
-INPUT_FILTER = ./starpu_doxygen_filter.sh
|
|
|
+#defined in doxygen-config.cfg.in
|
|
|
+#INPUT_FILTER
|
|
|
|
|
|
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
|
|
|
# basis.
|
|
@@ -1367,7 +1364,8 @@ EXTRA_PACKAGES =
|
|
|
# the first chapter. If it is left blank doxygen will generate a
|
|
|
# standard header. Notice: only use this tag if you know what you are doing!
|
|
|
|
|
|
-LATEX_HEADER = chapters/refman.tex
|
|
|
+#defined in doxygen-config.cfg
|
|
|
+#LATEX_HEADER
|
|
|
|
|
|
# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for
|
|
|
# the generated latex document. The footer should contain everything after
|