From c611abc6c21464b6d67bdd5f1641c95495793798 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 2 Nov 2019 20:39:29 +0100 Subject: [PATCH] physx: fix a pair of misformatted docstrings --- panda/src/physx/physxContactPair.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/panda/src/physx/physxContactPair.cxx b/panda/src/physx/physxContactPair.cxx index fdaf22889c..9374709418 100644 --- a/panda/src/physx/physxContactPair.cxx +++ b/panda/src/physx/physxContactPair.cxx @@ -73,8 +73,8 @@ is_deleted_b() const { * You should set the ContactPairFlag CPF_notify_forces in order to receive * this value. * - * @see PhysxScene::set_actor_pair_flag @see - * PhysxScene::set_actor_group_pair_flag + * @see PhysxScene::set_actor_pair_flag + * @see PhysxScene::set_actor_group_pair_flag */ LVector3f PhysxContactPair:: get_sum_normal_force() const { @@ -88,8 +88,8 @@ get_sum_normal_force() const { * You should set the ContactPairFlag CPF_notify_forces in order to receive * this value. * - * @see PhysxScene::set_actor_pair_flag @see - * PhysxScene::set_actor_group_pair_flag + * @see PhysxScene::set_actor_pair_flag + * @see PhysxScene::set_actor_group_pair_flag */ LVector3f PhysxContactPair:: get_sum_friction_force() const {