docgen: clearer since documentation

This commit is contained in:
Daniel Kolesa 2016-04-20 12:51:09 +01:00
parent 4e404addc1
commit 050310b535
1 changed files with 1 additions and 1 deletions

View File

@ -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