From: Tobias Ulmer Date: Wed, 27 Nov 2013 18:55:51 +0000 (+0100) Subject: e2lib: add doc comments for warn/warnf X-Git-Tag: e2factory-2.3.15rc1~327 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=644c2175a5c80a3e1856c2f65d3f6bb6c9e7f942;p=e2factory.git e2lib: add doc comments for warn/warnf Signed-off-by: Tobias Ulmer --- diff --git a/generic/e2lib.lua b/generic/e2lib.lua index 0d13af9..a37fb97 100644 --- a/generic/e2lib.lua +++ b/generic/e2lib.lua @@ -444,6 +444,7 @@ function e2lib.init2() end --- Print a warning, composed by concatenating all arguments to a string. +-- @param category -- @param ... any number of strings -- @return nil function e2lib.warn(category, ...) @@ -452,6 +453,7 @@ function e2lib.warn(category, ...) end --- Print a warning. +-- @param category -- @param format string: a format string -- @param ... arguments required for the format string -- @return nil