Prefix help topic sections with bullets as well
This commit is contained in:
parent
f986fe7063
commit
50aeac6e30
1 changed files with 1 additions and 1 deletions
|
@ -971,7 +971,7 @@ std::string generate_contents_links(const section &sec, const std::vector<topic>
|
|||
for (s = sec.sections.begin(); s != sec.sections.end(); ++s) {
|
||||
if (is_visible_id((*s)->id)) {
|
||||
std::string link = make_link((*s)->title, ".."+(*s)->id);
|
||||
res << link << "\n";
|
||||
res << "• " << link << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue