Fix broken links in documentation. Add title and description.

This commit is contained in:
hispidence 2021-08-23 20:16:01 +01:00
parent 5f66005277
commit f3354fa0ef
22 changed files with 82 additions and 58 deletions

View file

@ -300,7 +300,7 @@
<table class="module_list">
# for m in mods() do
<tr>
<td class="name" $(nowrap)><a href="$(no_spaces(kind))/$(m.name).html">$(m.name)</a></td>
<td class="name" $(nowrap)><a href="$(kind)/$(m.name).html">$(m.name)</a></td>
<td class="summary">$(M(ldoc.strip_header(m.summary),m))</td>
</tr>
# end -- for modules