Skip to content

Commit

Permalink
ldoc: fixes in lib/gears/color.lua and objects/client.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bonham committed Mar 12, 2017
1 parent 4a42ed0 commit d3b8088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/gears/color.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions objects/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,11 +387,11 @@
*
* **Signal:**
*
* * *property::icon*
* * *property::icon\_sizes*
*
* @property icon_sizes
* @tparam table sizes
* @see `get_icon`
* @see get_icon
*/

/**
Expand Down

0 comments on commit d3b8088

Please sign in to comment.