ldoc: fixes in lib/gears/color.lua and objects/client.c
This commit is contained in:
parent
4a42ed0d44
commit
d3b8088c1b
|
@ -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)
|
||||
|
|
|
@ -387,11 +387,11 @@
|
|||
*
|
||||
* **Signal:**
|
||||
*
|
||||
* * *property::icon*
|
||||
* * *property::icon\_sizes*
|
||||
*
|
||||
* @property icon_sizes
|
||||
* @tparam table sizes
|
||||
* @see `get_icon`
|
||||
* @see get_icon
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue