From b084271a1a7dc6362d9b46beb60ce5b4b077dc9f Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Fri, 21 May 2021 01:56:01 +0100 Subject: [PATCH] Fix grouping warning on newer doxygen Newer doxygen wants the bracket in its own line and not in the comment for the enum. --- interface/wx/colour.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interface/wx/colour.h b/interface/wx/colour.h index 3cf8e201b8..32424f1123 100644 --- a/interface/wx/colour.h +++ b/interface/wx/colour.h @@ -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