Remove extraneous "}" from macros documentation

Somehow this isn't a problem for Doxygen, but it's still wrong to have
unmatched "}" here.
This commit is contained in:
Vadim Zeitlin 2022-10-27 18:36:32 +02:00
parent 81807382b7
commit d5617965a6

View file

@ -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 <tt>\#ifndef WX_PRECOMP</tt>, individual
@c wx/wxprec.h and then, inside <tt>\#ifndef WX_PRECOMP</tt>, individual
headers you need.}
@itemdef{_UNICODE and UNICODE, are both always defined in current wxWidgets
versions.}