]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/convauto.h
more utils.h fixes
[wxWidgets.git] / interface / convauto.h
index abd98afcb03e6147b7e20ed0696a6c8d19671cb2..3cf6148745bfe69f40517cf751f8aead150a4dea 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        convauto.h
-// Purpose:     documentation for wxConvAuto class
+// Purpose:     interface of wxConvAuto
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -42,8 +42,7 @@
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    @ref overview_mbconvclasses "wxMBConv classes overview"
+    @see @ref overview_mbconvclasses "wxMBConv classes overview"
 */
 class wxConvAuto : public wxMBConv
 {
@@ -95,3 +94,4 @@ public:
     */
     static void SetFallbackEncoding(wxFontEncoding enc);
 };
+