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:
@@ -14,8 +14,9 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup bli
|
||||
* \brief Generic array manipulation API.
|
||||
/** \file
|
||||
* \ingroup bli
|
||||
* \brief Generic array manipulation API.
|
||||
*
|
||||
* \warning Some array operations here are inherently inefficient,
|
||||
* and only included for the cases where the performance is acceptable.
|
||||
|
Reference in New Issue
Block a user