q66 pushed a commit to branch master. http://git.enlightenment.org/tools/edocgen.git/commit/?id=2406ba16fb423a91531e010efa076e1d83b0fe78
commit 2406ba16fb423a91531e010efa076e1d83b0fe78 Author: Daniel Kolesa <d.kol...@samsung.com> Date: Wed Oct 9 16:33:44 2019 +0200 add missing placeholder --- docgen/doc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docgen/doc.lua b/docgen/doc.lua index 1695ca6..93dcf3e 100644 --- a/docgen/doc.lua +++ b/docgen/doc.lua @@ -131,7 +131,7 @@ M.full_str_get = function(eos, obj, obj2, write_since) if not obj then obj, obj2 = obj2, obj end - local sum1 = obj:summary_get() + local sum1 = obj:summary_get() or "No description supplied." local desc1 = obj:description_get() local edoc = "" local since --