Set HTML tree view ordering for markdown files.
This commit is contained in:
parent
e40557cfb4
commit
bda6b4c7ba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user