Fix module lines in several luadoc files
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 1 Sep 2015 14:43:19 +0000 (16:43 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 1 Sep 2015 14:43:19 +0000 (16:43 +0200)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
libs/luci-lib-json/luasrc/json.luadoc
libs/luci-lib-rpcc/luasrc/rpcc.luadoc
libs/luci-lib-rpcc/luasrc/rpcc/ruci.luadoc
modules/luci-base/luasrc/http.luadoc
modules/luci-base/luasrc/model/ipkg.luadoc
modules/luci-base/luasrc/model/uci.luadoc
modules/luci-base/luasrc/sys.luadoc
modules/luci-base/luasrc/util.luadoc

index d48dba13b90544ceed42ffb62374b6a5c4f911a4..37f97d25f2b8963c6cb9780c69ae1c72be73fc44 100644 (file)
@@ -2,8 +2,8 @@
 LuCI JSON-Library
 
 @cstyle        instance
-module "luci.json"
 ]]
+module "luci.json"
 
 ---[[
 Directly decode a JSON string
index 8c90ab52477a66b2d4aebe6af44f2507219a426c..5609bfd751c47df8d50614121be4f99ae1564fea 100644 (file)
@@ -2,8 +2,8 @@
 LuCI RPC Client.
 
 @cstyle instance
-module "luci.rpcc"
 ]]
+module "luci.rpcc"
 
 ---[[
 Create a new JSON-RPC stream client.
index 980ef46d97b53487da2f3b7cb2c2b5e42eacc501..9c842c5650580db73042268a91c8f774b715355e 100644 (file)
@@ -2,8 +2,8 @@
 Transparent UCI over RPC client.
 
 @cstyle instance
-module "luci.rpcc.ruci"
 ]]
+module "luci.rpcc.ruci"
 
 ---[[
 Create a new UCI over RPC proxy.
index 4e31216a1e8c3aae01272789c7d6e48dc9f431e4..8a325db21a4b5fca7214496f9dbb29aa36803c59 100644 (file)
@@ -1,8 +1,7 @@
 ---[[
 LuCI Web Framework high-level HTTP functions.
-
-module "luci.http"
 ]]
+module "luci.http"
 
 ---[[
 Close the HTTP-Connection.
index 0dbab7a68fdeb5c329bc5e48673473e1d67fa4ed..4e1548dda624b89632072986f18dedb197d6be65 100644 (file)
@@ -1,8 +1,7 @@
 ---[[
 LuCI OPKG call abstraction library
-
-module "luci.model.ipkg"
 ]]
+module "luci.model.ipkg"
 
 ---[[
 Return information about installed and available packages.
index 1c208669d17f24d2d1de99bbbf1cefe878649014..80464f7cec574fb2ba018a11042ff33d784be997 100644 (file)
@@ -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.
index 72a16a1ab015bdfa22db7654692df778c670cd45..54be34958a9e56fb005c169b31f3534ae044cd86 100644 (file)
@@ -1,8 +1,7 @@
 ---[[
 LuCI Linux and POSIX system utilities.
-
-module "luci.sys"
 ]]
+module "luci.sys"
 
 ---[[
 Execute a given shell command and return the error code
index ed1d8ab069442c69e0cd733ddaecbbcfec4f7e55..805eeb7f8effb98aa4f307d25485466b08ccc9b9 100644 (file)
@@ -1,8 +1,7 @@
 ---[[
 LuCI utility functions.
-
-module "luci.util"
 ]]
+module "luci.util"
 
 ---[[
 Create a Class object (Python-style object model).