diff options
Diffstat (limited to 'templates/tools/doxygen/Doxyfile.include')
-rw-r--r-- | templates/tools/doxygen/Doxyfile.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/doxygen/Doxyfile.include b/templates/tools/doxygen/Doxyfile.include index 1391016348..2934ebe7d8 100644 --- a/templates/tools/doxygen/Doxyfile.include +++ b/templates/tools/doxygen/Doxyfile.include @@ -778,7 +778,7 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = ${' '.join( +INPUT = ${' \\\n'.join( itertools.chain.from_iterable( target.public_headers + ([] |