diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-09-01 16:43:19 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-09-01 16:43:19 +0200 |
commit | ed1a6416964df17b3a76a7043734d0fde4a6bd41 (patch) | |
tree | 0ef7ef73e21ed0d34b7ac98c6ebce65f2f0ffd15 /modules/luci-base/luasrc/model/uci.luadoc | |
parent | 8084babf185e4825a0d313ea2a42b9f0b4ae4bfa (diff) |
Fix module lines in several luadoc files
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules/luci-base/luasrc/model/uci.luadoc')
-rw-r--r-- | modules/luci-base/luasrc/model/uci.luadoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/model/uci.luadoc b/modules/luci-base/luasrc/model/uci.luadoc index 1c208669d1..80464f7cec 100644 --- a/modules/luci-base/luasrc/model/uci.luadoc +++ b/modules/luci-base/luasrc/model/uci.luadoc @@ -8,8 +8,8 @@ Cursor.commit the data to the actual config files. LuCI then needs to Cursor.apply the changes so deamons etc. are reloaded. @cstyle instance -module "luci.model.uci" ]] +module "luci.model.uci" ---[[ Create a new UCI-Cursor. |