aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/doxygen
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-10 12:48:52 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-10 12:48:52 -0800
commitaa272bcf7b573a84e171ee7c01bf2ad13d47fb25 (patch)
tree9e0b5dcb8d83aefb147593379278aeb097e4f72c /templates/tools/doxygen
parenta3960b98d6a1b85a1e3b89cd7797a509505fa207 (diff)
Always sort code generated outputs
Diffstat (limited to 'templates/tools/doxygen')
-rw-r--r--templates/tools/doxygen/Doxyfile.include4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/tools/doxygen/Doxyfile.include b/templates/tools/doxygen/Doxyfile.include
index a22f07f33f..e26ae2b948 100644
--- a/templates/tools/doxygen/Doxyfile.include
+++ b/templates/tools/doxygen/Doxyfile.include
@@ -787,7 +787,7 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.
INPUT = ${
- ' \\\n'.join(
+ ' \\\n'.join(sorted(
itertools.chain(
itertools.chain.from_iterable(
target.public_headers +
@@ -798,7 +798,7 @@ INPUT = ${
glob.glob('doc/*.md'),
glob.glob('doc/%s/*.md' % docpackage),
[] if not internal else srcdoc)
- )
+ ))
}
# This tag can be used to specify the character encoding of the source files