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 @@
|
||||
#ifndef __FREESTYLE_VERTEX_REP_H__
|
||||
#define __FREESTYLE_VERTEX_REP_H__
|
||||
|
||||
/** \file \ingroup freestyle
|
||||
* \brief Class to define the representation of a vertex for displaying purpose.
|
||||
/** \file
|
||||
* \ingroup freestyle
|
||||
* \brief Class to define the representation of a vertex for displaying purpose.
|
||||
*/
|
||||
|
||||
#include "Rep.h"
|
||||
|
||||
Reference in New Issue
Block a user