Ignore:
Timestamp:
Sep 22, 2006 8:43:00 PM (18 years ago)
Author:
bennylp
Message:

Updated doxygen documentation for the website

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/docs/doxygen.h

    r531 r736  
    2929 
    3030/** 
    31  
    32   @mainpage PJSIP 
     31  \n 
     32 
     33  @mainpage PJSIP - Open Source SIP Stack 
    3334 
    3435  \n 
     
    119120  @subsection doc_ver Version 
    120121 
    121   This document corresponds to PJSIP version 0.5.6. 
     122  This document corresponds to PJSIP version 0.5.8. 
    122123 
    123124  \n 
     
    217218    Screenshots on WinXP: \image html siprtp.jpg "siprtp screenshot on WinXP" 
    218219 
     220  - @ref page_pjsip_perf_c\n 
     221    This sample contains a complete implementation of a SIP performance 
     222    measurement tool. Unlike other tool such SIPp, pjsip-perf is geared 
     223    more towards finding the performance of an endpoint by flooding the 
     224    endpoint with some requests and time the completion of the requests.\n 
     225    Screenshots on Linux console: \image html pjsip-perf.jpg "pjsip-perf screenshot on Linux" 
    219226 */ 
    220227 
     
    255262 
    256263/** 
    257  * \page page_pjmedia_samples_siprtp_c Samples: Using SIP and Custom RTP/RTCP to Monitor Quality 
     264 * \page page_pjmedia_samples_siprtp_c Samples: siprtp - SIP with RTCP Quality Monitoring 
    258265 * 
    259266 * This source is an example to demonstrate using SIP and RTP/RTCP framework 
     
    275282 */ 
    276283 
     284/** 
     285 * \page page_pjsip_perf_c Samples: pjsip-perf - SIP Performance Benchmarking Tool 
     286 * 
     287 * This sample contains a complete implementation of a SIP performance 
     288 * measurement tool. Unlike other tool such SIPp, pjsip-perf is geared 
     289 * more towards finding the performance of an endpoint by flooding the 
     290 * endpoint with some requests and time the completion of the requests. 
     291 * 
     292 * The source code of the file is pjsip-apps/src/samples/pjsip-perf.c 
     293 * 
     294 * Screenshots on Linux console: \image html pjsip-perf.jpg 
     295 * 
     296 * \includelineno pjsip-perf.c 
     297 */ 
     298 
Note: See TracChangeset for help on using the changeset viewer.