summaryrefslogtreecommitdiffhomepage
path: root/libs/uvl/luasrc/uvl.lua
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-01-18 00:02:13 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-01-18 00:02:13 +0000
commit14c485e11719f2385f01397f7d7eeeed9ed460ea (patch)
treed7f1fc3c2c971840b00cdf4b22a59a464d3779af /libs/uvl/luasrc/uvl.lua
parent9ee2ef562369595a214cf3e852f7b980361acf83 (diff)
libs/uvl: update inline documentation
Diffstat (limited to 'libs/uvl/luasrc/uvl.lua')
-rw-r--r--libs/uvl/luasrc/uvl.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/uvl/luasrc/uvl.lua b/libs/uvl/luasrc/uvl.lua
index aaf6fb38f..dd8058f03 100644
--- a/libs/uvl/luasrc/uvl.lua
+++ b/libs/uvl/luasrc/uvl.lua
@@ -67,6 +67,7 @@ local default_savedir = "/tmp/.uvl"
-- @class function
-- @name UVL
-- @param schemedir Path to the scheme directory (optional)
+-- @param configdir Override config directory (optional)
-- @return Instance object
UVL = util.class()