From 04e7a1aa6a65b781c5afd3a012cfa92c65ce4c98 Mon Sep 17 00:00:00 2001 From: John Turner <7strbass@gmail.com> Date: Fri, 13 Dec 2024 11:47:03 -0500 Subject: [PATCH] --clean up docstrings --- src/esp/physics/objectWrappers/ManagedArticulatedObject.h | 2 -- src/esp/physics/objectWrappers/ManagedPhysicsObjectBase.h | 2 -- src/esp/physics/objectWrappers/ManagedRigidBase.h | 4 ---- src/esp/physics/objectWrappers/ManagedRigidObject.h | 2 -- 4 files changed, 10 deletions(-) diff --git a/src/esp/physics/objectWrappers/ManagedArticulatedObject.h b/src/esp/physics/objectWrappers/ManagedArticulatedObject.h index 608f577df1..6c7b88c13d 100644 --- a/src/esp/physics/objectWrappers/ManagedArticulatedObject.h +++ b/src/esp/physics/objectWrappers/ManagedArticulatedObject.h @@ -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 { diff --git a/src/esp/physics/objectWrappers/ManagedPhysicsObjectBase.h b/src/esp/physics/objectWrappers/ManagedPhysicsObjectBase.h index dbab2d0196..bee39bf500 100644 --- a/src/esp/physics/objectWrappers/ManagedPhysicsObjectBase.h +++ b/src/esp/physics/objectWrappers/ManagedPhysicsObjectBase.h @@ -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; diff --git a/src/esp/physics/objectWrappers/ManagedRigidBase.h b/src/esp/physics/objectWrappers/ManagedRigidBase.h index 45a8e1afcd..d84106b7c0 100644 --- a/src/esp/physics/objectWrappers/ManagedRigidBase.h +++ b/src/esp/physics/objectWrappers/ManagedRigidBase.h @@ -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 { @@ -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; /** diff --git a/src/esp/physics/objectWrappers/ManagedRigidObject.h b/src/esp/physics/objectWrappers/ManagedRigidObject.h index b260907f58..b98d30748f 100644 --- a/src/esp/physics/objectWrappers/ManagedRigidObject.h +++ b/src/esp/physics/objectWrappers/ManagedRigidObject.h @@ -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";