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:
parent
81807382b7
commit
d5617965a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue