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/editors/armature/armature_add.c | 3 +-- source/blender/editors/armature/armature_edit.c | 3 +-- source/blender/editors/armature/armature_intern.h | 3 +-- source/blender/editors/armature/armature_naming.c | 3 +-- source/blender/editors/armature/armature_ops.c | 3 +-- source/blender/editors/armature/armature_relations.c | 3 +-- source/blender/editors/armature/armature_select.c | 3 +-- source/blender/editors/armature/armature_skinning.c | 3 +-- source/blender/editors/armature/armature_utils.c | 3 +-- source/blender/editors/armature/editarmature_undo.c | 3 +-- source/blender/editors/armature/meshlaplacian.c | 3 +-- source/blender/editors/armature/meshlaplacian.h | 3 +-- source/blender/editors/armature/pose_edit.c | 3 +-- source/blender/editors/armature/pose_group.c | 3 +-- source/blender/editors/armature/pose_lib.c | 3 +-- source/blender/editors/armature/pose_select.c | 3 +-- source/blender/editors/armature/pose_slide.c | 3 +-- source/blender/editors/armature/pose_transform.c | 3 +-- source/blender/editors/armature/pose_utils.c | 3 +-- 19 files changed, 19 insertions(+), 38 deletions(-) (limited to 'source/blender/editors/armature') diff --git a/source/blender/editors/armature/armature_add.c b/source/blender/editors/armature/armature_add.c index 9524dad115c..e1d31966e43 100644 --- a/source/blender/editors/armature/armature_add.c +++ b/source/blender/editors/armature/armature_add.c @@ -18,8 +18,7 @@ * Operators and API's for creating bones */ -/** \file blender/editors/armature/armature_add.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include "DNA_armature_types.h" diff --git a/source/blender/editors/armature/armature_edit.c b/source/blender/editors/armature/armature_edit.c index 68cb45b9980..712b2b1100b 100644 --- a/source/blender/editors/armature/armature_edit.c +++ b/source/blender/editors/armature/armature_edit.c @@ -18,8 +18,7 @@ * Armature EditMode tools - transforms, chain based editing, and other settings */ -/** \file blender/editors/armature/armature_edit.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include diff --git a/source/blender/editors/armature/armature_intern.h b/source/blender/editors/armature/armature_intern.h index 27abad88917..e4fe6ba8c6e 100644 --- a/source/blender/editors/armature/armature_intern.h +++ b/source/blender/editors/armature/armature_intern.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/armature/armature_intern.h - * \ingroup edarmature +/** \file \ingroup edarmature */ #ifndef __ARMATURE_INTERN_H__ diff --git a/source/blender/editors/armature/armature_naming.c b/source/blender/editors/armature/armature_naming.c index 6b1ab8c6fd6..8967b47a934 100644 --- a/source/blender/editors/armature/armature_naming.c +++ b/source/blender/editors/armature/armature_naming.c @@ -18,8 +18,7 @@ * Operators and API's for renaming bones both in and out of Edit Mode */ -/** \file blender/editors/armature/armature_naming.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include diff --git a/source/blender/editors/armature/armature_ops.c b/source/blender/editors/armature/armature_ops.c index 75d67d43d94..0e82725da1c 100644 --- a/source/blender/editors/armature/armature_ops.c +++ b/source/blender/editors/armature/armature_ops.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/armature/armature_ops.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include "RNA_access.h" diff --git a/source/blender/editors/armature/armature_relations.c b/source/blender/editors/armature/armature_relations.c index 8a172d80254..25cd6251de8 100644 --- a/source/blender/editors/armature/armature_relations.c +++ b/source/blender/editors/armature/armature_relations.c @@ -18,8 +18,7 @@ * Operators for relations between bones and for transferring bones between armature objects */ -/** \file blender/editors/armature/armature_relations.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include "MEM_guardedalloc.h" diff --git a/source/blender/editors/armature/armature_select.c b/source/blender/editors/armature/armature_select.c index a86b0286222..51c7c02792b 100644 --- a/source/blender/editors/armature/armature_select.c +++ b/source/blender/editors/armature/armature_select.c @@ -18,8 +18,7 @@ * API's and Operators for selecting armature bones in EditMode */ -/** \file blender/editors/armature/armature_select.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include "MEM_guardedalloc.h" diff --git a/source/blender/editors/armature/armature_skinning.c b/source/blender/editors/armature/armature_skinning.c index 3844bba84bf..ea8372bedc6 100644 --- a/source/blender/editors/armature/armature_skinning.c +++ b/source/blender/editors/armature/armature_skinning.c @@ -19,8 +19,7 @@ * - Interfaces with heat weighting in meshlaplacian */ -/** \file blender/editors/armature/armature_skinning.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include "DNA_mesh_types.h" diff --git a/source/blender/editors/armature/armature_utils.c b/source/blender/editors/armature/armature_utils.c index 11452b6db9c..410698c4cd0 100644 --- a/source/blender/editors/armature/armature_utils.c +++ b/source/blender/editors/armature/armature_utils.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/armature/armature_utils.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include "DNA_armature_types.h" diff --git a/source/blender/editors/armature/editarmature_undo.c b/source/blender/editors/armature/editarmature_undo.c index e6b794f047d..f88054f20c8 100644 --- a/source/blender/editors/armature/editarmature_undo.c +++ b/source/blender/editors/armature/editarmature_undo.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/armature/editarmature_undo.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include "MEM_guardedalloc.h" diff --git a/source/blender/editors/armature/meshlaplacian.c b/source/blender/editors/armature/meshlaplacian.c index 1815cd55878..c076ec266d0 100644 --- a/source/blender/editors/armature/meshlaplacian.c +++ b/source/blender/editors/armature/meshlaplacian.c @@ -15,8 +15,7 @@ * meshlaplacian.c: Algorithms using the mesh laplacian. */ -/** \file blender/editors/armature/meshlaplacian.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include "MEM_guardedalloc.h" diff --git a/source/blender/editors/armature/meshlaplacian.h b/source/blender/editors/armature/meshlaplacian.h index 4b81f42e9c7..3984accc20d 100644 --- a/source/blender/editors/armature/meshlaplacian.h +++ b/source/blender/editors/armature/meshlaplacian.h @@ -16,8 +16,7 @@ * BIF_meshlaplacian.h: Algorithms using the mesh laplacian. */ -/** \file blender/editors/armature/meshlaplacian.h - * \ingroup edarmature +/** \file \ingroup edarmature */ diff --git a/source/blender/editors/armature/pose_edit.c b/source/blender/editors/armature/pose_edit.c index 08535060ad2..8f78aadb067 100644 --- a/source/blender/editors/armature/pose_edit.c +++ b/source/blender/editors/armature/pose_edit.c @@ -18,8 +18,7 @@ * Pose Mode API's and Operators for Pose Mode armatures */ -/** \file blender/editors/armature/pose_edit.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include "MEM_guardedalloc.h" diff --git a/source/blender/editors/armature/pose_group.c b/source/blender/editors/armature/pose_group.c index 471c23150e8..880894db289 100644 --- a/source/blender/editors/armature/pose_group.c +++ b/source/blender/editors/armature/pose_group.c @@ -18,8 +18,7 @@ * Implementation of Bone Groups operators and editing API's */ -/** \file blender/editors/armature/pose_group.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include diff --git a/source/blender/editors/armature/pose_lib.c b/source/blender/editors/armature/pose_lib.c index 083308fb622..63f843433d1 100644 --- a/source/blender/editors/armature/pose_lib.c +++ b/source/blender/editors/armature/pose_lib.c @@ -17,8 +17,7 @@ * This is a new part of Blender */ -/** \file blender/editors/armature/pose_lib.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include diff --git a/source/blender/editors/armature/pose_select.c b/source/blender/editors/armature/pose_select.c index 7b80d511d47..9109c8ecfe9 100644 --- a/source/blender/editors/armature/pose_select.c +++ b/source/blender/editors/armature/pose_select.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/armature/pose_select.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include diff --git a/source/blender/editors/armature/pose_slide.c b/source/blender/editors/armature/pose_slide.c index 02d65859934..ec2ce693ef6 100644 --- a/source/blender/editors/armature/pose_slide.c +++ b/source/blender/editors/armature/pose_slide.c @@ -17,8 +17,7 @@ * This is a new part of Blender */ -/** \file blender/editors/armature/pose_slide.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include "MEM_guardedalloc.h" diff --git a/source/blender/editors/armature/pose_transform.c b/source/blender/editors/armature/pose_transform.c index e4fa8c5d792..f387fe1591d 100644 --- a/source/blender/editors/armature/pose_transform.c +++ b/source/blender/editors/armature/pose_transform.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/armature/pose_transform.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include "DNA_anim_types.h" diff --git a/source/blender/editors/armature/pose_utils.c b/source/blender/editors/armature/pose_utils.c index 0254e3b3ffa..e54b5d39332 100644 --- a/source/blender/editors/armature/pose_utils.c +++ b/source/blender/editors/armature/pose_utils.c @@ -17,8 +17,7 @@ * This is a new part of Blender */ -/** \file blender/editors/armature/pose_utils.c - * \ingroup edarmature +/** \file \ingroup edarmature */ #include "MEM_guardedalloc.h" -- cgit v1.2.3