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

    r4644 r4672  
    2929#include <string> 
    3030 
     31/** PJSUA2 API is inside pj namespace */ 
     32namespace pj 
     33{ 
     34 
    3135/** 
    3236 * @defgroup PJSUA2_JSON JSON Persistent Support 
     
    3640 */ 
    3741 
    38 /** PJSUA2 API is inside pj namespace */ 
    39 namespace pj 
    40 { 
    4142using std::string; 
    4243 
    43  
     44/** 
     45 * Persistent document (file) with JSON format. 
     46 */ 
    4447class JsonDocument : public PersistentDocument 
    4548{ 
     
    104107 
    105108 
    106 } // namespace pj 
    107  
    108109/** 
    109110 * @}  PJSUA2 
    110111 */ 
    111112 
     113} // namespace pj 
    112114 
    113115 
Note: See TracChangeset for help on using the changeset viewer.