physx: fix a pair of misformatted docstrings

This commit is contained in:
rdb 2019-11-02 20:39:29 +01:00
parent 3bfd994cf8
commit c611abc6c2

View File

@ -73,8 +73,8 @@ is_deleted_b() const {
* You should set the ContactPairFlag CPF_notify_forces in order to receive * You should set the ContactPairFlag CPF_notify_forces in order to receive
* this value. * this value.
* *
* @see PhysxScene::set_actor_pair_flag @see * @see PhysxScene::set_actor_pair_flag
* PhysxScene::set_actor_group_pair_flag * @see PhysxScene::set_actor_group_pair_flag
*/ */
LVector3f PhysxContactPair:: LVector3f PhysxContactPair::
get_sum_normal_force() const { 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 * You should set the ContactPairFlag CPF_notify_forces in order to receive
* this value. * this value.
* *
* @see PhysxScene::set_actor_pair_flag @see * @see PhysxScene::set_actor_pair_flag
* PhysxScene::set_actor_group_pair_flag * @see PhysxScene::set_actor_group_pair_flag
*/ */
LVector3f PhysxContactPair:: LVector3f PhysxContactPair::
get_sum_friction_force() const { get_sum_friction_force() const {