Skip to content

Commit

Permalink
Merge pull request doxygen#10541 from albert-github/feature/bug_html_…
Browse files Browse the repository at this point in the history
…disable_index

Display of index on index page.
doxygen authored Jan 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 6adfdb0 + 14eac49 commit a7b286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/htmlgen.cpp
Original file line number Diff line number Diff line change
@@ -2935,7 +2935,7 @@ static void writeDefaultQuickLinks(TextStream &t,
}
renderQuickLinksAsTabs(t,relPath,hlEntry,kind,highlightParent,hli==HighlightedItem::Search);
}
else
else if (!Config_getBool(GENERATE_TREEVIEW))
{
renderQuickLinksAsTree(t,relPath,root);
}

0 comments on commit a7b286d

Please sign in to comment.