Set HTML tree view ordering for markdown files.

This commit is contained in:
Chris 2012-03-23 16:57:37 +00:00
parent e40557cfb4
commit bda6b4c7ba

View File

@ -661,7 +661,13 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = .
# NOTE: The order in which files appear in here determines the order they
# appear in the HTML tree view!
INPUT = "mdfiles/overview.md" \
"mdfiles/blocks.md" \
"mdfiles/structure.md" \
"mdfiles/config.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