ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=87900f49b0121dbf3ab3b956a05e09ecdc87f08b
commit 87900f49b0121dbf3ab3b956a05e09ecdc87f08b Author: Andy Williams <[email protected]> Date: Mon Dec 11 17:25:28 2017 +0000 docs: Include Eina in the allowable Unified API namespaces --- src/scripts/elua/apps/docgen/doctree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/elua/apps/docgen/doctree.lua b/src/scripts/elua/apps/docgen/doctree.lua index 43c10381d6..9a41e12495 100644 --- a/src/scripts/elua/apps/docgen/doctree.lua +++ b/src/scripts/elua/apps/docgen/doctree.lua @@ -23,7 +23,7 @@ end local matches_filter = function(obj) local ns = obj:nspaces_get() - if #ns and ns[1] == "efl" then + if #ns and (ns[1] == "efl" or ns[1] == "eina") then return true end --
