summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-09-01 16:43:19 +0200
committerJo-Philipp Wich <jow@openwrt.org>2015-09-01 16:43:19 +0200
commited1a6416964df17b3a76a7043734d0fde4a6bd41 (patch)
tree0ef7ef73e21ed0d34b7ac98c6ebce65f2f0ffd15 /modules
parent8084babf185e4825a0d313ea2a42b9f0b4ae4bfa (diff)
Fix module lines in several luadoc files
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-base/luasrc/http.luadoc3
-rw-r--r--modules/luci-base/luasrc/model/ipkg.luadoc3
-rw-r--r--modules/luci-base/luasrc/model/uci.luadoc2
-rw-r--r--modules/luci-base/luasrc/sys.luadoc3
-rw-r--r--modules/luci-base/luasrc/util.luadoc3
5 files changed, 5 insertions, 9 deletions
diff --git a/modules/luci-base/luasrc/http.luadoc b/modules/luci-base/luasrc/http.luadoc
index 4e31216a1..8a325db21 100644
--- a/modules/luci-base/luasrc/http.luadoc
+++ b/modules/luci-base/luasrc/http.luadoc
@@ -1,8 +1,7 @@
---[[
LuCI Web Framework high-level HTTP functions.
-
-module "luci.http"
]]
+module "luci.http"
---[[
Close the HTTP-Connection.
diff --git a/modules/luci-base/luasrc/model/ipkg.luadoc b/modules/luci-base/luasrc/model/ipkg.luadoc
index 0dbab7a68..4e1548dda 100644
--- a/modules/luci-base/luasrc/model/ipkg.luadoc
+++ b/modules/luci-base/luasrc/model/ipkg.luadoc
@@ -1,8 +1,7 @@
---[[
LuCI OPKG call abstraction library
-
-module "luci.model.ipkg"
]]
+module "luci.model.ipkg"
---[[
Return information about installed and available packages.
diff --git a/modules/luci-base/luasrc/model/uci.luadoc b/modules/luci-base/luasrc/model/uci.luadoc
index 1c208669d..80464f7ce 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.
diff --git a/modules/luci-base/luasrc/sys.luadoc b/modules/luci-base/luasrc/sys.luadoc
index 72a16a1ab..54be34958 100644
--- a/modules/luci-base/luasrc/sys.luadoc
+++ b/modules/luci-base/luasrc/sys.luadoc
@@ -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
diff --git a/modules/luci-base/luasrc/util.luadoc b/modules/luci-base/luasrc/util.luadoc
index ed1d8ab06..805eeb7f8 100644
--- a/modules/luci-base/luasrc/util.luadoc
+++ b/modules/luci-base/luasrc/util.luadoc
@@ -1,8 +1,7 @@
---[[
LuCI utility functions.
-
-module "luci.util"
]]
+module "luci.util"
---[[
Create a Class object (Python-style object model).