diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-28 22:29:45 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-28 22:29:45 +0100 |
commit | fb69e15e8de06aa3392984a3011c72135af7bc4b (patch) | |
tree | ad3d14de3655c6dc3e4a4b1f86d64eae4a524be8 /libs/luci-lib-nixio | |
parent | d1c1423eba88005445378eb9bf2fc774e4c128dc (diff) |
luci-lib-nixio: move CHANGELOG and README into nixio namespace
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'libs/luci-lib-nixio')
-rw-r--r-- | libs/luci-lib-nixio/docsrc/CHANGELOG.lua | 4 | ||||
-rw-r--r-- | libs/luci-lib-nixio/docsrc/README.lua | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libs/luci-lib-nixio/docsrc/CHANGELOG.lua b/libs/luci-lib-nixio/docsrc/CHANGELOG.lua index fb1cf160b..aa3184140 100644 --- a/libs/luci-lib-nixio/docsrc/CHANGELOG.lua +++ b/libs/luci-lib-nixio/docsrc/CHANGELOG.lua @@ -1,5 +1,5 @@ --- Changes and improvements. -module "CHANGELOG" +module "nixio.CHANGELOG" --- Service Release. -- <ul> @@ -26,4 +26,4 @@ module "CHANGELOG" -- </ul> -- @class table -- @name 0.2 --- @return !
\ No newline at end of file +-- @return ! diff --git a/libs/luci-lib-nixio/docsrc/README.lua b/libs/luci-lib-nixio/docsrc/README.lua index b957a6990..ee3e3a216 100644 --- a/libs/luci-lib-nixio/docsrc/README.lua +++ b/libs/luci-lib-nixio/docsrc/README.lua @@ -1,5 +1,5 @@ --- General Information. -module "README" +module "nixio.README" --- General error handling information. -- <ul> @@ -92,4 +92,4 @@ module "README" -- @usage Tes -- @class table -- @name TLS-Crypto --- @return !
\ No newline at end of file +-- @return ! |