X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=docs%2Fdoxygen%2FDoxyfile;h=1bfe89ae1834a95346cdd5c17a299333d1e47bac;hb=a8d544da1a0edc1910835d4c9f89f22f57103b9b;hp=4a8bdd7d9877c5e65dc25e32c616edb7d6961370;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;p=anna.git diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index 4a8bdd7..1bfe89a 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = "ANNA Suite" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2013b +PROJECT_NUMBER = 2015b # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer @@ -656,6 +656,9 @@ WARN_LOGFILE = INPUT = ../../include +# I ad this to include the URL hyperlink in some way... +#INPUT += related/redmine-ref.md + # 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 # also the default input encoding. Doxygen uses libiconv (or the iconv built @@ -675,6 +678,7 @@ INPUT_ENCODING = CP1252 # *.f90 *.f *.for *.vhd *.vhdl FILE_PATTERNS = +#FILE_PATTERNS = *.md # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO.