From 8e5d46f6906ac56ff67a9ab2f19c001a41876e51 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Wed, 31 Aug 2016 16:10:04 +0100 Subject: [PATCH] docs: hide date/user/link in included editable sections --- src/scripts/elua/apps/gendoc.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/scripts/elua/apps/gendoc.lua b/src/scripts/elua/apps/gendoc.lua index 58d4c2c..320435c 100644 --- a/src/scripts/elua/apps/gendoc.lua +++ b/src/scripts/elua/apps/gendoc.lua @@ -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) -- 2.7.4