diff options
Diffstat (limited to 'modules/luci-base/luasrc/util.luadoc')
-rw-r--r-- | modules/luci-base/luasrc/util.luadoc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/luci-base/luasrc/util.luadoc b/modules/luci-base/luasrc/util.luadoc index 19c8010dfd..c4f28d039a 100644 --- a/modules/luci-base/luasrc/util.luadoc +++ b/modules/luci-base/luasrc/util.luadoc @@ -256,14 +256,6 @@ Clones the given object and return it's copy. ]] ---[[ -Create a dynamic table which automatically creates subtables. - -@class function -@name dtable -@return Dynamic Table -]] - ----[[ Recursively serialize given data to lua code, suitable for restoring with loadstring(). |