Browse Source

Merge pull request #854 from eightyeight/fix-rigidshape-group

New Physics doc group
Daniel Buckmaster 11 years ago
parent
commit
a17a5ee43a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Engine/source/T3D/rigidShape.cpp

+ 2 - 2
Engine/source/T3D/rigidShape.cpp

@@ -92,7 +92,7 @@ ConsoleDocClass( RigidShapeData,
    "@see RigidShape\n"
    "@see ShapeBase\n\n"
 
-   "@ingroup Platform\n"
+   "@ingroup Physics\n"
 );
 
 
@@ -149,7 +149,7 @@ ConsoleDocClass( RigidShape,
    "@see RigidShapeData\n"
    "@see ShapeBase\n\n"
    
-   "@ingroup Platform\n"
+   "@ingroup Physics\n"
 );