Merge pull request #1648 from copycat-killer/color_icon_fix
ldoc: fixes in lib/gears/color.lua and objects/client.c
This commit is contained in:
commit
4af6b33fbf
|
@ -333,7 +333,7 @@ function color.recolor_image(image, new_color)
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Get a valid color for Pango markup
|
--- 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)
|
-- @tparam string fallback The color to return if the first is invalid. (default: black)
|
||||||
-- @treturn string color if it is valid, else fallback.
|
-- @treturn string color if it is valid, else fallback.
|
||||||
function color.ensure_pango_color(check_color, fallback)
|
function color.ensure_pango_color(check_color, fallback)
|
||||||
|
|
|
@ -387,11 +387,11 @@
|
||||||
*
|
*
|
||||||
* **Signal:**
|
* **Signal:**
|
||||||
*
|
*
|
||||||
* * *property::icon*
|
* * *property::icon\_sizes*
|
||||||
*
|
*
|
||||||
* @property icon_sizes
|
* @property icon_sizes
|
||||||
* @tparam table sizes
|
* @tparam table sizes
|
||||||
* @see `get_icon`
|
* @see get_icon
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue