Skip to content

Commit

Permalink
fix documentation build warnings
Browse files Browse the repository at this point in the history
The class and a variable didn't have definitions
  • Loading branch information
schaubh committed Nov 21, 2023
1 parent f388281 commit 7357276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/simulation/dynamics/_GeneralModuleFiles/gravityModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

class GravBodyData;

/** GravityModel is a purely abstract class the represents a mathematical body
/*! GravityModel is a purely abstract class the represents a mathematical body
* for computing the gravity field generated by a body at some arbitrary
* point in space.
*/
Expand Down Expand Up @@ -84,7 +84,7 @@ class GravityModel {
virtual double computePotentialEnergy(const Eigen::Vector3d& positionWrtPlanet_N) const = 0;

public:
BSKLogger *bskLogger;
BSKLogger *bskLogger; /*!< pointer to bsk logging instance */
};

#endif /* GRAVITY_MODEL_H */

0 comments on commit 7357276

Please sign in to comment.