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:
2019-02-18 08:08:12 +11:00
parent 3316853323
commit de13d0a80c
2994 changed files with 6288 additions and 3339 deletions

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file defines the 'bmesh' module.
*/

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_API_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file defines the 'bmesh.geometry' module.
* Utility functions for operating on 'bmesh.types'

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_GEOMETRY_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file defines the 'bmesh.ops' module.
* Operators from 'opdefines' are wrapped.

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_OPS_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file provides __call__ aka BPy_BMO_call for
* the bmesh operator and has been given its own file

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_OPS_CALL_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#include "BLI_math.h"

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_TYPES_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file defines the types for 'BMesh.verts/edges/faces/loops.layers'
* customdata layer access.

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_TYPES_CUSTOMDATA_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file defines customdata types which can't be accessed as primitive
* python types such as MDeformVert, MLoopUV, MTexPoly

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_TYPES_MESHDATA_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file defines the types for 'BMesh.select_history'
* sequence and iterator.

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_TYPES_SELECT_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file defines the 'bmesh.utils' module.
* Utility functions for operating on 'bmesh.types'

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_UTILS_H__