From de13d0a80c3cb6a7445245b2999a29fe70e49953 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 18 Feb 2019 08:08:12 +1100 Subject: doxygen: add newline after \file While \file doesn't need an argument, it can't have another doxy command after it. --- source/blender/modifiers/MOD_modifiertypes.h | 3 ++- source/blender/modifiers/intern/MOD_armature.c | 3 ++- source/blender/modifiers/intern/MOD_array.c | 3 ++- source/blender/modifiers/intern/MOD_bevel.c | 3 ++- source/blender/modifiers/intern/MOD_boolean.c | 3 ++- source/blender/modifiers/intern/MOD_build.c | 3 ++- source/blender/modifiers/intern/MOD_cast.c | 3 ++- source/blender/modifiers/intern/MOD_cloth.c | 3 ++- source/blender/modifiers/intern/MOD_collision.c | 3 ++- source/blender/modifiers/intern/MOD_correctivesmooth.c | 3 ++- source/blender/modifiers/intern/MOD_curve.c | 3 ++- source/blender/modifiers/intern/MOD_datatransfer.c | 3 ++- source/blender/modifiers/intern/MOD_decimate.c | 3 ++- source/blender/modifiers/intern/MOD_displace.c | 3 ++- source/blender/modifiers/intern/MOD_dynamicpaint.c | 3 ++- source/blender/modifiers/intern/MOD_edgesplit.c | 3 ++- source/blender/modifiers/intern/MOD_explode.c | 3 ++- source/blender/modifiers/intern/MOD_fluidsim.c | 3 ++- source/blender/modifiers/intern/MOD_fluidsim_util.c | 3 ++- source/blender/modifiers/intern/MOD_fluidsim_util.h | 3 ++- source/blender/modifiers/intern/MOD_hook.c | 3 ++- source/blender/modifiers/intern/MOD_laplaciandeform.c | 3 ++- source/blender/modifiers/intern/MOD_laplaciansmooth.c | 3 ++- source/blender/modifiers/intern/MOD_lattice.c | 3 ++- source/blender/modifiers/intern/MOD_mask.c | 3 ++- source/blender/modifiers/intern/MOD_meshcache.c | 3 ++- source/blender/modifiers/intern/MOD_meshcache_mdd.c | 3 ++- source/blender/modifiers/intern/MOD_meshcache_pc2.c | 3 ++- source/blender/modifiers/intern/MOD_meshcache_util.c | 3 ++- source/blender/modifiers/intern/MOD_meshcache_util.h | 3 ++- source/blender/modifiers/intern/MOD_meshdeform.c | 3 ++- source/blender/modifiers/intern/MOD_meshsequencecache.c | 3 ++- source/blender/modifiers/intern/MOD_mirror.c | 3 ++- source/blender/modifiers/intern/MOD_multires.c | 3 ++- source/blender/modifiers/intern/MOD_none.c | 3 ++- source/blender/modifiers/intern/MOD_normal_edit.c | 3 ++- source/blender/modifiers/intern/MOD_ocean.c | 3 ++- source/blender/modifiers/intern/MOD_particleinstance.c | 3 ++- source/blender/modifiers/intern/MOD_particlesystem.c | 3 ++- source/blender/modifiers/intern/MOD_remesh.c | 3 ++- source/blender/modifiers/intern/MOD_screw.c | 3 ++- source/blender/modifiers/intern/MOD_shapekey.c | 3 ++- source/blender/modifiers/intern/MOD_shrinkwrap.c | 3 ++- source/blender/modifiers/intern/MOD_simpledeform.c | 3 ++- source/blender/modifiers/intern/MOD_skin.c | 3 ++- source/blender/modifiers/intern/MOD_smoke.c | 3 ++- source/blender/modifiers/intern/MOD_smooth.c | 3 ++- source/blender/modifiers/intern/MOD_softbody.c | 3 ++- source/blender/modifiers/intern/MOD_solidify.c | 3 ++- source/blender/modifiers/intern/MOD_subsurf.c | 3 ++- source/blender/modifiers/intern/MOD_surface.c | 3 ++- source/blender/modifiers/intern/MOD_triangulate.c | 3 ++- source/blender/modifiers/intern/MOD_util.c | 3 ++- source/blender/modifiers/intern/MOD_util.h | 3 ++- source/blender/modifiers/intern/MOD_uvproject.c | 3 ++- source/blender/modifiers/intern/MOD_uvwarp.c | 3 ++- source/blender/modifiers/intern/MOD_warp.c | 3 ++- source/blender/modifiers/intern/MOD_wave.c | 3 ++- source/blender/modifiers/intern/MOD_weighted_normal.c | 3 ++- source/blender/modifiers/intern/MOD_weightvg_util.c | 3 ++- source/blender/modifiers/intern/MOD_weightvg_util.h | 3 ++- source/blender/modifiers/intern/MOD_weightvgedit.c | 3 ++- source/blender/modifiers/intern/MOD_weightvgmix.c | 3 ++- source/blender/modifiers/intern/MOD_weightvgproximity.c | 3 ++- source/blender/modifiers/intern/MOD_wireframe.c | 3 ++- 65 files changed, 130 insertions(+), 65 deletions(-) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/MOD_modifiertypes.h b/source/blender/modifiers/MOD_modifiertypes.h index acc3ce647d7..9c71ff7a5e1 100644 --- a/source/blender/modifiers/MOD_modifiertypes.h +++ b/source/blender/modifiers/MOD_modifiertypes.h @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #ifndef __MOD_MODIFIERTYPES_H__ diff --git a/source/blender/modifiers/intern/MOD_armature.c b/source/blender/modifiers/intern/MOD_armature.c index 282cec480ac..cd54b06435c 100644 --- a/source/blender/modifiers/intern/MOD_armature.c +++ b/source/blender/modifiers/intern/MOD_armature.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_array.c b/source/blender/modifiers/intern/MOD_array.c index 269e1b05466..87492f8a605 100644 --- a/source/blender/modifiers/intern/MOD_array.c +++ b/source/blender/modifiers/intern/MOD_array.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers * * Array modifier: duplicates the object multiple times along an axis. */ diff --git a/source/blender/modifiers/intern/MOD_bevel.c b/source/blender/modifiers/intern/MOD_bevel.c index 15465cac6cb..60a4b862407 100644 --- a/source/blender/modifiers/intern/MOD_bevel.c +++ b/source/blender/modifiers/intern/MOD_bevel.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "MEM_guardedalloc.h" diff --git a/source/blender/modifiers/intern/MOD_boolean.c b/source/blender/modifiers/intern/MOD_boolean.c index 817d0fc1f5f..10fab203fbd 100644 --- a/source/blender/modifiers/intern/MOD_boolean.c +++ b/source/blender/modifiers/intern/MOD_boolean.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ // #ifdef DEBUG_TIME diff --git a/source/blender/modifiers/intern/MOD_build.c b/source/blender/modifiers/intern/MOD_build.c index bc9c77dbf96..ea2750b87c7 100644 --- a/source/blender/modifiers/intern/MOD_build.c +++ b/source/blender/modifiers/intern/MOD_build.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "MEM_guardedalloc.h" diff --git a/source/blender/modifiers/intern/MOD_cast.c b/source/blender/modifiers/intern/MOD_cast.c index 4113656b929..d28610a4a7b 100644 --- a/source/blender/modifiers/intern/MOD_cast.c +++ b/source/blender/modifiers/intern/MOD_cast.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_cloth.c b/source/blender/modifiers/intern/MOD_cloth.c index 8b9a28f0a3f..3844fce24c3 100644 --- a/source/blender/modifiers/intern/MOD_cloth.c +++ b/source/blender/modifiers/intern/MOD_cloth.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include diff --git a/source/blender/modifiers/intern/MOD_collision.c b/source/blender/modifiers/intern/MOD_collision.c index 035d635c3fa..b525f152d6e 100644 --- a/source/blender/modifiers/intern/MOD_collision.c +++ b/source/blender/modifiers/intern/MOD_collision.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "DNA_object_types.h" diff --git a/source/blender/modifiers/intern/MOD_correctivesmooth.c b/source/blender/modifiers/intern/MOD_correctivesmooth.c index 84b311235a7..e9079421f4f 100644 --- a/source/blender/modifiers/intern/MOD_correctivesmooth.c +++ b/source/blender/modifiers/intern/MOD_correctivesmooth.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers * * Method of smoothing deformation, also known as 'delta-mush'. */ diff --git a/source/blender/modifiers/intern/MOD_curve.c b/source/blender/modifiers/intern/MOD_curve.c index d4e56f928e1..86eb49ea8f4 100644 --- a/source/blender/modifiers/intern/MOD_curve.c +++ b/source/blender/modifiers/intern/MOD_curve.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include diff --git a/source/blender/modifiers/intern/MOD_datatransfer.c b/source/blender/modifiers/intern/MOD_datatransfer.c index d9f73c4088b..9d613107905 100644 --- a/source/blender/modifiers/intern/MOD_datatransfer.c +++ b/source/blender/modifiers/intern/MOD_datatransfer.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "BLI_utildefines.h" diff --git a/source/blender/modifiers/intern/MOD_decimate.c b/source/blender/modifiers/intern/MOD_decimate.c index 6ada7135f64..95b71d36926 100644 --- a/source/blender/modifiers/intern/MOD_decimate.c +++ b/source/blender/modifiers/intern/MOD_decimate.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "DNA_object_types.h" diff --git a/source/blender/modifiers/intern/MOD_displace.c b/source/blender/modifiers/intern/MOD_displace.c index 45d09c99e71..d1c1f74b68f 100644 --- a/source/blender/modifiers/intern/MOD_displace.c +++ b/source/blender/modifiers/intern/MOD_displace.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_dynamicpaint.c b/source/blender/modifiers/intern/MOD_dynamicpaint.c index 87aa03920ae..1970774195e 100644 --- a/source/blender/modifiers/intern/MOD_dynamicpaint.c +++ b/source/blender/modifiers/intern/MOD_dynamicpaint.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include diff --git a/source/blender/modifiers/intern/MOD_edgesplit.c b/source/blender/modifiers/intern/MOD_edgesplit.c index c3bfdb591a0..601133a9ec6 100644 --- a/source/blender/modifiers/intern/MOD_edgesplit.c +++ b/source/blender/modifiers/intern/MOD_edgesplit.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers * * EdgeSplit modifier * diff --git a/source/blender/modifiers/intern/MOD_explode.c b/source/blender/modifiers/intern/MOD_explode.c index 37a8cd12a54..54874f6ee92 100644 --- a/source/blender/modifiers/intern/MOD_explode.c +++ b/source/blender/modifiers/intern/MOD_explode.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_fluidsim.c b/source/blender/modifiers/intern/MOD_fluidsim.c index 7f2aabbce16..774217c8831 100644 --- a/source/blender/modifiers/intern/MOD_fluidsim.c +++ b/source/blender/modifiers/intern/MOD_fluidsim.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_fluidsim_util.c b/source/blender/modifiers/intern/MOD_fluidsim_util.c index 6c09a0f7989..d39329d03f1 100644 --- a/source/blender/modifiers/intern/MOD_fluidsim_util.c +++ b/source/blender/modifiers/intern/MOD_fluidsim_util.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_fluidsim_util.h b/source/blender/modifiers/intern/MOD_fluidsim_util.h index 16359fb85f6..7673ec7f6b0 100644 --- a/source/blender/modifiers/intern/MOD_fluidsim_util.h +++ b/source/blender/modifiers/intern/MOD_fluidsim_util.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_hook.c b/source/blender/modifiers/intern/MOD_hook.c index 36f64d87b52..540a0ddf208 100644 --- a/source/blender/modifiers/intern/MOD_hook.c +++ b/source/blender/modifiers/intern/MOD_hook.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_laplaciandeform.c b/source/blender/modifiers/intern/MOD_laplaciandeform.c index e0da63444c4..705fb017b6a 100644 --- a/source/blender/modifiers/intern/MOD_laplaciandeform.c +++ b/source/blender/modifiers/intern/MOD_laplaciandeform.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "BLI_utildefines.h" diff --git a/source/blender/modifiers/intern/MOD_laplaciansmooth.c b/source/blender/modifiers/intern/MOD_laplaciansmooth.c index 9e36a17cd55..be51ecd4d93 100644 --- a/source/blender/modifiers/intern/MOD_laplaciansmooth.c +++ b/source/blender/modifiers/intern/MOD_laplaciansmooth.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_lattice.c b/source/blender/modifiers/intern/MOD_lattice.c index 01c212e7152..c8c60c5c544 100644 --- a/source/blender/modifiers/intern/MOD_lattice.c +++ b/source/blender/modifiers/intern/MOD_lattice.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_mask.c b/source/blender/modifiers/intern/MOD_mask.c index 173a3772079..bc61ad782f0 100644 --- a/source/blender/modifiers/intern/MOD_mask.c +++ b/source/blender/modifiers/intern/MOD_mask.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_meshcache.c b/source/blender/modifiers/intern/MOD_meshcache.c index 4ed4392b1e5..e7809beb65b 100644 --- a/source/blender/modifiers/intern/MOD_meshcache.c +++ b/source/blender/modifiers/intern/MOD_meshcache.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include diff --git a/source/blender/modifiers/intern/MOD_meshcache_mdd.c b/source/blender/modifiers/intern/MOD_meshcache_mdd.c index e9130d3fbb4..dfe7316f92b 100644 --- a/source/blender/modifiers/intern/MOD_meshcache_mdd.c +++ b/source/blender/modifiers/intern/MOD_meshcache_mdd.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include diff --git a/source/blender/modifiers/intern/MOD_meshcache_pc2.c b/source/blender/modifiers/intern/MOD_meshcache_pc2.c index 46277d46b84..68967d76cc9 100644 --- a/source/blender/modifiers/intern/MOD_meshcache_pc2.c +++ b/source/blender/modifiers/intern/MOD_meshcache_pc2.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include diff --git a/source/blender/modifiers/intern/MOD_meshcache_util.c b/source/blender/modifiers/intern/MOD_meshcache_util.c index 56929fc888b..5fcf8066bc1 100644 --- a/source/blender/modifiers/intern/MOD_meshcache_util.c +++ b/source/blender/modifiers/intern/MOD_meshcache_util.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "BLI_utildefines.h" diff --git a/source/blender/modifiers/intern/MOD_meshcache_util.h b/source/blender/modifiers/intern/MOD_meshcache_util.h index 62f3da99926..a177ea467e7 100644 --- a/source/blender/modifiers/intern/MOD_meshcache_util.h +++ b/source/blender/modifiers/intern/MOD_meshcache_util.h @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #ifndef __MOD_MESHCACHE_UTIL_H__ diff --git a/source/blender/modifiers/intern/MOD_meshdeform.c b/source/blender/modifiers/intern/MOD_meshdeform.c index 8013a015997..f9af370e583 100644 --- a/source/blender/modifiers/intern/MOD_meshdeform.c +++ b/source/blender/modifiers/intern/MOD_meshdeform.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "DNA_mesh_types.h" diff --git a/source/blender/modifiers/intern/MOD_meshsequencecache.c b/source/blender/modifiers/intern/MOD_meshsequencecache.c index 273ce64506b..d17f343a1ec 100644 --- a/source/blender/modifiers/intern/MOD_meshsequencecache.c +++ b/source/blender/modifiers/intern/MOD_meshsequencecache.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "DNA_cachefile_types.h" diff --git a/source/blender/modifiers/intern/MOD_mirror.c b/source/blender/modifiers/intern/MOD_mirror.c index a1659b255e6..3be953be0b3 100644 --- a/source/blender/modifiers/intern/MOD_mirror.c +++ b/source/blender/modifiers/intern/MOD_mirror.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_multires.c b/source/blender/modifiers/intern/MOD_multires.c index 98396307ebf..34162b85386 100644 --- a/source/blender/modifiers/intern/MOD_multires.c +++ b/source/blender/modifiers/intern/MOD_multires.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_none.c b/source/blender/modifiers/intern/MOD_none.c index f2f42be99a9..781e52fc426 100644 --- a/source/blender/modifiers/intern/MOD_none.c +++ b/source/blender/modifiers/intern/MOD_none.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include diff --git a/source/blender/modifiers/intern/MOD_normal_edit.c b/source/blender/modifiers/intern/MOD_normal_edit.c index a8d95e0f8ad..fb2fb367102 100644 --- a/source/blender/modifiers/intern/MOD_normal_edit.c +++ b/source/blender/modifiers/intern/MOD_normal_edit.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include diff --git a/source/blender/modifiers/intern/MOD_ocean.c b/source/blender/modifiers/intern/MOD_ocean.c index a84f2b90353..02358f47f7b 100644 --- a/source/blender/modifiers/intern/MOD_ocean.c +++ b/source/blender/modifiers/intern/MOD_ocean.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "DNA_customdata_types.h" diff --git a/source/blender/modifiers/intern/MOD_particleinstance.c b/source/blender/modifiers/intern/MOD_particleinstance.c index 0700169a5ce..c832d736585 100644 --- a/source/blender/modifiers/intern/MOD_particleinstance.c +++ b/source/blender/modifiers/intern/MOD_particleinstance.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "DNA_mesh_types.h" diff --git a/source/blender/modifiers/intern/MOD_particlesystem.c b/source/blender/modifiers/intern/MOD_particlesystem.c index 547e4dc060c..a9b4aa87ad2 100644 --- a/source/blender/modifiers/intern/MOD_particlesystem.c +++ b/source/blender/modifiers/intern/MOD_particlesystem.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_remesh.c b/source/blender/modifiers/intern/MOD_remesh.c index 9753df7a716..57e1d823111 100644 --- a/source/blender/modifiers/intern/MOD_remesh.c +++ b/source/blender/modifiers/intern/MOD_remesh.c @@ -16,7 +16,8 @@ * The Original Code is Copyright (C) 2011 by Nicholas Bishop. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "MEM_guardedalloc.h" diff --git a/source/blender/modifiers/intern/MOD_screw.c b/source/blender/modifiers/intern/MOD_screw.c index db1cf3484d0..3baff86d063 100644 --- a/source/blender/modifiers/intern/MOD_screw.c +++ b/source/blender/modifiers/intern/MOD_screw.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_shapekey.c b/source/blender/modifiers/intern/MOD_shapekey.c index d2966497804..d079258549a 100644 --- a/source/blender/modifiers/intern/MOD_shapekey.c +++ b/source/blender/modifiers/intern/MOD_shapekey.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "BLI_math.h" diff --git a/source/blender/modifiers/intern/MOD_shrinkwrap.c b/source/blender/modifiers/intern/MOD_shrinkwrap.c index 39f341233e1..eb4d044544c 100644 --- a/source/blender/modifiers/intern/MOD_shrinkwrap.c +++ b/source/blender/modifiers/intern/MOD_shrinkwrap.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_simpledeform.c b/source/blender/modifiers/intern/MOD_simpledeform.c index 8f51a9ac5b4..f2628acc00a 100644 --- a/source/blender/modifiers/intern/MOD_simpledeform.c +++ b/source/blender/modifiers/intern/MOD_simpledeform.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "DNA_mesh_types.h" diff --git a/source/blender/modifiers/intern/MOD_skin.c b/source/blender/modifiers/intern/MOD_skin.c index d9136189e4e..ce52ac4f3de 100644 --- a/source/blender/modifiers/intern/MOD_skin.c +++ b/source/blender/modifiers/intern/MOD_skin.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ /* Implementation based in part off the paper "B-Mesh: A Fast Modeling diff --git a/source/blender/modifiers/intern/MOD_smoke.c b/source/blender/modifiers/intern/MOD_smoke.c index 80e2ad9813a..8345bfd656f 100644 --- a/source/blender/modifiers/intern/MOD_smoke.c +++ b/source/blender/modifiers/intern/MOD_smoke.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_smooth.c b/source/blender/modifiers/intern/MOD_smooth.c index 4e37d991705..4def5f6f5b2 100644 --- a/source/blender/modifiers/intern/MOD_smooth.c +++ b/source/blender/modifiers/intern/MOD_smooth.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_softbody.c b/source/blender/modifiers/intern/MOD_softbody.c index aaa5cbec246..1d6afd45fc4 100644 --- a/source/blender/modifiers/intern/MOD_softbody.c +++ b/source/blender/modifiers/intern/MOD_softbody.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include diff --git a/source/blender/modifiers/intern/MOD_solidify.c b/source/blender/modifiers/intern/MOD_solidify.c index ea28268a330..d6006d9e012 100644 --- a/source/blender/modifiers/intern/MOD_solidify.c +++ b/source/blender/modifiers/intern/MOD_solidify.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "DNA_mesh_types.h" diff --git a/source/blender/modifiers/intern/MOD_subsurf.c b/source/blender/modifiers/intern/MOD_subsurf.c index fdead70e35d..be1dffd2c2c 100644 --- a/source/blender/modifiers/intern/MOD_subsurf.c +++ b/source/blender/modifiers/intern/MOD_subsurf.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_surface.c b/source/blender/modifiers/intern/MOD_surface.c index 445db32edad..17a7cac8440 100644 --- a/source/blender/modifiers/intern/MOD_surface.c +++ b/source/blender/modifiers/intern/MOD_surface.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_triangulate.c b/source/blender/modifiers/intern/MOD_triangulate.c index c512ab41960..a916d21956f 100644 --- a/source/blender/modifiers/intern/MOD_triangulate.c +++ b/source/blender/modifiers/intern/MOD_triangulate.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "DNA_mesh_types.h" diff --git a/source/blender/modifiers/intern/MOD_util.c b/source/blender/modifiers/intern/MOD_util.c index a6e6276b6e1..3258931c925 100644 --- a/source/blender/modifiers/intern/MOD_util.c +++ b/source/blender/modifiers/intern/MOD_util.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_util.h b/source/blender/modifiers/intern/MOD_util.h index 88cd2b262a8..2325f865d6a 100644 --- a/source/blender/modifiers/intern/MOD_util.h +++ b/source/blender/modifiers/intern/MOD_util.h @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_uvproject.c b/source/blender/modifiers/intern/MOD_uvproject.c index 0b0e839aa1f..8c7270daa33 100644 --- a/source/blender/modifiers/intern/MOD_uvproject.c +++ b/source/blender/modifiers/intern/MOD_uvproject.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_uvwarp.c b/source/blender/modifiers/intern/MOD_uvwarp.c index dc65151dda7..27660545329 100644 --- a/source/blender/modifiers/intern/MOD_uvwarp.c +++ b/source/blender/modifiers/intern/MOD_uvwarp.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include diff --git a/source/blender/modifiers/intern/MOD_warp.c b/source/blender/modifiers/intern/MOD_warp.c index c6140ba0586..674f9789ebc 100644 --- a/source/blender/modifiers/intern/MOD_warp.c +++ b/source/blender/modifiers/intern/MOD_warp.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include diff --git a/source/blender/modifiers/intern/MOD_wave.c b/source/blender/modifiers/intern/MOD_wave.c index fad67b7fa8d..3029888621c 100644 --- a/source/blender/modifiers/intern/MOD_wave.c +++ b/source/blender/modifiers/intern/MOD_wave.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_weighted_normal.c b/source/blender/modifiers/intern/MOD_weighted_normal.c index 52839f67d7d..74ecd87e372 100644 --- a/source/blender/modifiers/intern/MOD_weighted_normal.c +++ b/source/blender/modifiers/intern/MOD_weighted_normal.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "MEM_guardedalloc.h" diff --git a/source/blender/modifiers/intern/MOD_weightvg_util.c b/source/blender/modifiers/intern/MOD_weightvg_util.c index e7d4ed8f011..bf2f454a348 100644 --- a/source/blender/modifiers/intern/MOD_weightvg_util.c +++ b/source/blender/modifiers/intern/MOD_weightvg_util.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "BLI_math.h" diff --git a/source/blender/modifiers/intern/MOD_weightvg_util.h b/source/blender/modifiers/intern/MOD_weightvg_util.h index e75c840cd62..8bc56eb61f9 100644 --- a/source/blender/modifiers/intern/MOD_weightvg_util.h +++ b/source/blender/modifiers/intern/MOD_weightvg_util.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #ifndef __MOD_WEIGHTVG_UTIL_H__ diff --git a/source/blender/modifiers/intern/MOD_weightvgedit.c b/source/blender/modifiers/intern/MOD_weightvgedit.c index b681cbec865..164f1d0228b 100644 --- a/source/blender/modifiers/intern/MOD_weightvgedit.c +++ b/source/blender/modifiers/intern/MOD_weightvgedit.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "BLI_utildefines.h" diff --git a/source/blender/modifiers/intern/MOD_weightvgmix.c b/source/blender/modifiers/intern/MOD_weightvgmix.c index 7db1aba3224..4b3c36a949b 100644 --- a/source/blender/modifiers/intern/MOD_weightvgmix.c +++ b/source/blender/modifiers/intern/MOD_weightvgmix.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "BLI_utildefines.h" diff --git a/source/blender/modifiers/intern/MOD_weightvgproximity.c b/source/blender/modifiers/intern/MOD_weightvgproximity.c index 0fd26598b54..54b77720bfd 100644 --- a/source/blender/modifiers/intern/MOD_weightvgproximity.c +++ b/source/blender/modifiers/intern/MOD_weightvgproximity.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "BLI_utildefines.h" diff --git a/source/blender/modifiers/intern/MOD_wireframe.c b/source/blender/modifiers/intern/MOD_wireframe.c index 222bec9d011..cdde7040b51 100644 --- a/source/blender/modifiers/intern/MOD_wireframe.c +++ b/source/blender/modifiers/intern/MOD_wireframe.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup modifiers +/** \file + * \ingroup modifiers */ #include "DNA_mesh_types.h" -- cgit v1.2.3