Cleanup: Use doxy for more structured comments

This commit is contained in:
Campbell Barton
2014-05-29 21:16:04 +10:00
parent d7708817d6
commit 6c721a86ff
13 changed files with 95 additions and 63 deletions

View File

@@ -220,10 +220,12 @@ void RB_dworld_step_simulation(rbDynamicsWorld *world, float timeStep, int maxSu
/* Export -------------------------- */
/* Exports entire dynamics world to Bullet's "*.bullet" binary format
* which is similar to Blender's SDNA system...
* < rbDynamicsWorld: dynamics world to write to file
* < filename: assumed to be a valid filename, with .bullet extension
/**
* 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
*/
void RB_dworld_export(rbDynamicsWorld *world, const char *filename)
{