widget: Fix documentation

This commit is contained in:
Emmanuel Lepage Vallee 2016-05-26 13:59:41 -04:00
parent 542070205f
commit c828e56b57
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ local function digg_children(ret, tlw)
end end
end end
--- Get all direct and indirect children widgets --- Get all direct and indirect children widgets.
-- This will scan all containers recursively to find widgets -- This will scan all containers recursively to find widgets
-- Warning: This method it prone to stack overflow id the widget, or any of its -- Warning: This method it prone to stack overflow id the widget, or any of its
-- children, contain (directly or indirectly) itself. -- children, contain (directly or indirectly) itself.
@ -124,7 +124,7 @@ function base.widget:get_all_children()
return ret return ret
end end
--- Get a widex index --- Get a widex index.
-- @param widget The widget to look for -- @param widget The widget to look for
-- @param[opt] recursive Also check sub-widgets -- @param[opt] recursive Also check sub-widgets
-- @param[opt] ... Aditional widgets to add at the end of the "path" -- @param[opt] ... Aditional widgets to add at the end of the "path"