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 d48dba1..37f97d2 100644 (file)
@@ -2,8 +2,8 @@
 LuCI JSON-Library
 
 @cstyle        instance
-module "luci.json"
 ]]
+module "luci.json"
 
 ---[[
 Directly decode a JSON string
index 8c90ab5..5609bfd 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 980ef46..9c842c5 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 4e31216..8a325db 100644 (file)
@@ -1,8 +1,7 @@
 ---[[
 LuCI Web Framework high-level HTTP functions.
-
-module "luci.http"
 ]]
+module "luci.http"
 
 ---[[
 Close the HTTP-Connection.
index 0dbab7a..4e1548d 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 1c20866..80464f7 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 72a16a1..54be349 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 ed1d8ab..805eeb7 100644 (file)
@@ -1,8 +1,7 @@
 ---[[
 LuCI utility functions.
-
-module "luci.util"
 ]]
+module "luci.util"
 
 ---[[
 Create a Class object (Python-style object model).