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

    r160 r515  
    2828 
    2929/** 
    30  * @defgroup PJSIP_EVENT SIP Event 
    31  * @ingroup PJSIP 
     30 * @defgroup PJSIP_EVENT Event 
     31 * @ingroup PJSIP_CORE_CORE 
     32 * @brief Representation of events as they are distributed among modules. 
    3233 * @{ 
    3334 */ 
     
    6566 
    6667/** 
    67  * \struct 
    68  * \brief Event descriptor to fully identify a SIP event. 
     68 * This structure describe event descriptor to fully identify a SIP event. 
    6969 * 
    7070 * Events are the only way for a lower layer object to inform something 
     
    8686    pjsip_event_id_e type; 
    8787 
    88     /* 
    89      * The event body. 
     88    /** 
     89     * The event body as union, which fields depends on the event type. 
    9090     * By convention, the first member of each struct in the union must be 
    9191     * the pointer which is relevant to the event. 
     
    217217 * Get the event string from the event ID. 
    218218 * @param e the event ID. 
    219  * @notes defined in sip_util.c 
     219 * @note defined in sip_util.c 
    220220 */ 
    221221PJ_DEF(const char *) pjsip_event_str(pjsip_event_id_e e); 
Note: See TracChangeset for help on using the changeset viewer.