]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/combobox.h
remove daily build of docs
[wxWidgets.git] / interface / combobox.h
index a3d2dc584a6886ceade71500224b01280c856f9b..d987a8c0b1b41b4792f0d2b9bd3ed72906b1094b 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        combobox.h
-// Purpose:     documentation for wxComboBox class
+// Purpose:     interface of wxComboBox
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -58,8 +58,7 @@
     @category{ctrl}
     @appearance{combobox.png}
 
-    @seealso
-    wxListBox, wxTextCtrl, wxChoice, wxCommandEvent
+    @see wxListBox, wxTextCtrl, wxChoice, wxCommandEvent
 */
 class wxComboBox : public wxControlWithItems
 {
@@ -289,3 +288,4 @@ public:
     */
     void Undo();
 };
+