X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=modules%2Fluci-base%2Fluasrc%2Futil.luadoc;h=c4f28d039a635297e1b58704a025deeca76e3d72;hb=HEAD;hp=19c8010dfd565a735e28891404853b2dbc89408e;hpb=f52c8d0b7f0eeec4259992182103d859f454639b;p=project%2Fluci.git diff --git a/modules/luci-base/luasrc/util.luadoc b/modules/luci-base/luasrc/util.luadoc index 19c8010df..c4f28d039 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().