doxygen: add newline after \file
While \file doesn't need an argument, it can't have another doxy command after it.
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file \ingroup RigidBody
|
||||
* \brief Rigid Body API implementation for Bullet
|
||||
/** \file
|
||||
* \ingroup RigidBody
|
||||
* \brief Rigid Body API implementation for Bullet
|
||||
*/
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user