From 050310b535ec2e93287438bba6bf69b95bab99e9 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Wed, 20 Apr 2016 12:51:09 +0100 Subject: [PATCH] docgen: clearer since documentation --- gendoc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gendoc.lua b/gendoc.lua index b5a7292..6661421 100644 --- a/gendoc.lua +++ b/gendoc.lua @@ -1104,7 +1104,7 @@ local write_full_doc = function(f, doc1, doc2) since = doc1:since_get() end if since then - f:write_i(since) + f:write_i("Since " .. since) f:write_nl(2) end end -- 2.7.4