]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/stc/stc.h
Correct wxString:Append docs
[wxWidgets.git] / interface / stc / stc.h
index d467db2d7aebd78013be1954455e2b51b182ee43..53f286e8f499fb122c5d9f0074e9fae36630ad6d 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        stc/stc.h
-// Purpose:     documentation for wxStyledTextEvent class
+// Purpose:     interface of wxStyledTextEvent
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -250,6 +250,7 @@ public:
 };
 
 
+
 /**
     @class wxStyledTextCtrl
     @headerfile stc.h wx/stc/stc.h
@@ -274,8 +275,7 @@ public:
     @library{wxbase}
     @category{stc}
 
-    @seealso
-    wxStyledTextEvent
+    @see wxStyledTextEvent
 */
 class wxStyledTextCtrl : public wxControl
 {
@@ -2743,3 +2743,4 @@ public:
     */
     void ZoomOut();
 };
+