summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@osg.samsung.com>2016-04-20 12:51:09 +0100
committerDaniel Kolesa <d.kolesa@osg.samsung.com>2016-05-12 11:59:09 +0100
commit050310b535ec2e93287438bba6bf69b95bab99e9 (patch)
treef5430fd2f2fe1067439ddc526a9f75ff40a6b6ea
parent4e404addc1666d301ca5aa4e7fff087f31e5b77b (diff)
downloadefl-050310b535ec2e93287438bba6bf69b95bab99e9.tar.gz
docgen: clearer since documentation
-rw-r--r--gendoc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendoc.lua b/gendoc.lua
index b5a7292eee..6661421842 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