aboutsummaryrefslogtreecommitdiff
path: root/tools/update-lua-module-docs.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tools/update-lua-module-docs.lua')
-rw-r--r--tools/update-lua-module-docs.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/update-lua-module-docs.lua b/tools/update-lua-module-docs.lua
index 7ea6de3f6..91bb62aa6 100644
--- a/tools/update-lua-module-docs.lua
+++ b/tools/update-lua-module-docs.lua
@@ -159,6 +159,7 @@ local function render_function (doc, level, modulename)
.. List{paramlist}
.. List(#doc.results > 0 and {Para 'Returns:'} or {})
.. render_results(doc.results)
+ .. Blocks(doc.since and {Para{Emph{'Since: ' .. doc.since}}} or {})
end
local function render_field (field, level, modulename)