From f27f8682838c315567076aa320105140bda67df6 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 5 Nov 2013 13:25:00 -0500 Subject: [PATCH] Not in group libbe --- docs/user/net/HttpForm.dox | 4 ---- docs/user/net/HttpRequest.dox | 2 -- 2 files changed, 6 deletions(-) diff --git a/docs/user/net/HttpForm.dox b/docs/user/net/HttpForm.dox index d2381f5e82..4e8a402d8e 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 05af4ab8d3..999b74bc0e 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