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 16:29:48 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-25 16:29:48 +0300
commit90917f78da2432b28fa074b69760a5557254f415 (patch)
treecfe4a4ebd109147387641303c42347dac6b7c87c /source/gameengine/BlenderRoutines/KX_BlenderMouseDevice.cpp
parent7184ed446bd7a2286ceffd0bf391125313dfa716 (diff)
doxygen: gameengine/BlenderRoutines tagged.
Diffstat (limited to 'source/gameengine/BlenderRoutines/KX_BlenderMouseDevice.cpp')
-rw-r--r--source/gameengine/BlenderRoutines/KX_BlenderMouseDevice.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/gameengine/BlenderRoutines/KX_BlenderMouseDevice.cpp b/source/gameengine/BlenderRoutines/KX_BlenderMouseDevice.cpp
index 731287a09e6..2432bf9c25a 100644
--- a/source/gameengine/BlenderRoutines/KX_BlenderMouseDevice.cpp
+++ b/source/gameengine/BlenderRoutines/KX_BlenderMouseDevice.cpp
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file gameengine/BlenderRoutines/KX_BlenderMouseDevice.cpp
+ * \ingroup blroutines
+ */
+
+
#if defined(WIN32) && !defined(FREE_WINDOWS)
// annoying warnings about truncated STL debug info
#pragma warning (disable :4786)