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 LuCI JSON-Library
@cstyle instance @cstyle instance
module "luci.json"
]] ]]
module "luci.json"
---[[ ---[[
Directly decode a JSON string Directly decode a JSON string

View file

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

View file

@ -2,8 +2,8 @@
Transparent UCI over RPC client. Transparent UCI over RPC client.
@cstyle instance @cstyle instance
module "luci.rpcc.ruci"
]] ]]
module "luci.rpcc.ruci"
---[[ ---[[
Create a new UCI over RPC proxy. Create a new UCI over RPC proxy.

View file

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

View file

@ -1,8 +1,7 @@
---[[ ---[[
LuCI OPKG call abstraction library LuCI OPKG call abstraction library
module "luci.model.ipkg"
]] ]]
module "luci.model.ipkg"
---[[ ---[[
Return information about installed and available packages. 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 LuCI then needs to Cursor.apply the changes so deamons etc. are
reloaded. reloaded.
@cstyle instance @cstyle instance
module "luci.model.uci"
]] ]]
module "luci.model.uci"
---[[ ---[[
Create a new UCI-Cursor. Create a new UCI-Cursor.

View file

@ -1,8 +1,7 @@
---[[ ---[[
LuCI Linux and POSIX system utilities. LuCI Linux and POSIX system utilities.
module "luci.sys"
]] ]]
module "luci.sys"
---[[ ---[[
Execute a given shell command and return the error code Execute a given shell command and return the error code

View file

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