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

    r4597 r4672  
    2626 
    2727/** 
    28  * @defgroup PJSUA2 PJSUA2: High Level Object Oriented PJSUA API 
    29  * @{ 
    30  * The PJSUA2 API is a new, high-level, object-oriented API that is built 
    31  * on top of PJSUA-LIB API. The PJSUA2 API is implemented with C++ and 
    32  * can be used from other high level languages such as Java and Python. 
    33  * Thanks to <A HREF="http://www.swig.org">SWIG</A>, the API can potentially 
    34  * be used in other high level or scripting languages where SWIG binding is 
    35  * available, such as C#, Perl, PHP, Ruby, and Tcl. 
    36  * 
    37  * This page mostly contains the reference documentation of the API. For 
    38  * more guide on the API, please see the PJSUA2 wiki page: 
    39  * http://trac.pjsip.org/repos/wiki/pjsua2_API 
    40  * @} 
     28@mainpage pjsua2 API 
     29 
     30This documentation contains the API Reference for pjsua2. Please 
     31go to <b>Modules</b> section above for navigation. 
     32 
     33For more info regarding pjsua2, including some tutorials, please 
     34see The PJSIP Book. 
     35*/ 
     36 
     37 
     38/** 
     39 * @defgroup PJSUA2_Ref pjsua2 API Reference 
    4140 */ 
    4241 
    4342/** 
    44  * @defgroup PJSUA2_Ref API Reference 
    45  * @ingroup PJSUA2 
     43 * @defgroup PJSUA2_DS Data Structure 
     44 * @ingroup PJSUA2_Ref 
    4645 */ 
    47  
    4846 
    4947 
Note: See TracChangeset for help on using the changeset viewer.