]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/unicode.h
wxVector<T> is header-based, use @nolibrary
[wxWidgets.git] / docs / doxygen / overviews / unicode.h
index 0645ba06e37bab2b573009933de24d6e48439768..657368058172d3ef0c6de9bdad6ab639eaf3bb41 100644 (file)
@@ -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.