]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/caret.h
fix wxMSW build after wxBrush changes: return wxBRUSHSTYLE_MAX instead of zero; fix...
[wxWidgets.git] / interface / caret.h
index cc9b5aec58794614b24424ee02c9abbecd56f3e7..5a6248b3fe4a576d2ba7215b0ce8069348bafcf6 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        caret.h
-// Purpose:     documentation for wxCaret class
+// Purpose:     interface of wxCaret
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -24,8 +24,7 @@
     @library{wxcore}
     @category{misc}
 
-    @seealso
-    wxCaret::GetBlinkTime
+    @see wxCaret::GetBlinkTime
 */
 class wxCaret
 {
@@ -145,3 +144,4 @@ public:
     */
     void Show(bool show = true);
 };
+