X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..ddd3c3476828258b45df120674d4f2debcb83c93:/interface/textfile.h?ds=sidebyside diff --git a/interface/textfile.h b/interface/textfile.h index 6289a57fce..ca8b2d8da1 100644 --- a/interface/textfile.h +++ b/interface/textfile.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: textfile.h -// Purpose: documentation for wxTextFile class +// Purpose: interface of wxTextFile // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -56,8 +56,7 @@ @library{wxbase} @category{file} - @seealso - wxFile + @see wxFile */ class wxTextFile { @@ -239,3 +238,4 @@ public: */ wxString operator[](size_t n) const; }; +