VirtualBox

Changeset 36499 in vbox


Ignore:
Timestamp:
Apr 1, 2011 1:36:31 PM (14 years ago)
Author:
vboxsync
Message:

Doc-IPRT: add a RT C++ group to the docu

Location:
trunk/include/iprt/cpp
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/autores.h

    r28800 r36499  
    3030#include <iprt/assert.h>
    3131
     32/**
     33 * @addtogroup grp_rt_cpp_util
     34 * @{
     35 */
    3236
    3337/**
     
    4751};
    4852
     53/** @} */
     54
     55/**
     56 * @defgroup grp_rt_cpp_autores    C++ Resource Management
     57 * @ingroup grp_rt_cpp
     58 * @{
     59 */
    4960
    5061/**
     
    204215};
    205216
     217/** @} */
     218
    206219
    207220/* include after template definition */
  • trunk/include/iprt/cpp/exception.h

    r30949 r36499  
    2929#include <iprt/cpp/ministring.h>
    3030
    31 /** @defgroup grp_rt_cppxcpt    C++ Exceptions
    32  * @ingroup grp_rt
     31namespace iprt
     32{
     33
     34/**
     35 * @defgroup grp_rt_cpp_exceptions    C++ Exceptions
     36 * @ingroup grp_rt_cpp
    3337 * @{
    3438 */
    35 
    36 namespace iprt
    37 {
    3839
    3940/**
     
    8990};
    9091
     92/** @} */
     93
    9194} /* namespace iprt */
    92 
    93 /** @} */
    9495
    9596#endif
  • trunk/include/iprt/cpp/lock.h

    r31088 r36499  
    3434RT_C_DECLS_BEGIN
    3535
    36 /** @defgroup grp_rt_lock       RTLock - Scope-based Locking (C++).
    37  * @ingroup grp_rt
     36/**
     37 * @defgroup grp_rt_cpp_lock       C++ Scope-based Locking
     38 * @ingroup grp_rt_cpp
    3839 * @{
    3940 */
  • trunk/include/iprt/cpp/utils.h

    r30746 r36499  
    2727#define ___iprt_cpputils_h
    2828
    29 /** @defgroup grp_rt_cpputils   C++ Utilities
     29/**
     30 * @defgroup grp_rt_cpp         IPRT C++ support
    3031 * @ingroup grp_rt
     32 */
     33
     34/**
     35 * @defgroup grp_rt_cpp_util    C++ Utilitis
     36 * @ingroup grp_rt_cpp
    3137 * @{
    3238 */
     
    6167inline C* unconst(const C *that) { return const_cast<C*>(that); }
    6268
     69/** @} */
    6370
    6471namespace iprt
    6572{
     73
     74/**
     75 * @ingroup grp_rt_cpp_util
     76 * @{
     77 */
    6678
    6779/**
     
    8092};
    8193
     94/** @} */
     95
    8296} // namespace iprt
    83 
    84 /** @} */
    8597
    8698#endif // ___iprt_cpputils_h
  • trunk/include/iprt/cpp/xml.h

    r36405 r36499  
    3636#include <iprt/cpp/exception.h>
    3737
     38/**
     39 * @defgroup grp_rt_cpp_xml    C++ XML support
     40 * @ingroup grp_rt_cpp
     41 * @{
     42 */
     43
    3844/* Forwards */
    3945typedef struct _xmlParserInput xmlParserInput;
     
    4753typedef struct _xmlNode xmlNode;
    4854
     55/** @} */
     56
    4957namespace xml
    5058{
     59
     60/**
     61 * @addtogroup grp_rt_cpp_xml
     62 * @{
     63 */
    5164
    5265// Exceptions
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette