# 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
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
# *.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.