]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/protocol/http.h
added native GTK implementation of wxCalendarCtrl (modified patch 1925439)
[wxWidgets.git] / interface / protocol / http.h
index ecbba75b79afcf4d4282dbb32c12cb1bfda0c3b2..9ea510b233cb83ad0ab94de1f93e7401a00cbece 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        protocol/http.h
-// Purpose:     documentation for wxHTTP class
+// Purpose:     interface of wxHTTP
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -14,8 +14,7 @@
     @library{wxnet}
     @category{net}
 
-    @seealso
-    wxSocketBase, wxURL
+    @see wxSocketBase, wxURL
 */
 class wxHTTP : public wxProtocol
 {
@@ -63,3 +62,4 @@ public:
     */
     void SetHeader(const wxString& header, const wxString& h_data);
 };
+