Skip to content
Snippets Groups Projects

Fix doxygen warnings and clang-format checks

Merged Raghunandan Netrapalli Madhusudhan requested to merge fix-code-compliance into develop
All threads resolved!
5 files
+ 29
20
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -135,7 +135,7 @@ private:
InputPort<SignalVectorDouble, std::vector<double>> wheelRotationRate{4, &inputPorts}; //!< wheel rotation rate
units::angle::radian_t steeringWheelAngle{}; //!< steeringWheelAngle
/**
* @}
* @}
* @}
*/
@@ -149,7 +149,7 @@ private:
forceGlobalInertia; //!< inertia force on vehicle's Center of Gravity (Input for Dynamics Chassis)
DynamicsSignal dynamicsSignal; //!< agents dynamics information
/**
* @}
* @}
* @}
*/
Loading