]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/convauto.h
use wxEmptyString as default value to return from GetAttribute()
[wxWidgets.git] / interface / convauto.h
index 12770bbb4fd685cb8fe01226149bbae4b314eb0d..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
 {
@@ -52,7 +51,7 @@ public:
         Constructs a new wxConvAuto instance. The object will try to detect the input
         of the multibyte text given to its wxMBConv::ToWChar method
         automatically but if the automatic detection of Unicode encodings fails, the
-        fall-back encoding @e enc will be used to interpret it as multibyte text.
+        fall-back encoding @a enc will be used to interpret it as multibyte text.
         The default value of this parameter, @c wxFONTENCODING_DEFAULT means
         that the global default value which can be set using
         @ref setdefaultmbencoding() SetFallbackEncoding method should be
@@ -87,12 +86,12 @@ public:
         explicitly specified in constructor. The default value, which can be retrieved
         using @ref getdefaultmbencoding() GetFallbackEncoding, is
         @c wxFONTENCODING_ISO8859_1.
-        
         Special values of @c wxFONTENCODING_SYSTEM or
-        @c wxFONTENCODING_MAX can be used for @e enc parameter to use the
+        @c wxFONTENCODING_MAX can be used for @a enc parameter to use the
         encoding of the current user locale as fall back or not use any encoding for
         fall back at all, respectively (just as with the similar constructor
         parameter). However @c wxFONTENCODING_DEFAULT value cannot be used here.
     */
     static void SetFallbackEncoding(wxFontEncoding enc);
 };
+