added Doxyfile.developer for generating internal docs. added doxygen brief descriptions to mme example files
This commit is contained in:
parent
30d0807075
commit
4fd99433f3
6 changed files with 265 additions and 17 deletions
|
|
@ -1,3 +1,8 @@
|
|||
/** @file paex_wmme_ac3.c
|
||||
@ingroup examples_src
|
||||
@brief Use WMME-specific interface to send raw AC3 data to a S/PDIF output.
|
||||
@author Ross Bencina <rossb@audiomulch.com>
|
||||
*/
|
||||
/*
|
||||
* $Id: $
|
||||
* Portable Audio I/O Library
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
/** @file paex_wmme_surround.c
|
||||
@ingroup examples_src
|
||||
@brief Use WMME-specific channelMask to request 5.1 surround sound output.
|
||||
@author Ross Bencina <rossb@audiomulch.com>
|
||||
*/
|
||||
/*
|
||||
* $Id: $
|
||||
* Portable Audio I/O Library
|
||||
|
|
|
|||
Loading…
Reference in a new issue