This is the same kind of refactoring as awful faced. Signed-off-by: Ignas Anikevicius (gns_ank) <[email protected]> --- lib/beautiful.lua.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/beautiful.lua.in b/lib/beautiful.lua.in index cf91bfd..b1f4ff4 100644 --- a/lib/beautiful.lua.in +++ b/lib/beautiful.lua.in @@ -1,4 +1,6 @@ ---------------------------------------------------------------------------- +--- Theme library. +-- -- @author Damien Leone <[email protected]> -- @author Julien Danjou <[email protected]> -- @copyright 2008-2009 Damien Leone, Julien Danjou @@ -24,7 +26,6 @@ local capi = awesome = awesome } ---- Theme library. local beautiful = { mt = {} } -- Local data @@ -68,7 +69,7 @@ function beautiful.get_font_height(name) end --- Init function, should be runned at the beginning of configuration file. --- @param path The theme file path. +-- @tparam string path The theme file path. function beautiful.init(path) if path then local success -- 1.8.3 -- To unsubscribe, send mail to [email protected].
