X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=Doxyfile.in;h=f6e3ced0d583c0d179a47f8f66e24c1226081aef;hb=6f2b88448fff59d00f625d0d361a7b9abf6bd673;hp=077db10a21a31bd97d78f7ab379bd18acc165b7a;hpb=94975c96d4f1f614e0877cac32ed5949cd0235f6;p=fw%2Fopenocd diff --git a/Doxyfile.in b/Doxyfile.in index 077db10a2..f6e3ced0d 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -567,9 +567,9 @@ WARN_LOGFILE = INPUT = @srcdir@/doc/manual \ @srcdir@/TODO \ @srcdir@/BUGS \ - @srcdir@/PATCHES \ + @srcdir@/PATCHES.txt \ @srcdir@/src \ - @srcdir@/config.h + @builddir@/config.h # 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 @@ -764,7 +764,7 @@ IGNORE_PREFIX = # If the GENERATE_HTML tag is set to YES (the default) Doxygen will # generate HTML output. -GENERATE_HTML = YES +GENERATE_HTML = @doxygen_as_html@ # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be @@ -981,7 +981,7 @@ FORMULA_FONTSIZE = 10 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. -GENERATE_LATEX = YES +GENERATE_LATEX = @doxygen_as_pdf@ # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be