From d5617965a6a5a287b12c6026e934db796cc23d19 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 27 Oct 2022 18:36:32 +0200 Subject: [PATCH] Remove extraneous "}" from macros documentation Somehow this isn't a problem for Doxygen, but it's still wrong to have unmatched "}" here. --- docs/doxygen/mainpages/const_cpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/mainpages/const_cpp.h b/docs/doxygen/mainpages/const_cpp.h index a99b2bec38..d85a8e318e 100644 --- a/docs/doxygen/mainpages/const_cpp.h +++ b/docs/doxygen/mainpages/const_cpp.h @@ -366,7 +366,7 @@ more details. includes a number of wxWidgets headers thus making it unnecessary to include them explicitly. However if this is not defined, you do need to include them and so the usual idiom which allows to support both cases is to first include - @c wx/wxprec.h} and then, inside \#ifndef WX_PRECOMP, individual + @c wx/wxprec.h and then, inside \#ifndef WX_PRECOMP, individual headers you need.} @itemdef{_UNICODE and UNICODE, are both always defined in current wxWidgets versions.}