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:35:59 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-25 16:35:59 +0300
commitbb6e7faf72ff64517db39616bae38959ecc0ed74 (patch)
tree710c3dcdc2e7fef2741840fadd950a9587f6c080 /source/gameengine/Ketsji/KX_IPO_SGController.cpp
parent94f3851840d9b28d726722cf99df18f00a0ce062 (diff)
doxygen: gameengine/Ketsji tagged.
Diffstat (limited to 'source/gameengine/Ketsji/KX_IPO_SGController.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_IPO_SGController.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_IPO_SGController.cpp b/source/gameengine/Ketsji/KX_IPO_SGController.cpp
index 0561e7ec87a..3c73bb6a619 100644
--- a/source/gameengine/Ketsji/KX_IPO_SGController.cpp
+++ b/source/gameengine/Ketsji/KX_IPO_SGController.cpp
@@ -28,6 +28,11 @@
* Scenegraph controller for ipos.
*/
+/** \file gameengine/Ketsji/KX_IPO_SGController.cpp
+ * \ingroup ketsji
+ */
+
+
#if defined(_WIN64)
typedef unsigned __int64 uint_ptr;
#else