From b193a9f840bd0418e07307775afe7e384ad2ca5a Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Wed, 31 Aug 2016 15:18:10 +0100 Subject: [PATCH] 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" -- 2.7.4