docs: fix invalid links in class reference table

This commit is contained in:
Daniel Kolesa 2016-08-19 13:59:42 +01:00
parent 8dcd5207cc
commit 1e42cae8a2
1 changed files with 2 additions and 1 deletions

View File

@ -310,7 +310,8 @@ local build_reftable = function(f, title, ctitle, ctype, t, iscl)
for i, v in ipairs(t) do
nt[#nt + 1] = {
writer.Buffer():write_link(
iscl and v:nspaces_get() or dtree.Node.nspaces_get(v, ctype, true),
iscl and v:nspaces_get(true)
or dtree.Node.nspaces_get(v, ctype, true),
v:full_name_get()
):finish(),
v:doc_get():brief_get()