diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2021-05-20 18:23:39 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2021-05-20 18:24:26 (GMT) |
commit | 32dc0630c43c081c9af15b02b2366516ad78a868 (patch) | |
tree | 2a83d9b37f74ca3930fcb015fa61253d333c2e08 /templates/html/htmlindexpages.tpl | |
parent | e6f54449c5b688cdc6647f80558d67dcaa03b30d (diff) | |
download | Doxygen-32dc0630c43c081c9af15b02b2366516ad78a868.zip Doxygen-32dc0630c43c081c9af15b02b2366516ad78a868.tar.gz Doxygen-32dc0630c43c081c9af15b02b2366516ad78a868.tar.bz2 |
Make templated HTML output more similar to hardcoded output.
Diffstat (limited to 'templates/html/htmlindexpages.tpl')
-rw-r--r-- | templates/html/htmlindexpages.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html/htmlindexpages.tpl b/templates/html/htmlindexpages.tpl index 2886a69..eacf122 100644 --- a/templates/html/htmlindexpages.tpl +++ b/templates/html/htmlindexpages.tpl @@ -9,7 +9,7 @@ {% for sect in index %} {% with letter=sect.letter %} {% set page_postfix=section|append:'_'|append:sect.label %} - {% indexentry nav name=letter file=page.fileName|append:page_postfix anchor='' isReference=False %} + {% indexentry nav name=letter file=page.fileName|append:page_postfix anchor='' isReference=False separateIndex=False %} {# create index pages for all globals starting with a specific letter #} {% create page.fileName|append:page_postfix|append:config.HTML_FILE_EXTENSION from template %} {% endwith %} |