We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28937c commit 2502f61Copy full SHA for 2502f61
physics/ground_to_ground_projectile_motion.cpp
@@ -20,7 +20,7 @@
20
*/
21
22
// Define gravity as a constant within guidelines
23
-constexpr double GRAVITY = 9.80665; // Standard gravity (m/s^2)
+constexpr double GRAVITY = 9.80665; ///< Standard gravity (m/s^2)
24
25
26
namespace physics {
0 commit comments