Use regular comment

The Doxygen comment would only apply to the first field in each group.

Signed-off-by: Ibtehaj Nadeem <81370835+ibtehajn@users.noreply.github.com>
This commit is contained in:
Ibtehaj Nadeem
2021-07-28 14:09:26 +01:00
parent fd07f907bc
commit 16869d56f3
@@ -62,12 +62,12 @@ namespace AzPhysics
bool m_computeInertiaTensor = true;
bool m_computeMass = true;
//! Flags to restrict motion along specific world-space axes.
// Flags to restrict motion along specific world-space axes.
bool m_lockLinearX = false;
bool m_lockLinearY = false;
bool m_lockLinearZ = false;
//! Flags to restrict rotation around specific world-space axes.
// Flags to restrict rotation around specific world-space axes.
bool m_lockAngularX = false;
bool m_lockAngularY = false;
bool m_lockAngularZ = false;