]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/chartype.h
pen.h depends from brush.h in compat mode
[wxWidgets.git] / interface / chartype.h
index 6ac118fe37cdeaecc9910ab04f94f3c7d7883215..4e8d4e4d57225cbbd3c1d0119b61c3a9d128a58c 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        chartype.h
-// Purpose:     documentation for global functions
+// Purpose:     interface of global functions
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -38,7 +38,7 @@ const wxChar* wxT(const char* s);
     current build, but using it can be beneficial in performance-sensitive code to
     do the conversion at compile-time instead.
 
-    @see wxT
+    @see wxT()
 */
 wxStringCharType wxS(char ch);
 const wxStringCharType* wxS(const char* s);