Skip to content

Commit

Permalink
--clean up docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner65 committed Dec 16, 2024
1 parent 4cb0bee commit 04e7a1a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/esp/physics/objectWrappers/ManagedArticulatedObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ class ManagedArticulatedObject
/**
* @brief Retrieve a comma-separated string holding the header values for the
* info returned for this managed object, type-specific.
* TODO : once Magnum supports retrieving key-values of configurations, use
* that to build this data.
*/

std::string getPhyObjInfoHeaderInternal() const override {
Expand Down
2 changes: 0 additions & 2 deletions src/esp/physics/objectWrappers/ManagedPhysicsObjectBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,6 @@ class AbstractManagedPhysicsObject
/**
* @brief Retrieve a comma-separated string holding the header values for
* the info returned for this managed object, type-specific.
* TODO : once Magnum supports retrieving key-values of configurations, use
* that to build this data.
*/

virtual std::string getPhyObjInfoHeaderInternal() const = 0;
Expand Down
4 changes: 0 additions & 4 deletions src/esp/physics/objectWrappers/ManagedRigidBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ class AbstractManagedRigidBase
/**
* @brief Retrieve a comma-separated string holding the header values for the
* info returned for this managed object, type-specific.
* TODO : once Magnum supports retrieving key-values of configurations, use
* that to build this data.
*/

std::string getPhyObjInfoHeaderInternal() const override {
Expand All @@ -263,8 +261,6 @@ class AbstractManagedRigidBase
/**
* @brief Retrieve a comma-separated string holding the header values for
* the info returned for this managed object, rigid-base-specific.
* TODO : once Magnum supports retrieving key-values of configurations, use
* that to build this data.
*/
virtual std::string getRigidBaseInfoHeaderInternal() const = 0;
/**
Expand Down
2 changes: 0 additions & 2 deletions src/esp/physics/objectWrappers/ManagedRigidObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ class ManagedRigidObject
/**
* @brief Retrieve a comma-separated string holding the header values for
* the info returned for this managed object, rigid-base-specific.
* TODO : once Magnum supports retrieving key-values of configurations, use
* that to build this data.
*/
std::string getRigidBaseInfoHeaderInternal() const override {
return "Creation Attributes Name";
Expand Down

0 comments on commit 04e7a1a

Please sign in to comment.