Fix grouping warning on newer doxygen

Newer doxygen wants the bracket in its own line and not in the
comment for the enum.
This commit is contained in:
Ian McInerney 2021-05-21 01:56:01 +01:00
parent c2d176e4a3
commit b084271a1a

View File

@ -9,9 +9,8 @@
/**
Flags for wxColour -> wxString conversion (see wxColour::GetAsString).
@{
*/
//@{
enum {
wxC2S_NAME = 1, // return colour name, when possible
wxC2S_CSS_SYNTAX = 2, // return colour in rgb(r,g,b) syntax