diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-10-04 14:18:14 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2016-05-28 14:20:01 (GMT) |
commit | f7a05140593d854955151e4286205ef1f908e07b (patch) | |
tree | c1e1f3677a032a054f7988be0cb72435ef55e6b6 /templates | |
parent | 7b887cfbffd73ea12fe0171c149f49c4540aac40 (diff) | |
download | Doxygen-f7a05140593d854955151e4286205ef1f908e07b.zip Doxygen-f7a05140593d854955151e4286205ef1f908e07b.tar.gz Doxygen-f7a05140593d854955151e4286205ef1f908e07b.tar.bz2 |
Improved list of files in htmlhelp.hhp
Diffstat (limited to 'templates')
-rw-r--r-- | templates/html/htmlhelpindexhhp.tpl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/html/htmlhelpindexhhp.tpl b/templates/html/htmlhelpindexhhp.tpl index 5451509..15aba91 100644 --- a/templates/html/htmlhelpindexhhp.tpl +++ b/templates/html/htmlhelpindexhhp.tpl @@ -14,10 +14,9 @@ Title={{ config.PROJECT_NAME }} main="My Project","index.hhc","index.hhk","index{{ config.HTML_FILE_EXTENSION }}","index{{ config.HTML_FILE_EXTENSION }}",,,,,0x23520,,0x{% if config.BINARY_TOC %}7{% else %}1{% endif %}0387e,,,,,,,,0 [FILES] -{% recursetree index.nav %} -{% if not node.isReference %}{{ node.file }}{{ config.HTML_FILE_EXTENSION }}{% endif %} -{{ children }} -{% endrecursetree %} +{% for node in index.nav|flatten|listsort:config.HTML_FILE_EXTENSION|prepend:'{{file}}' %} +{% if not node.isReference and node.file %}{{ node.file }}{{ config.HTML_FILE_EXTENSION }}{% endif %} +{% endfor %} tab_a.png tab_b.png tab_h.png |