docs: Include Eina in the allowable Unified API namespaces
authorAndy Williams <andy@andywilliams.me>
Mon, 11 Dec 2017 17:25:28 +0000 (17:25 +0000)
committerAndy Williams <andy@andywilliams.me>
Mon, 11 Dec 2017 17:25:28 +0000 (17:25 +0000)
src/scripts/elua/apps/docgen/doctree.lua

index 43c1038..9a41e12 100644 (file)
@@ -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