Ignore:
Timestamp:
Jun 18, 2006 2:02:36 AM (18 years ago)
Author:
bennylp
Message:

Updated doxygen documentation to all headers in PJMEDIA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/null_port.h

    r322 r518  
    2727 
    2828 
     29 
     30/** 
     31 * @defgroup PJMEDIA_NULL_PORT Null Port 
     32 * @ingroup PJMEDIA_PORT 
     33 * @brief Null port is the simplest type of port. 
     34 * @{ 
     35 */ 
     36 
     37 
    2938PJ_BEGIN_DECL 
    3039 
     
    3342 * Create Null port.  
    3443 * 
     44 * @param pool                  Pool to allocate memory. 
    3545 * @param sampling_rate         Sampling rate of the port. 
    3646 * @param channel_count         Number of channels. 
     
    5262PJ_END_DECL 
    5363 
     64/** 
     65 * @} 
     66 */ 
     67 
    5468 
    5569#endif  /* __PJMEDIA_NULL_PORT_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.