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-simple/iscomposing.h

    r268 r515  
    2727#include <pjlib-util/xml.h> 
    2828 
     29/** 
     30 * @defgroup PJSIP_ISCOMPOSING Message Composition Indication (RFC 3994) 
     31 * @ingroup PJSIP_SIMPLE 
     32 * @brief Support for Indication of Message Composition (RFC 3994) 
     33 * @{ 
     34 * 
     35 * This implements message composition indication, as described in 
     36 * RFC 3994. 
     37 */ 
    2938 
    3039PJ_BEGIN_DECL 
     
    114123 
    115124 
     125/** 
     126 * @} 
     127 */ 
     128 
    116129 
    117130PJ_END_DECL 
Note: See TracChangeset for help on using the changeset viewer.