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
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue