q66 pushed a commit to branch master.

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

commit b193a9f840bd0418e07307775afe7e384ad2ca5a
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Wed Aug 31 15:18:10 2016 +0100

    docs: generate within the docs:efl:auto namespace (for future editable 
blocks)
---
 src/scripts/elua/apps/gendoc.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/scripts/elua/apps/gendoc.lua b/src/scripts/elua/apps/gendoc.lua
index cf50b86..75b6aad 100644
--- a/src/scripts/elua/apps/gendoc.lua
+++ b/src/scripts/elua/apps/gendoc.lua
@@ -1076,7 +1076,7 @@ getopt.parse {
             set_theme(opts["graph-theme"])
         end
         local rootns = (not opts["n"] or opts["n"] == "")
-            and "efl" or opts["n"]
+            and "docs:efl:auto" or opts["n"]
         local dr
         if not opts["r"] or opts["r"] == "" then
             dr = "dokuwiki/data/pages"

-- 


Reply via email to