Fix module lines in several luadoc files

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
Jo-Philipp Wich 2015-09-01 16:43:19 +02:00
parent 8084babf18
commit ed1a641696
8 changed files with 8 additions and 12 deletions

View file

@ -2,8 +2,8 @@
LuCI JSON-Library
@cstyle instance
module "luci.json"
]]
module "luci.json"
---[[
Directly decode a JSON string

View file

@ -2,8 +2,8 @@
LuCI RPC Client.
@cstyle instance
module "luci.rpcc"
]]
module "luci.rpcc"
---[[
Create a new JSON-RPC stream client.

View 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.

View file

@ -1,8 +1,7 @@
---[[
LuCI Web Framework high-level HTTP functions.
module "luci.http"
]]
module "luci.http"
---[[
Close the HTTP-Connection.

View 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.

View 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.

View 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

View file

@ -1,8 +1,7 @@
---[[
LuCI utility functions.
module "luci.util"
]]
module "luci.util"
---[[
Create a Class object (Python-style object model).