X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fluci-lib-nixio%2Fdocsrc%2FREADME.lua;fp=libs%2Fluci-lib-nixio%2Fdocsrc%2FREADME.lua;h=b957a699037be3cdbb1a411aa70ef46fc92c4e47;hp=0000000000000000000000000000000000000000;hb=1bb4822dca6113f73e3bc89e2acf15935e6f8e92;hpb=9edd0e46c3f880727738ce8ca6ff1c8b85f99ef4 diff --git a/libs/luci-lib-nixio/docsrc/README.lua b/libs/luci-lib-nixio/docsrc/README.lua new file mode 100644 index 000000000..b957a6990 --- /dev/null +++ b/libs/luci-lib-nixio/docsrc/README.lua @@ -0,0 +1,95 @@ +--- General Information. +module "README" + +--- General error handling information. +-- +-- @class table +-- @name Errorhandling +-- @return ! + +--- Function conventions. +--
In general all functions are namend and behave like their POSIX API +-- counterparts - where applicable - applying the following rules: +-- +-- @class table +-- @name Functions +-- @return ! + +--- Platform information. +-- +-- @usage Tes +-- @class table +-- @name Platforms +-- @return ! + +--- Cryptography and TLS libraries. +-- +-- @usage Tes +-- @class table +-- @name TLS-Crypto +-- @return ! \ No newline at end of file