doc: Fix arcchart documentation (#1643)

This commit is contained in:
0x041E 2017-03-08 22:05:23 +01:00 committed by Emmanuel Lepage Vallée
parent c3461b535c
commit caf90887a7
1 changed files with 4 additions and 3 deletions

View File

@ -237,9 +237,10 @@ end
--@DOC_wibox_container_arcchart_border_color_EXAMPLE@
-- @property border_color
--- The border foreground color.
--- The arcchart values foreground colors.
--@DOC_wibox_container_arcchart_color_EXAMPLE@
-- @property color
-- @property colors
-- @tparam table values An ordered set of colors for each value in arcchart.
--- The border width.
--@DOC_wibox_container_arcchart_border_width_EXAMPLE@
@ -269,7 +270,7 @@ end
-- shown in table order.
--@DOC_wibox_container_arcchart_values_EXAMPLE@
-- @property values
-- @tparam table values An ordered set if values.
-- @tparam table values An ordered set of values.
-- @see value
--- If the chart has rounded edges.