From caf90887a73bb61a58232dcd55e8e82501cda5be Mon Sep 17 00:00:00 2001 From: 0x041E Date: Wed, 8 Mar 2017 22:05:23 +0100 Subject: [PATCH] doc: Fix arcchart documentation (#1643) --- lib/wibox/container/arcchart.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/wibox/container/arcchart.lua b/lib/wibox/container/arcchart.lua index a2a58b36..8efe4df2 100644 --- a/lib/wibox/container/arcchart.lua +++ b/lib/wibox/container/arcchart.lua @@ -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.