luci-base: break circular luci.config <> luci.model.uci dependency
[project/luci.git] / modules / luci-base / luasrc / dispatcher.luadoc
index 743463c..ddf534b 100644 (file)
@@ -116,8 +116,8 @@ Create a new dispatching node and define common parameters.
 
 ---[[
 Fetch or create a dispatching node without setting the target module or
 
 ---[[
 Fetch or create a dispatching node without setting the target module or
-
 enabling the node.
 enabling the node.
+
 @class function
 @name get
 @param ...             Virtual path
 @class function
 @name get
 @param ...             Virtual path
@@ -134,6 +134,15 @@ Fetch or create a new dispatching node.
 ]]
 
 ---[[
 ]]
 
 ---[[
+Lookup node in dispatching tree.
+
+@class function
+@name lookup
+@param  ...            Virtual path
+@return Node object, canonical url or nil if the path was not found.
+]]
+
+---[[
 Alias the first (lowest order) page automatically
 
 
 Alias the first (lowest order) page automatically