Prefix help topic sections with bullets as well

This commit is contained in:
Charles Dang 2015-08-31 23:51:00 +11:00
parent f986fe7063
commit 50aeac6e30

View file

@ -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";
}
}