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

    r107 r515  
    1 /* $Id: $ */ 
     1/* $Id$ */ 
    22/*  
    33 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
     
    2020#define __PJSIP_TRANSPORT_UDP_H__ 
    2121 
     22/** 
     23 * @file sip_transport_udp.h 
     24 * @brief SIP UDP Transport. 
     25 */ 
     26 
    2227#include <pjsip/sip_transport.h> 
    2328 
    2429PJ_BEGIN_DECL 
     30 
     31/** 
     32 * @defgroup PJSIP_TRANSPORT_UDP UDP transport 
     33 * @ingroup PJSIP_TRANSPORT 
     34 * @brief API to create and register UDP transport. 
     35 * @{ 
     36 * The functions below are used to create UDP transport and register  
     37 * the transport to the framework. 
     38 */ 
    2539 
    2640/** 
     
    6882PJ_END_DECL 
    6983 
     84/** 
     85 * @} 
     86 */ 
    7087 
    7188#endif  /* __PJSIP_TRANSPORT_UDP_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.