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/presence.hpp

    r4657 r4672  
    2727#include <pjsua2/siptypes.hpp> 
    2828 
     29/** PJSUA2 API is inside pj namespace */ 
     30namespace pj 
     31{ 
     32 
    2933/** 
    3034 * @defgroup PJSUA2_PRES Presence 
     
    3337 */ 
    3438 
    35 /** PJSUA2 API is inside pj namespace */ 
    36 namespace pj 
    37 { 
    3839using std::string; 
    3940using std::vector; 
     
    170171     
    171172public: 
     173    /** Import from pjsip structure */ 
    172174    void fromPj(const pjsua_buddy_info &pbi); 
    173175}; 
     
    286288 
    287289 
     290/** 
     291 * @}  // PJSUA2_PRES 
     292 */ 
     293 
    288294} // namespace pj 
    289295 
    290 /** 
    291  * @}  // PJSUA2_PRES 
    292  */ 
    293  
    294296#endif  /* __PJSUA2_PRESENCE_HPP__ */ 
Note: See TracChangeset for help on using the changeset viewer.