Ignore:
Timestamp:
Jun 20, 2006 3:39:07 PM (18 years ago)
Author:
bennylp
Message:

Yet again large diffs because of documentation/doxygen update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/recfile.c

    r412 r531  
    1818 */ 
    1919 
     20/** 
     21 * \page page_pjmedia_samples_recfile_c Samples: Capturing Audio to WAV File 
     22 * 
     23 * In this example, we capture audio from the sound device and save it to 
     24 * WAVE file. 
     25 * 
     26 * @see page_pjmedia_samples_playfile_c 
     27 * 
     28 * This file is pjsip-apps/src/samples/recfile.c 
     29 * 
     30 * \includelineno recfile.c 
     31 */ 
    2032 
    2133#include <pjmedia.h> 
     
    2638/* For logging purpose. */ 
    2739#define THIS_FILE   "recfile.c" 
     40 
    2841 
    2942/* Configs */ 
Note: See TracChangeset for help on using the changeset viewer.