docs: hide date/user/link in included editable sections

This commit is contained in:
Daniel Kolesa 2016-08-31 16:10:04 +01:00
parent 036a1df57f
commit 8e5d46f690
1 changed files with 3 additions and 1 deletions

View File

@ -710,7 +710,9 @@ local build_class = function(cl)
cln[#cln + 1] = "description"
cln[#cln + 1] = false
f:write_include(f.INCLUDE_PAGE, cln)
f:write_include(f.INCLUDE_PAGE, cln, {
date = false, user = false, link = false
})
f:write_nl()
build_functable(f, "Methods", "Method name", cl, dtree.Function.METHOD)