From: Jo-Philipp Wich Date: Sun, 18 Jan 2009 00:02:13 +0000 (+0000) Subject: libs/uvl: update inline documentation X-Git-Tag: 0.9.0~768 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=14c485e11719f2385f01397f7d7eeeed9ed460ea;p=oweals%2Fluci.git libs/uvl: update inline documentation --- 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()