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:
@@ -9,9 +9,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Flags for wxColour -> wxString conversion (see wxColour::GetAsString).
|
Flags for wxColour -> wxString conversion (see wxColour::GetAsString).
|
||||||
|
|
||||||
@{
|
|
||||||
*/
|
*/
|
||||||
|
//@{
|
||||||
enum {
|
enum {
|
||||||
wxC2S_NAME = 1, // return colour name, when possible
|
wxC2S_NAME = 1, // return colour name, when possible
|
||||||
wxC2S_CSS_SYNTAX = 2, // return colour in rgb(r,g,b) syntax
|
wxC2S_CSS_SYNTAX = 2, // return colour in rgb(r,g,b) syntax
|
||||||
|
Reference in New Issue
Block a user