Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-05-09 10:29:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-09 10:36:12 +0300
commit9b02415ec8dea00964a0896b559aac2131c7571a (patch)
treeea77309eca72ea92c5d9d8b615b6fbe75cc95bcd /intern/rigidbody
parentd06384aa41837b905fac94b7cd888dce6c99a3b8 (diff)
Cleanup: doxy comments
Diffstat (limited to 'intern/rigidbody')
-rw-r--r--intern/rigidbody/rb_bullet_api.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/rigidbody/rb_bullet_api.cpp b/intern/rigidbody/rb_bullet_api.cpp
index a928aaca049..a8bf1420523 100644
--- a/intern/rigidbody/rb_bullet_api.cpp
+++ b/intern/rigidbody/rb_bullet_api.cpp
@@ -218,8 +218,8 @@ void RB_dworld_step_simulation(rbDynamicsWorld *world,
* Exports entire dynamics world to Bullet's "*.bullet" binary format
* which is similar to Blender's SDNA system.
*
- * \param world Dynamics world to write to file
- * \param filename Assumed to be a valid filename, with .bullet extension
+ * \param world: Dynamics world to write to file
+ * \param filename: Assumed to be a valid filename, with .bullet extension
*/
void RB_dworld_export(rbDynamicsWorld *world, const char *filename)
{