Doxygen.
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@437 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
parent
a583e0a60e
commit
219871b1dc
@ -5,19 +5,19 @@
|
||||
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \defgroup UpnpString The UpnpString Class
|
||||
*
|
||||
* \brief UpnpString object declararion.
|
||||
*
|
||||
* This class implements string operations in the UPnP library.
|
||||
* \brief Implements string operations in the UPnP library.
|
||||
*
|
||||
* \author Marcelo Roberto Jimenez
|
||||
*
|
||||
* \version 1.0
|
||||
*
|
||||
* \defgroup UpnpString The UpnpString Class
|
||||
*
|
||||
* @{
|
||||
*
|
||||
* \file
|
||||
*
|
||||
* \brief UpnpString object declarartion.
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,12 +1,20 @@
|
||||
|
||||
|
||||
/*!
|
||||
* \addtogroup UpnpString
|
||||
*
|
||||
* Due to its heavy use, this class is coded for efficiency, not for beauty.
|
||||
* Do not use this as example to other classes. Please take a look at any
|
||||
* other one.
|
||||
*
|
||||
* \todo Always alloc a minimum size like 64 bytes or so and when shrinking
|
||||
* do not perform a new memory allocation.
|
||||
*
|
||||
* @{
|
||||
*
|
||||
* \file
|
||||
*
|
||||
* \brief UpnpString object implementation.
|
||||
*
|
||||
* \author Marcelo Roberto Jimenez
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@ -21,18 +29,9 @@
|
||||
|
||||
|
||||
/*!
|
||||
* \ingroup UpnpString
|
||||
*
|
||||
* \brief Internal implementation of the class UpnpString.
|
||||
*
|
||||
* \internal
|
||||
*
|
||||
* Due to its heavy use, this class is coded for efficiency, not for beauty.
|
||||
* Do not use this as example to other classes. Please take a look at any
|
||||
* other one.
|
||||
*
|
||||
* \todo Always alloc a minimum size like 64 bytes or so and when shrinking
|
||||
* do not perform a new memory allocation.
|
||||
*/
|
||||
struct SUpnpString
|
||||
{
|
||||
@ -151,3 +150,5 @@ void UpnpString_clear(UpnpString *p)
|
||||
((struct SUpnpString *)p)->m_string[0] = 0;
|
||||
}
|
||||
|
||||
/* @} UpnpString */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user