Ignore:
Timestamp:
Dec 4, 2013 3:01:20 AM (10 years ago)
Author:
bennylp
Message:

Re #1519: doxygen fixes and other minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjsip/include/pjsua2/media.hpp

    r4669 r4672  
    2828#include <pjsua2/types.hpp> 
    2929 
     30/** PJSUA2 API is inside pj namespace */ 
     31namespace pj 
     32{ 
     33 
    3034/** 
    3135 * @defgroup PJSUA2_MED Media 
     
    3438 */ 
    3539 
    36 /** PJSUA2 API is inside pj namespace */ 
    37 namespace pj 
    38 { 
    3940using std::string; 
    4041using std::vector; 
     
    488489     * function at any time to replace current sound device. 
    489490     * 
    490      * @param capture dev       Device ID of the capture device. 
     491     * @param capture_dev       Device ID of the capture device. 
    491492     */ 
    492493    void setCaptureDev(int capture_dev) const throw(Error); 
     
    10931094typedef void *CodecParam; 
    10941095 
     1096 
     1097/** 
     1098 * @}  // PJSUA2_MED 
     1099 */ 
     1100 
    10951101} // namespace pj 
    10961102 
    1097 /** 
    1098  * @}  // PJSUA2_MED 
    1099  */ 
    1100  
    11011103#endif  /* __PJSUA2_MEDIA_HPP__ */ 
Note: See TracChangeset for help on using the changeset viewer.