libs/core, libs/uci, libs/web: Fixed several inline documentation typos
[project/luci.git] / libs / uci / luasrc / model / uci.lua
index b4d385960a4068d105b96575b9c4864cb4b03c82..02bcbe99c90aaddc65cfcf88ec7dbc9ee896da04 100644 (file)
@@ -29,6 +29,7 @@ local setmetatable, rawget, rawset = setmetatable, rawget, rawset
 local error, pairs, ipairs, tostring = error, pairs, ipairs, tostring
 local table = table
 
+--- LuCI UCI model library.
 module("luci.model.uci", function(m) setmetatable(m, {__index = uci}) end)
 
 savedir_default = "/tmp/.uci"
@@ -204,4 +205,4 @@ end
 -- @param config       UCI config
 -- @return                     Boolean whether operation succeeded
 -- @see load
--- @see save
\ No newline at end of file
+-- @see save