ldoc: fixes in lib/gears/color.lua and objects/client.c

This commit is contained in:
Luke Bonham 2017-03-12 11:45:41 +01:00
parent 4a42ed0d44
commit d3b8088c1b
2 changed files with 3 additions and 3 deletions

View File

@ -333,7 +333,7 @@ function color.recolor_image(image, new_color)
end
--- Get a valid color for Pango markup
-- @param color The color.
-- @param check_color The color to check.
-- @tparam string fallback The color to return if the first is invalid. (default: black)
-- @treturn string color if it is valid, else fallback.
function color.ensure_pango_color(check_color, fallback)

View File

@ -387,11 +387,11 @@
*
* **Signal:**
*
* * *property::icon*
* * *property::icon\_sizes*
*
* @property icon_sizes
* @tparam table sizes
* @see `get_icon`
* @see get_icon
*/
/**