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_util.h

    r134 r515  
    2626 
    2727/** 
    28  * @defgroup PJSIP_ENDPT SIP Endpoint 
    29  * @ingroup PJSIP 
     28 * @defgroup PJSIP_ENDPT_STATELESS Message Creation and Stateless Operations 
     29 * @ingroup PJSIP_CORE_CORE 
     30 * @brief Utilities to create various messages and base function to send messages. 
    3031 * @{ 
    3132 */ 
     
    239240 * @param endpt     The endpoint instance. 
    240241 * @param tdata     The transmit data to be sent. 
     242 * @param token     Arbitrary token to be given back on the callback. 
     243 * @param cb        Optional callback to notify transmission status (also 
     244 *                  gives chance for application to discontinue retrying 
     245 *                  sending to alternate address). 
    241246 * 
    242247 * @return          PJ_SUCCESS, or the appropriate error code. 
     
    350355                                                   const pjsip_msg_body *body); 
    351356                                                     
     357/** 
     358 * @} 
     359 */ 
     360 
     361/** 
     362 * @defgroup PJSIP_TRANSACT_UTIL Stateful Operations 
     363 * @ingroup PJSIP_TRANSACT 
     364 * @brief Utility function to send requests/responses statefully. 
     365 * @{ 
     366 */ 
    352367 
    353368/** 
Note: See TracChangeset for help on using the changeset viewer.