luci-base: support hiding the "Back to Overview" button in cbi maps
[oweals/luci.git] / modules / luci-base / luasrc / dispatcher.luadoc
index 743463c74f98ab5ee77927b9a4dec8544775ab4d..ddf534b3e1e8f140b7a0f37f1eadbb29d93a586f 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
-
 enabling the node.
+
 @class function
 @name get
 @param ...             Virtual path
@@ -133,6 +133,15 @@ Fetch or create a new dispatching node.
 @return                        Dispatching tree 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