doxgyen: audaspace tagged.

This commit is contained in:
Nathan Letwory
2011-02-25 10:21:56 +00:00
parent 6aae3bb5c8
commit 45ed5f53f6
144 changed files with 720 additions and 0 deletions

View File

@@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/SRC/AUD_SRCResampleFactory.cpp
* \ingroup audsrc
*/
#include "AUD_SRCResampleFactory.h"
#include "AUD_SRCResampleReader.h"

View File

@@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/SRC/AUD_SRCResampleFactory.h
* \ingroup audsrc
*/
#ifndef AUD_SRCRESAMPLEFACTORY
#define AUD_SRCRESAMPLEFACTORY

View File

@@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/SRC/AUD_SRCResampleReader.cpp
* \ingroup audsrc
*/
#include "AUD_SRCResampleReader.h"
#include <cmath>

View File

@@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file audaspace/SRC/AUD_SRCResampleReader.h
* \ingroup audsrc
*/
#ifndef AUD_SRCRESAMPLEREADER
#define AUD_SRCRESAMPLEREADER