X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2cd3cc948ea512eba91032323fe32207ac74bf8e..e18e78a7cc106a75e5228c51edd982436682633d:/docs/doxygen/overviews/unicode.h?ds=sidebyside diff --git a/docs/doxygen/overviews/unicode.h b/docs/doxygen/overviews/unicode.h index 0645ba06e3..6573680581 100644 --- a/docs/doxygen/overviews/unicode.h +++ b/docs/doxygen/overviews/unicode.h @@ -6,7 +6,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/*! +/** @page overview_unicode Unicode Support in wxWidgets @@ -110,7 +110,7 @@ in both ANSI and Unicode modes could look like: @endcode Of course, it would be nearly impossibly to write such programs if it had to -be done this way (try to imagine the number of @ifdef UNICODE an average +be done this way (try to imagine the number of UNICODE checkes an average program would have had!). Luckily, there is another way - see the next section.