Browse Source

physx: fix a pair of misformatted docstrings

rdb 6 years ago
parent
commit
c611abc6c2
1 changed files with 4 additions and 4 deletions
  1. 4 4
      panda/src/physx/physxContactPair.cxx

+ 4 - 4
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 {