Ignore:
Timestamp:
Jun 17, 2006 4:08:30 AM (18 years ago)
Author:
bennylp
Message:

Modifications all over the place, but mainly only to update Doxygen documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_endpoint.h

    r486 r515  
    2828#include <pjsip/sip_resolve.h> 
    2929 
     30/** 
     31 * @defgroup PJSIP_CORE_CORE At the Very Core 
     32 * @ingroup PJSIP_CORE 
     33 * @brief The very core of PJSIP. 
     34 */ 
     35 
    3036PJ_BEGIN_DECL 
    3137 
    3238/** 
    33  * @defgroup PJSIP SIP Stack Core 
    34  * Implementation of core SIP protocol stack processing. 
    35  */ 
    36  
    37 /** 
    38  * @defgroup PJSIP_ENDPT SIP Endpoint 
    39  * @ingroup PJSIP 
    40  * @brief 
    41  * Representation of SIP node instance. 
     39 * @defgroup PJSIP_ENDPT Endpoint 
     40 * @ingroup PJSIP_CORE_CORE 
     41 * @brief The master, owner of all objects 
    4242 * 
    4343 * SIP Endpoint instance (pjsip_endpoint) can be viewed as the master/owner of 
     
    287287 * Note: at the moment we don't have implementation of RFC 3263 yet! 
    288288 * 
    289  * @param resolver  The resolver engine. 
     289 * @param endpt     The endpoint instance. 
    290290 * @param pool      The pool to allocate resolver job. 
    291291 * @param target    The target specification to be resolved. 
     
    420420 
    421421/** 
     422 * @} 
     423 */ 
     424 
     425 
     426/** 
    422427 * Log an error. 
    423428 */ 
     
    437442            } while (0) 
    438443 
    439 /** 
    440  * @} 
    441  */ 
    442  
    443444/* 
    444445 * Internal functions. 
Note: See TracChangeset for help on using the changeset viewer.