q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=570437c64ef52b52b99e69277d6e69684f4e14d9

commit 570437c64ef52b52b99e69277d6e69684f4e14d9
Author: Daniel Kolesa <[email protected]>
Date:   Mon Aug 15 14:45:36 2016 +0100

    docs: use the variable getters in all places
---
 src/scripts/elua/apps/gendoc.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/scripts/elua/apps/gendoc.lua b/src/scripts/elua/apps/gendoc.lua
index 5db4243..5d4d674 100644
--- a/src/scripts/elua/apps/gendoc.lua
+++ b/src/scripts/elua/apps/gendoc.lua
@@ -390,10 +390,10 @@ local build_ref = function()
         eolian.typedecl_all_enums_get():to_array())
 
     build_reftable(f, "Constants", "Constant name", "constant",
-        eolian.variable_all_constants_get():to_array())
+        dtree.Variable.all_constants_get())
 
     build_reftable(f, "Globals", "Global name", "global",
-        eolian.variable_all_globals_get():to_array())
+        dtree.Variable.all_globals_get())
 
     f:finish()
 end

-- 


Reply via email to