Not in group libbe

This commit is contained in:
John Scipione
2013-11-05 13:25:00 -05:00
parent 40cbf3eb0e
commit f27f868283
2 changed files with 0 additions and 6 deletions
-4
View File
@@ -15,7 +15,6 @@
/*! /*!
\file HttpForm.h \file HttpForm.h
\ingroup network \ingroup network
\ingroup libbe
\brief Management of HTTP form data \brief Management of HTTP form data
*/ */
@@ -65,7 +64,6 @@
/*! /*!
\class BHttpFormData \class BHttpFormData
\ingroup network \ingroup network
\ingroup libbe
\brief Stores a form data entry sent or received during an HTTP request. \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 Each element in a form is stored in an instance of this class. The values
@@ -203,7 +201,6 @@
/*! /*!
\class BHttpForm \class BHttpForm
\ingroup network \ingroup network
\ingroup libbe
\brief Container for all the BHttpFormData instances making up an HTTP form contents. \brief Container for all the BHttpFormData instances making up an HTTP form contents.
*/ */
@@ -366,7 +363,6 @@
/*! /*!
\class BHttpForm::Iterator \class BHttpForm::Iterator
\ingroup network \ingroup network
\ingroup libbe
\brief Form Iterator. \brief Form Iterator.
*/ */
-2
View File
@@ -15,7 +15,6 @@
/*! /*!
\file HttpRequest.h \file HttpRequest.h
\ingroup network \ingroup network
\ingroup libbe
\brief Management of HTTP or HTTPS protocol requests \brief Management of HTTP or HTTPS protocol requests
*/ */
@@ -23,7 +22,6 @@
/*! /*!
\class BHttpRequest \class BHttpRequest
\ingroup network \ingroup network
\ingroup libbe
\brief Handles a request over HTTP or HTTPS. \brief Handles a request over HTTP or HTTPS.
Instances of ths class will be created by the BUrlProtocolRoster for Instances of ths class will be created by the BUrlProtocolRoster for