diff --git a/lib/gears/color.lua.in b/lib/gears/color.lua.in index d04c05e7..6b1c7e40 100644 --- a/lib/gears/color.lua.in +++ b/lib/gears/color.lua.in @@ -86,8 +86,8 @@ end -- For the explanation of "", see add_stops(). -- @param arg The argument describing the pattern -- @return a cairo pattern object --- @nname create_linear_pattern --- @nclass function +-- @name create_linear_pattern +-- @class function --- Create a radial pattern object. -- The pattern is created from a string. This string should have the following @@ -97,8 +97,8 @@ end -- For the explanation of "", see add_stops(). -- @param arg The argument describing the pattern -- @return a cairo pattern object --- @nname create_radial_pattern --- @nclass function +-- @name create_radial_pattern +-- @class function for k, v in pairs({ linear = capi.oocairo.pattern_create_linear, radial = capi.oocairo.pattern_create_radial}) do