From eef4077f18495d88a2426cfda3ec9a4dc461f798 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 6 Feb 2019 15:42:22 +1100 Subject: Cleanup: remove redundant doxygen \file argument Move \ingroup onto same line to be more compact and make it clear the file is in the group. --- 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, 65 insertions(+), 130 deletions(-) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/MOD_modifiertypes.h b/source/blender/modifiers/MOD_modifiertypes.h index 54e26d2766c..acc3ce647d7 100644 --- a/source/blender/modifiers/MOD_modifiertypes.h +++ b/source/blender/modifiers/MOD_modifiertypes.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file MOD_modifiertypes.h - * \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 13bb3128f42..6781081d5ca 100644 --- a/source/blender/modifiers/intern/MOD_armature.c +++ b/source/blender/modifiers/intern/MOD_armature.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_armature.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_array.c b/source/blender/modifiers/intern/MOD_array.c index 7aafd7b46fb..5fdfe1ef7cf 100644 --- a/source/blender/modifiers/intern/MOD_array.c +++ b/source/blender/modifiers/intern/MOD_array.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_array.c - * \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 9db08f12592..15465cac6cb 100644 --- a/source/blender/modifiers/intern/MOD_bevel.c +++ b/source/blender/modifiers/intern/MOD_bevel.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_bevel.c - * \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 c4fbce54937..d26aaf622a3 100644 --- a/source/blender/modifiers/intern/MOD_boolean.c +++ b/source/blender/modifiers/intern/MOD_boolean.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_boolean.c - * \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 b6b5fce9433..bc9c77dbf96 100644 --- a/source/blender/modifiers/intern/MOD_build.c +++ b/source/blender/modifiers/intern/MOD_build.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_build.c - * \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 21f106eeb56..c3aa839ab23 100644 --- a/source/blender/modifiers/intern/MOD_cast.c +++ b/source/blender/modifiers/intern/MOD_cast.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_cast.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_cloth.c b/source/blender/modifiers/intern/MOD_cloth.c index c1072ba94cf..1cf126d99d6 100644 --- a/source/blender/modifiers/intern/MOD_cloth.c +++ b/source/blender/modifiers/intern/MOD_cloth.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_cloth.c - * \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 cba6f8774ed..035d635c3fa 100644 --- a/source/blender/modifiers/intern/MOD_collision.c +++ b/source/blender/modifiers/intern/MOD_collision.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_collision.c - * \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 d92caf8ad07..84b311235a7 100644 --- a/source/blender/modifiers/intern/MOD_correctivesmooth.c +++ b/source/blender/modifiers/intern/MOD_correctivesmooth.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_correctivesmooth.c - * \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 cf930d8b077..8a0ee54ce58 100644 --- a/source/blender/modifiers/intern/MOD_curve.c +++ b/source/blender/modifiers/intern/MOD_curve.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_curve.c - * \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 56fda2951f6..2d189747833 100644 --- a/source/blender/modifiers/intern/MOD_datatransfer.c +++ b/source/blender/modifiers/intern/MOD_datatransfer.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_datatransfer.c - * \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 d7dd0bd9f30..6ada7135f64 100644 --- a/source/blender/modifiers/intern/MOD_decimate.c +++ b/source/blender/modifiers/intern/MOD_decimate.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_decimate.c - * \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 0b0ed14091f..3a9f25cdec8 100644 --- a/source/blender/modifiers/intern/MOD_displace.c +++ b/source/blender/modifiers/intern/MOD_displace.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_displace.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_dynamicpaint.c b/source/blender/modifiers/intern/MOD_dynamicpaint.c index d3097e0e34a..87aa03920ae 100644 --- a/source/blender/modifiers/intern/MOD_dynamicpaint.c +++ b/source/blender/modifiers/intern/MOD_dynamicpaint.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_dynamicpaint.c - * \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 b5f3341cf57..c3bfdb591a0 100644 --- a/source/blender/modifiers/intern/MOD_edgesplit.c +++ b/source/blender/modifiers/intern/MOD_edgesplit.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_edgesplit.c - * \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 c1db03f6959..37a8cd12a54 100644 --- a/source/blender/modifiers/intern/MOD_explode.c +++ b/source/blender/modifiers/intern/MOD_explode.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_explode.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_fluidsim.c b/source/blender/modifiers/intern/MOD_fluidsim.c index 5e1269dc22a..7f2aabbce16 100644 --- a/source/blender/modifiers/intern/MOD_fluidsim.c +++ b/source/blender/modifiers/intern/MOD_fluidsim.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_fluidsim.c - * \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 d398d95aa7e..6c09a0f7989 100644 --- a/source/blender/modifiers/intern/MOD_fluidsim_util.c +++ b/source/blender/modifiers/intern/MOD_fluidsim_util.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_fluidsim_util.c - * \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 501b21a11d3..16359fb85f6 100644 --- a/source/blender/modifiers/intern/MOD_fluidsim_util.h +++ b/source/blender/modifiers/intern/MOD_fluidsim_util.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_fluidsim_util.h - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_hook.c b/source/blender/modifiers/intern/MOD_hook.c index 49832803edb..8c9d2f38d78 100644 --- a/source/blender/modifiers/intern/MOD_hook.c +++ b/source/blender/modifiers/intern/MOD_hook.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_hook.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_laplaciandeform.c b/source/blender/modifiers/intern/MOD_laplaciandeform.c index 0f9be7a36e3..e0da63444c4 100644 --- a/source/blender/modifiers/intern/MOD_laplaciandeform.c +++ b/source/blender/modifiers/intern/MOD_laplaciandeform.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_laplaciandeform.c - * \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 6c1fbc41d7d..9e36a17cd55 100644 --- a/source/blender/modifiers/intern/MOD_laplaciansmooth.c +++ b/source/blender/modifiers/intern/MOD_laplaciansmooth.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_laplaciansmooth.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_lattice.c b/source/blender/modifiers/intern/MOD_lattice.c index ad5166d976a..f020a3ae0c8 100644 --- a/source/blender/modifiers/intern/MOD_lattice.c +++ b/source/blender/modifiers/intern/MOD_lattice.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_lattice.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_mask.c b/source/blender/modifiers/intern/MOD_mask.c index 8f8664466f0..35a31fa42a4 100644 --- a/source/blender/modifiers/intern/MOD_mask.c +++ b/source/blender/modifiers/intern/MOD_mask.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_mask.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_meshcache.c b/source/blender/modifiers/intern/MOD_meshcache.c index 22f7582be7e..4ed4392b1e5 100644 --- a/source/blender/modifiers/intern/MOD_meshcache.c +++ b/source/blender/modifiers/intern/MOD_meshcache.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_meshcache.c - * \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 240ba571c51..e9130d3fbb4 100644 --- a/source/blender/modifiers/intern/MOD_meshcache_mdd.c +++ b/source/blender/modifiers/intern/MOD_meshcache_mdd.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_meshcache_mdd.c - * \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 bd6f08845ce..46277d46b84 100644 --- a/source/blender/modifiers/intern/MOD_meshcache_pc2.c +++ b/source/blender/modifiers/intern/MOD_meshcache_pc2.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_meshcache_pc2.c - * \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 e45e85798e1..56929fc888b 100644 --- a/source/blender/modifiers/intern/MOD_meshcache_util.c +++ b/source/blender/modifiers/intern/MOD_meshcache_util.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_meshcache_util.c - * \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 50073661204..62f3da99926 100644 --- a/source/blender/modifiers/intern/MOD_meshcache_util.h +++ b/source/blender/modifiers/intern/MOD_meshcache_util.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_meshcache_util.h - * \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 c27e95c7bf9..d789f964b6e 100644 --- a/source/blender/modifiers/intern/MOD_meshdeform.c +++ b/source/blender/modifiers/intern/MOD_meshdeform.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_meshdeform.c - * \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 1c547f23978..273ce64506b 100644 --- a/source/blender/modifiers/intern/MOD_meshsequencecache.c +++ b/source/blender/modifiers/intern/MOD_meshsequencecache.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_meshsequencecache.c - * \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 e32eee5366d..0b49f78de52 100644 --- a/source/blender/modifiers/intern/MOD_mirror.c +++ b/source/blender/modifiers/intern/MOD_mirror.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_mirror.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_multires.c b/source/blender/modifiers/intern/MOD_multires.c index 21f9d733dbe..98396307ebf 100644 --- a/source/blender/modifiers/intern/MOD_multires.c +++ b/source/blender/modifiers/intern/MOD_multires.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_multires.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_none.c b/source/blender/modifiers/intern/MOD_none.c index e9d06b3c3ef..f2f42be99a9 100644 --- a/source/blender/modifiers/intern/MOD_none.c +++ b/source/blender/modifiers/intern/MOD_none.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_none.c - * \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 e06a53cc058..923f7ba9543 100644 --- a/source/blender/modifiers/intern/MOD_normal_edit.c +++ b/source/blender/modifiers/intern/MOD_normal_edit.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_normal_edit.c - * \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 f44c70f088c..a84f2b90353 100644 --- a/source/blender/modifiers/intern/MOD_ocean.c +++ b/source/blender/modifiers/intern/MOD_ocean.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_ocean.c - * \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 b1f72488717..0700169a5ce 100644 --- a/source/blender/modifiers/intern/MOD_particleinstance.c +++ b/source/blender/modifiers/intern/MOD_particleinstance.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_particleinstance.c - * \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 e654a93a217..97b03ad92fb 100644 --- a/source/blender/modifiers/intern/MOD_particlesystem.c +++ b/source/blender/modifiers/intern/MOD_particlesystem.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_particlesystem.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_remesh.c b/source/blender/modifiers/intern/MOD_remesh.c index ae5580cbfca..9753df7a716 100644 --- a/source/blender/modifiers/intern/MOD_remesh.c +++ b/source/blender/modifiers/intern/MOD_remesh.c @@ -16,8 +16,7 @@ * The Original Code is Copyright (C) 2011 by Nicholas Bishop. */ -/** \file blender/modifiers/intern/MOD_remesh.c - * \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 16f42db9685..d86509e44ab 100644 --- a/source/blender/modifiers/intern/MOD_screw.c +++ b/source/blender/modifiers/intern/MOD_screw.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_screw.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_shapekey.c b/source/blender/modifiers/intern/MOD_shapekey.c index 71d33d4e8c8..d2966497804 100644 --- a/source/blender/modifiers/intern/MOD_shapekey.c +++ b/source/blender/modifiers/intern/MOD_shapekey.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_shapekey.c - * \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 8ec7ae6b0b5..c0999afe65c 100644 --- a/source/blender/modifiers/intern/MOD_shrinkwrap.c +++ b/source/blender/modifiers/intern/MOD_shrinkwrap.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_shrinkwrap.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_simpledeform.c b/source/blender/modifiers/intern/MOD_simpledeform.c index 3f7a264502a..40df0404da0 100644 --- a/source/blender/modifiers/intern/MOD_simpledeform.c +++ b/source/blender/modifiers/intern/MOD_simpledeform.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_simpledeform.c - * \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 fdd14d820e2..d9136189e4e 100644 --- a/source/blender/modifiers/intern/MOD_skin.c +++ b/source/blender/modifiers/intern/MOD_skin.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_skin.c - * \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 ab04b782ecd..80e2ad9813a 100644 --- a/source/blender/modifiers/intern/MOD_smoke.c +++ b/source/blender/modifiers/intern/MOD_smoke.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_smoke.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_smooth.c b/source/blender/modifiers/intern/MOD_smooth.c index dd6f292d207..4e37d991705 100644 --- a/source/blender/modifiers/intern/MOD_smooth.c +++ b/source/blender/modifiers/intern/MOD_smooth.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_smooth.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_softbody.c b/source/blender/modifiers/intern/MOD_softbody.c index ce6a08af443..aaa5cbec246 100644 --- a/source/blender/modifiers/intern/MOD_softbody.c +++ b/source/blender/modifiers/intern/MOD_softbody.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_softbody.c - * \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 ecf5972e430..ea28268a330 100644 --- a/source/blender/modifiers/intern/MOD_solidify.c +++ b/source/blender/modifiers/intern/MOD_solidify.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_solidify.c - * \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 9f62657482b..fdead70e35d 100644 --- a/source/blender/modifiers/intern/MOD_subsurf.c +++ b/source/blender/modifiers/intern/MOD_subsurf.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_subsurf.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_surface.c b/source/blender/modifiers/intern/MOD_surface.c index 343e4b048fd..445db32edad 100644 --- a/source/blender/modifiers/intern/MOD_surface.c +++ b/source/blender/modifiers/intern/MOD_surface.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_surface.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_triangulate.c b/source/blender/modifiers/intern/MOD_triangulate.c index a30a6ea37c3..c512ab41960 100644 --- a/source/blender/modifiers/intern/MOD_triangulate.c +++ b/source/blender/modifiers/intern/MOD_triangulate.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_triangulate.c - * \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 6953ee3c3b8..a6e6276b6e1 100644 --- a/source/blender/modifiers/intern/MOD_util.c +++ b/source/blender/modifiers/intern/MOD_util.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_util.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_util.h b/source/blender/modifiers/intern/MOD_util.h index a1ac12e506e..88cd2b262a8 100644 --- a/source/blender/modifiers/intern/MOD_util.h +++ b/source/blender/modifiers/intern/MOD_util.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_util.h - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_uvproject.c b/source/blender/modifiers/intern/MOD_uvproject.c index df4b3aea2e0..3b84a2fe3d2 100644 --- a/source/blender/modifiers/intern/MOD_uvproject.c +++ b/source/blender/modifiers/intern/MOD_uvproject.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_uvproject.c - * \ingroup modifiers +/** \file \ingroup modifiers */ diff --git a/source/blender/modifiers/intern/MOD_uvwarp.c b/source/blender/modifiers/intern/MOD_uvwarp.c index 0d95629f9cb..13b1391d709 100644 --- a/source/blender/modifiers/intern/MOD_uvwarp.c +++ b/source/blender/modifiers/intern/MOD_uvwarp.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_uvwarp.c - * \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 39ff0481fa9..757ca96cba0 100644 --- a/source/blender/modifiers/intern/MOD_warp.c +++ b/source/blender/modifiers/intern/MOD_warp.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_warp.c - * \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 756bbaff584..fcace4b632f 100644 --- a/source/blender/modifiers/intern/MOD_wave.c +++ b/source/blender/modifiers/intern/MOD_wave.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_wave.c - * \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 a21854060ad..52839f67d7d 100644 --- a/source/blender/modifiers/intern/MOD_weighted_normal.c +++ b/source/blender/modifiers/intern/MOD_weighted_normal.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_weighted_normal.c - * \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 564ecbf7ae2..e7d4ed8f011 100644 --- a/source/blender/modifiers/intern/MOD_weightvg_util.c +++ b/source/blender/modifiers/intern/MOD_weightvg_util.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_weightvg_util.c - * \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 c5616cff7ab..e75c840cd62 100644 --- a/source/blender/modifiers/intern/MOD_weightvg_util.h +++ b/source/blender/modifiers/intern/MOD_weightvg_util.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_weightvg_util.h - * \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 7552609a540..5da265c3b3c 100644 --- a/source/blender/modifiers/intern/MOD_weightvgedit.c +++ b/source/blender/modifiers/intern/MOD_weightvgedit.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_weightvgedit.c - * \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 0d194e60250..c7be044c49d 100644 --- a/source/blender/modifiers/intern/MOD_weightvgmix.c +++ b/source/blender/modifiers/intern/MOD_weightvgmix.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_weightvgmix.c - * \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 6ec11232383..b832fbd247f 100644 --- a/source/blender/modifiers/intern/MOD_weightvgproximity.c +++ b/source/blender/modifiers/intern/MOD_weightvgproximity.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/modifiers/intern/MOD_weightvgproximity.c - * \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 0c9fba14d9b..222bec9d011 100644 --- a/source/blender/modifiers/intern/MOD_wireframe.c +++ b/source/blender/modifiers/intern/MOD_wireframe.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/modifiers/intern/MOD_wireframe.c - * \ingroup modifiers +/** \file \ingroup modifiers */ #include "DNA_mesh_types.h" -- cgit v1.2.3