Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-25 13:21:56 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-25 13:21:56 +0300
commit45ed5f53f6bc298766fcafaa25ef2535eaad6ec2 (patch)
treeaabf25c6a415fa05da536aa638b6de2b9ab0d934 /intern/audaspace/sndfile
parent6aae3bb5c85196bd7caa0ae941d24639988baf0c (diff)
doxgyen: audaspace tagged.
Diffstat (limited to 'intern/audaspace/sndfile')
-rw-r--r--intern/audaspace/sndfile/AUD_SndFileFactory.cpp5
-rw-r--r--intern/audaspace/sndfile/AUD_SndFileFactory.h5
-rw-r--r--intern/audaspace/sndfile/AUD_SndFileReader.cpp5
-rw-r--r--intern/audaspace/sndfile/AUD_SndFileReader.h5
4 files changed, 20 insertions, 0 deletions
diff --git a/intern/audaspace/sndfile/AUD_SndFileFactory.cpp b/intern/audaspace/sndfile/AUD_SndFileFactory.cpp
index af0f243395a..2d1d29e50f5 100644
--- a/intern/audaspace/sndfile/AUD_SndFileFactory.cpp
+++ b/intern/audaspace/sndfile/AUD_SndFileFactory.cpp
@@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file audaspace/sndfile/AUD_SndFileFactory.cpp
+ * \ingroup audsndfile
+ */
+
+
#include "AUD_SndFileFactory.h"
#include "AUD_SndFileReader.h"
#include "AUD_Buffer.h"
diff --git a/intern/audaspace/sndfile/AUD_SndFileFactory.h b/intern/audaspace/sndfile/AUD_SndFileFactory.h
index ff09887a9dc..9c747e1df01 100644
--- a/intern/audaspace/sndfile/AUD_SndFileFactory.h
+++ b/intern/audaspace/sndfile/AUD_SndFileFactory.h
@@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file audaspace/sndfile/AUD_SndFileFactory.h
+ * \ingroup audsndfile
+ */
+
+
#ifndef AUD_SNDFILEFACTORY
#define AUD_SNDFILEFACTORY
diff --git a/intern/audaspace/sndfile/AUD_SndFileReader.cpp b/intern/audaspace/sndfile/AUD_SndFileReader.cpp
index 89f467ff54c..f226d2eee4d 100644
--- a/intern/audaspace/sndfile/AUD_SndFileReader.cpp
+++ b/intern/audaspace/sndfile/AUD_SndFileReader.cpp
@@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file audaspace/sndfile/AUD_SndFileReader.cpp
+ * \ingroup audsndfile
+ */
+
+
#include "AUD_SndFileReader.h"
#include <cstring>
diff --git a/intern/audaspace/sndfile/AUD_SndFileReader.h b/intern/audaspace/sndfile/AUD_SndFileReader.h
index 324c57b4f83..af095819c0e 100644
--- a/intern/audaspace/sndfile/AUD_SndFileReader.h
+++ b/intern/audaspace/sndfile/AUD_SndFileReader.h
@@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file audaspace/sndfile/AUD_SndFileReader.h
+ * \ingroup audsndfile
+ */
+
+
#ifndef AUD_SNDFILEREADER
#define AUD_SNDFILEREADER