]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/textfile.h
Send build notification to wx-buildbot mailing list.
[wxWidgets.git] / interface / textfile.h
index 6289a57fcebc07c0e161767daccdae3a04325198..ca8b2d8da1cd70506c46baa939ed7b9497e57991 100644 (file)
@@ -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;
 };
+