mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #854 from eightyeight/fix-rigidshape-group
New Physics doc group
This commit is contained in:
commit
a17a5ee43a
|
|
@ -92,7 +92,7 @@ ConsoleDocClass( RigidShapeData,
|
||||||
"@see RigidShape\n"
|
"@see RigidShape\n"
|
||||||
"@see ShapeBase\n\n"
|
"@see ShapeBase\n\n"
|
||||||
|
|
||||||
"@ingroup Platform\n"
|
"@ingroup Physics\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -149,7 +149,7 @@ ConsoleDocClass( RigidShape,
|
||||||
"@see RigidShapeData\n"
|
"@see RigidShapeData\n"
|
||||||
"@see ShapeBase\n\n"
|
"@see ShapeBase\n\n"
|
||||||
|
|
||||||
"@ingroup Platform\n"
|
"@ingroup Physics\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue