diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-18 00:02:13 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-18 00:02:13 +0000 |
commit | 14c485e11719f2385f01397f7d7eeeed9ed460ea (patch) | |
tree | d7f1fc3c2c971840b00cdf4b22a59a464d3779af /libs/uvl/luasrc | |
parent | 9ee2ef562369595a214cf3e852f7b980361acf83 (diff) |
libs/uvl: update inline documentation
Diffstat (limited to 'libs/uvl/luasrc')
-rw-r--r-- | libs/uvl/luasrc/uvl.lua | 1 |
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() |