[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35173] trunk/blender/source/gameengine/ Physics: doxygen: gameengine/Physics tagged.

Nathan Letwory nathan at letworyinteractive.com
Fri Feb 25 14:37:23 CET 2011


Revision: 35173
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35173
Author:   jesterking
Date:     2011-02-25 13:37:23 +0000 (Fri, 25 Feb 2011)
Log Message:
-----------
doxygen: gameengine/Physics tagged.

Modified Paths:
--------------
    trunk/blender/source/gameengine/Physics/Bullet/CcdGraphicController.cpp
    trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp
    trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp
    trunk/blender/source/gameengine/Physics/Dummy/DummyPhysicsEnvironment.cpp
    trunk/blender/source/gameengine/Physics/common/PHY_IController.cpp
    trunk/blender/source/gameengine/Physics/common/PHY_IGraphicController.cpp
    trunk/blender/source/gameengine/Physics/common/PHY_IGraphicController.h
    trunk/blender/source/gameengine/Physics/common/PHY_IMotionState.cpp
    trunk/blender/source/gameengine/Physics/common/PHY_IPhysicsController.cpp
    trunk/blender/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.cpp
    trunk/blender/source/gameengine/Physics/common/PHY_IVehicle.cpp

Modified: trunk/blender/source/gameengine/Physics/Bullet/CcdGraphicController.cpp
===================================================================
--- trunk/blender/source/gameengine/Physics/Bullet/CcdGraphicController.cpp	2011-02-25 13:36:49 UTC (rev 35172)
+++ trunk/blender/source/gameengine/Physics/Bullet/CcdGraphicController.cpp	2011-02-25 13:37:23 UTC (rev 35173)
@@ -1,3 +1,6 @@
+/** \file gameengine/Physics/Bullet/CcdGraphicController.cpp
+ *  \ingroup physbullet
+ */
 /*
 Bullet Continuous Collision Detection and Physics Library
 Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/

Modified: trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp
===================================================================
--- trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp	2011-02-25 13:36:49 UTC (rev 35172)
+++ trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp	2011-02-25 13:37:23 UTC (rev 35173)
@@ -1,3 +1,6 @@
+/** \file gameengine/Physics/Bullet/CcdPhysicsController.cpp
+ *  \ingroup physbullet
+ */
 /*
 Bullet Continuous Collision Detection and Physics Library
 Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/

Modified: trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp
===================================================================
--- trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp	2011-02-25 13:36:49 UTC (rev 35172)
+++ trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp	2011-02-25 13:37:23 UTC (rev 35173)
@@ -1,3 +1,6 @@
+/** \file gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp
+ *  \ingroup physbullet
+ */
 /*
 Bullet Continuous Collision Detection and Physics Library
 Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/

Modified: trunk/blender/source/gameengine/Physics/Dummy/DummyPhysicsEnvironment.cpp
===================================================================
--- trunk/blender/source/gameengine/Physics/Dummy/DummyPhysicsEnvironment.cpp	2011-02-25 13:36:49 UTC (rev 35172)
+++ trunk/blender/source/gameengine/Physics/Dummy/DummyPhysicsEnvironment.cpp	2011-02-25 13:37:23 UTC (rev 35173)
@@ -27,6 +27,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file gameengine/Physics/Dummy/DummyPhysicsEnvironment.cpp
+ *  \ingroup physdummy
+ */
+
+
 #include <stddef.h>
 
 #include "DummyPhysicsEnvironment.h"

Modified: trunk/blender/source/gameengine/Physics/common/PHY_IController.cpp
===================================================================
--- trunk/blender/source/gameengine/Physics/common/PHY_IController.cpp	2011-02-25 13:36:49 UTC (rev 35172)
+++ trunk/blender/source/gameengine/Physics/common/PHY_IController.cpp	2011-02-25 13:37:23 UTC (rev 35173)
@@ -26,6 +26,11 @@
  *
  * ***** END GPL LICENSE BLOCK *****
  */
+
+/** \file gameengine/Physics/common/PHY_IController.cpp
+ *  \ingroup phys
+ */
+
 #include "PHY_IController.h"
 
 PHY_IController::~PHY_IController()

Modified: trunk/blender/source/gameengine/Physics/common/PHY_IGraphicController.cpp
===================================================================
--- trunk/blender/source/gameengine/Physics/common/PHY_IGraphicController.cpp	2011-02-25 13:36:49 UTC (rev 35172)
+++ trunk/blender/source/gameengine/Physics/common/PHY_IGraphicController.cpp	2011-02-25 13:37:23 UTC (rev 35173)
@@ -26,6 +26,11 @@
  *
  * ***** END GPL LICENSE BLOCK *****
  */
+
+/** \file gameengine/Physics/common/PHY_IGraphicController.cpp
+ *  \ingroup phys
+ */
+
 #include "PHY_IGraphicController.h"
 
 PHY_IGraphicController::~PHY_IGraphicController()

Modified: trunk/blender/source/gameengine/Physics/common/PHY_IGraphicController.h
===================================================================
--- trunk/blender/source/gameengine/Physics/common/PHY_IGraphicController.h	2011-02-25 13:36:49 UTC (rev 35172)
+++ trunk/blender/source/gameengine/Physics/common/PHY_IGraphicController.h	2011-02-25 13:37:23 UTC (rev 35173)
@@ -27,7 +27,7 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file PHY_IGraphicsController.h
+/** \file PHY_IGraphicController.h
  *  \ingroup phys
  */
 

Modified: trunk/blender/source/gameengine/Physics/common/PHY_IMotionState.cpp
===================================================================
--- trunk/blender/source/gameengine/Physics/common/PHY_IMotionState.cpp	2011-02-25 13:36:49 UTC (rev 35172)
+++ trunk/blender/source/gameengine/Physics/common/PHY_IMotionState.cpp	2011-02-25 13:37:23 UTC (rev 35173)
@@ -26,6 +26,11 @@
  *
  * ***** END GPL LICENSE BLOCK *****
  */
+
+/** \file gameengine/Physics/common/PHY_IMotionState.cpp
+ *  \ingroup phys
+ */
+
 #include "PHY_IMotionState.h"
 
 PHY_IMotionState::~PHY_IMotionState()

Modified: trunk/blender/source/gameengine/Physics/common/PHY_IPhysicsController.cpp
===================================================================
--- trunk/blender/source/gameengine/Physics/common/PHY_IPhysicsController.cpp	2011-02-25 13:36:49 UTC (rev 35172)
+++ trunk/blender/source/gameengine/Physics/common/PHY_IPhysicsController.cpp	2011-02-25 13:37:23 UTC (rev 35173)
@@ -26,6 +26,11 @@
  *
  * ***** END GPL LICENSE BLOCK *****
  */
+
+/** \file gameengine/Physics/common/PHY_IPhysicsController.cpp
+ *  \ingroup phys
+ */
+
 #include "PHY_IPhysicsController.h"
 
 PHY_IPhysicsController::~PHY_IPhysicsController()

Modified: trunk/blender/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.cpp
===================================================================
--- trunk/blender/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.cpp	2011-02-25 13:36:49 UTC (rev 35172)
+++ trunk/blender/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.cpp	2011-02-25 13:37:23 UTC (rev 35173)
@@ -27,6 +27,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file gameengine/Physics/common/PHY_IPhysicsEnvironment.cpp
+ *  \ingroup phys
+ */
+
+
 #include "PHY_IPhysicsEnvironment.h"
 
 /**

Modified: trunk/blender/source/gameengine/Physics/common/PHY_IVehicle.cpp
===================================================================
--- trunk/blender/source/gameengine/Physics/common/PHY_IVehicle.cpp	2011-02-25 13:36:49 UTC (rev 35172)
+++ trunk/blender/source/gameengine/Physics/common/PHY_IVehicle.cpp	2011-02-25 13:37:23 UTC (rev 35173)
@@ -1,3 +1,6 @@
+/** \file gameengine/Physics/common/PHY_IVehicle.cpp
+ *  \ingroup phys
+ */
 
 #include "PHY_IVehicle.h"
 




More information about the Bf-blender-cvs mailing list