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:
@@ -23,7 +23,8 @@
|
||||
#ifndef __BLI_MATH_BASE_H__
|
||||
#define __BLI_MATH_BASE_H__
|
||||
|
||||
/** \file \ingroup bli
|
||||
/** \file
|
||||
* \ingroup bli
|
||||
*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
Reference in New Issue
Block a user