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:
parent
c2d176e4a3
commit
b084271a1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user