hrev46316 adds 1 changeset to branch 'master' old head: 40cbf3eb0eef900cde4014e3e6e4bf4760a23d2a new head: f27f8682838c315567076aa320105140bda67df6 overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=f27f868+%5E40cbf3e ---------------------------------------------------------------------------- f27f868: Not in group libbe [ John Scipione <jscipione@xxxxxxxxx> ] ---------------------------------------------------------------------------- Revision: hrev46316 Commit: f27f8682838c315567076aa320105140bda67df6 URL: http://cgit.haiku-os.org/haiku/commit/?id=f27f868 Author: John Scipione <jscipione@xxxxxxxxx> Date: Tue Nov 5 18:25:00 2013 UTC ---------------------------------------------------------------------------- 2 files changed, 6 deletions(-) docs/user/net/HttpForm.dox | 4 ---- docs/user/net/HttpRequest.dox | 2 -- ---------------------------------------------------------------------------- diff --git a/docs/user/net/HttpForm.dox b/docs/user/net/HttpForm.dox index d2381f5..4e8a402 100644 --- a/docs/user/net/HttpForm.dox +++ b/docs/user/net/HttpForm.dox @@ -15,7 +15,6 @@ /*! \file HttpForm.h \ingroup network - \ingroup libbe \brief Management of HTTP form data */ @@ -65,7 +64,6 @@ /*! \class BHttpFormData \ingroup network - \ingroup libbe \brief Stores a form data entry sent or received during an HTTP request. Each element in a form is stored in an instance of this class. The values @@ -203,7 +201,6 @@ /*! \class BHttpForm \ingroup network - \ingroup libbe \brief Container for all the BHttpFormData instances making up an HTTP form contents. */ @@ -366,7 +363,6 @@ /*! \class BHttpForm::Iterator \ingroup network - \ingroup libbe \brief Form Iterator. */ diff --git a/docs/user/net/HttpRequest.dox b/docs/user/net/HttpRequest.dox index 05af4ab..999b74b 100644 --- a/docs/user/net/HttpRequest.dox +++ b/docs/user/net/HttpRequest.dox @@ -15,7 +15,6 @@ /*! \file HttpRequest.h \ingroup network - \ingroup libbe \brief Management of HTTP or HTTPS protocol requests */ @@ -23,7 +22,6 @@ /*! \class BHttpRequest \ingroup network - \ingroup libbe \brief Handles a request over HTTP or HTTPS. Instances of ths class will be created by the BUrlProtocolRoster for