X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..628e155d8c70da0f962289cf1e1dea3699255707:/interface/protocol/http.h diff --git a/interface/protocol/http.h b/interface/protocol/http.h index ecbba75b79..9ea510b233 100644 --- a/interface/protocol/http.h +++ b/interface/protocol/http.h @@ -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); }; +