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/SDL
parent6aae3bb5c85196bd7caa0ae941d24639988baf0c (diff)
doxgyen: audaspace tagged.
Diffstat (limited to 'intern/audaspace/SDL')
-rw-r--r--intern/audaspace/SDL/AUD_SDLDevice.cpp5
-rw-r--r--intern/audaspace/SDL/AUD_SDLDevice.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/intern/audaspace/SDL/AUD_SDLDevice.cpp b/intern/audaspace/SDL/AUD_SDLDevice.cpp
index 0c34d1daa4a..91313f36fbb 100644
--- a/intern/audaspace/SDL/AUD_SDLDevice.cpp
+++ b/intern/audaspace/SDL/AUD_SDLDevice.cpp
@@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file audaspace/SDL/AUD_SDLDevice.cpp
+ * \ingroup audsdl
+ */
+
+
#include "AUD_SDLDevice.h"
#include "AUD_IReader.h"
diff --git a/intern/audaspace/SDL/AUD_SDLDevice.h b/intern/audaspace/SDL/AUD_SDLDevice.h
index e01a36aee8c..aeea8d0e5d2 100644
--- a/intern/audaspace/SDL/AUD_SDLDevice.h
+++ b/intern/audaspace/SDL/AUD_SDLDevice.h
@@ -24,6 +24,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file audaspace/SDL/AUD_SDLDevice.h
+ * \ingroup audsdl
+ */
+
+
#ifndef AUD_SDLDEVICE
#define AUD_SDLDEVICE