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/OpenAL
parent6aae3bb5c85196bd7caa0ae941d24639988baf0c (diff)
doxgyen: audaspace tagged.
Diffstat (limited to 'intern/audaspace/OpenAL')
-rw-r--r--intern/audaspace/OpenAL/AUD_OpenALDevice.cpp5
-rw-r--r--intern/audaspace/OpenAL/AUD_OpenALDevice.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/intern/audaspace/OpenAL/AUD_OpenALDevice.cpp b/intern/audaspace/OpenAL/AUD_OpenALDevice.cpp
index 94cac65d1fb..b9e30bbf62a 100644
--- a/intern/audaspace/OpenAL/AUD_OpenALDevice.cpp
+++ b/intern/audaspace/OpenAL/AUD_OpenALDevice.cpp
@@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file audaspace/OpenAL/AUD_OpenALDevice.cpp
+ * \ingroup audopenal
+ */
+
+
#include "AUD_OpenALDevice.h"
#include "AUD_IFactory.h"
#include "AUD_IReader.h"
diff --git a/intern/audaspace/OpenAL/AUD_OpenALDevice.h b/intern/audaspace/OpenAL/AUD_OpenALDevice.h
index 3965ff03533..3bbbe85d7e6 100644
--- a/intern/audaspace/OpenAL/AUD_OpenALDevice.h
+++ b/intern/audaspace/OpenAL/AUD_OpenALDevice.h
@@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file audaspace/OpenAL/AUD_OpenALDevice.h
+ * \ingroup audopenal
+ */
+
+
#ifndef AUD_OPENALDEVICE
#define AUD_OPENALDEVICE