Cleanup: doxy comments

This commit is contained in:
Campbell Barton
2020-05-09 17:29:27 +10:00
parent d06384aa41
commit 9b02415ec8
7 changed files with 43 additions and 43 deletions

View File

@@ -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)
{