X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..71f8a117db4b2a57a785ae16af58896f90b37740:/interface/convauto.h diff --git a/interface/convauto.h b/interface/convauto.h index abd98afcb0..3cf6148745 100644 --- a/interface/convauto.h +++ b/interface/convauto.h @@ -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); }; +