libs/core, libs/uci, libs/web: Fixed several inline documentation typos
[project/luci.git] / libs / web / luasrc / http.lua
index 154f51ac403a368dd1af22b42f0e56812c504494..e26b3b5dbb777adcd5193a35e5044ea1d7ceb0a5 100644 (file)
@@ -24,6 +24,7 @@ limitations under the License.
 
 ]]--
 
 
 ]]--
 
+--- LuCI Web Framework high-level HTTP functions.
 module("luci.http", package.seeall)
 local ltn12 = require("luci.ltn12")
 require("luci.http.protocol")
 module("luci.http", package.seeall)
 local ltn12 = require("luci.ltn12")
 require("luci.http.protocol")