X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/df4ed19e8d85e87d8d17d3205a0438b193f46fa6:/doc/Doxyfile.main..d6d900cd8a908df46352fb513d04b865d234342a:/doc/Doxyfile.main.in diff --git a/doc/Doxyfile.main b/doc/Doxyfile.main.in similarity index 99% rename from doc/Doxyfile.main rename to doc/Doxyfile.main.in index df39057fd1..11c4de7514 100644 --- a/doc/Doxyfile.main +++ b/doc/Doxyfile.main.in @@ -1,3 +1,6 @@ + +# @WARNING@ + # Doxyfile 1.3.6-20040222 # This file describes the settings to be used by the documentation system @@ -104,7 +107,7 @@ FULL_PATH_NAMES = YES # If left blank the directory from which doxygen is run is used as the # path to strip. -STRIP_FROM_PATH = ./ +STRIP_FROM_PATH = @srcdir@ # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter # (but less readable) file names. This can be useful is your file systems @@ -391,8 +394,8 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ./index.doc \ - ./FAQ.doc +INPUT = @srcdir@/index.doc \ + @srcdir@/FAQ.doc # 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