q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1041edc6dc657e91df27b5a4e4a594b4430d7558
commit 1041edc6dc657e91df27b5a4e4a594b4430d7558 Author: Daniel Kolesa <d.kol...@osg.samsung.com> Date: Thu Sep 8 13:34:19 2016 +0200 docs: actually close all ref files properly in order to not exceed maximum --- src/scripts/elua/apps/docgen/keyref.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/elua/apps/docgen/keyref.lua b/src/scripts/elua/apps/docgen/keyref.lua index 832f00a..a28e612 100644 --- a/src/scripts/elua/apps/docgen/keyref.lua +++ b/src/scripts/elua/apps/docgen/keyref.lua @@ -22,6 +22,7 @@ M.build = function() local rf = writer.Writer({ "ref", lang, "key", refn }) v[#v + 1] = true rf:write_include(rf.INCLUDE_PAGE, v) + rf:finish() end table.sort(arr) f:write_raw(table.concat(arr, "\n")) --