From c428a3c62f5cf5964469bfa29183aa5e39b036f2 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Wed, 20 Dec 2023 18:49:42 +0000 Subject: [PATCH] fix comments Signed-off-by: Ian Chen --- include/gz/physics/World.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/gz/physics/World.hh b/include/gz/physics/World.hh index c79afa8cf..6f4cf2aa6 100644 --- a/include/gz/physics/World.hh +++ b/include/gz/physics/World.hh @@ -133,7 +133,7 @@ namespace gz ///////////////////////////////////////////////// class GZ_PHYSICS_VISIBLE MaxContacts: public virtual Feature { - /// \brief The World API for setting the collision detector. + /// \brief The World API for getting and setting max contacts. public: template class World : public virtual Feature::World { @@ -148,7 +148,7 @@ namespace gz public: std::size_t GetMaxContacts() const; }; - /// \private The implementation API for the collision detector. + /// \private The implementation API for getting and setting max contacts. public: template class Implementation : public virtual Feature::Implementation {