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

    r109 r515  
    2020#define __PJSIP_TRANSPORT_LOOP_H__ 
    2121 
     22 
     23/** 
     24 * @file sip_transport_loop.h 
     25 * @brief  
     26 * Loopback transport (for debugging) 
     27 */ 
     28 
     29 
    2230#include <pjsip/sip_transport.h> 
     31 
     32/** 
     33 * @defgroup PJSIP_TRANSPORT_LOOP Loop Transport 
     34 * @ingroup PJSIP_TRANSPORT 
     35 * @brief Loopback transport (for testing purposes). 
     36 * @{ 
     37 * The loopback transport simply bounce back outgoing messages as 
     38 * incoming messages. This feature is used mostly during automated 
     39 * testing, to provide controlled behavior. 
     40 */ 
    2341 
    2442PJ_BEGIN_DECL 
     
    121139PJ_END_DECL 
    122140 
     141/** 
     142 * @} 
     143 */ 
    123144 
    124145#endif  /* __PJSIP_TRANSPORT_LOOP_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.