1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00

Documentation: Fixed some Doxygen warnings

This commit is contained in:
tpoole 2017-06-14 19:04:48 +01:00
parent d525bb49e1
commit 6917e5f5ce

View file

@ -79,9 +79,9 @@ public:
/** Sets the colours to use for drawing the shape when the button's toggle state is 'on'. To enable this behaviour, use the
shouldUseOnColours() method.
@param normalColour the colour to fill the shape with when the mouse isn't over and the button's toggle state is 'on'
@param overColour the colour to use when the mouse is over the shape and the button's toggle state is 'on'
@param downColour the colour to use when the button is in the pressed-down state and the button's toggle state is 'on'
@param normalColourOn the colour to fill the shape with when the mouse isn't over and the button's toggle state is 'on'
@param overColourOn the colour to use when the mouse is over the shape and the button's toggle state is 'on'
@param downColourOn the colour to use when the button is in the pressed-down state and the button's toggle state is 'on'
*/
void setOnColours (Colour normalColourOn,
Colour overColourOn,