libs/core, libs/uci, libs/web: Fixed several inline documentation typos
[project/luci.git] / libs / web / luasrc / http.lua
index 154f51a..e26b3b5 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")