Ignore:
Timestamp:
Feb 15, 2006 12:41:43 PM (18 years ago)
Author:
bennylp
Message:

Correct broken links in Doxygen documentation

File:
1 edited

Legend:

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

    r188 r189  
    3636 * @ingroup PJMEDIA 
    3737 * @{ 
     38 * 
     39 * The codec manager is used to manage all codec capabilities in the endpoint. 
     40 * Library implementors can extend PJMEDIA codec capabilities by creating  
     41 * a codec factory for a new codec, and register the codec factory to 
     42 * codec manager so that the codec can be used by the rest of application. 
     43 * 
     44 * When used with media endpoint (pjmedia_endpt), application can retrieve 
     45 * the codec manager instance by calling #pjmedia_endpt_get_codec_mgr(). 
    3846 */ 
    3947 
Note: See TracChangeset for help on using the changeset viewer.