Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Dec 20, 2023
1 parent 1016ec0 commit c428a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/gz/physics/World.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <typename PolicyT, typename FeaturesT>
class World : public virtual Feature::World<PolicyT, FeaturesT>
{
Expand All @@ -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 <typename PolicyT>
class Implementation : public virtual Feature::Implementation<PolicyT>
{
Expand Down

0 comments on commit c428a3c

Please sign in to comment.