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/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, 38 insertions(+), 19 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 e1d31966e43..20978a42812 100644 --- a/source/blender/editors/armature/armature_add.c +++ b/source/blender/editors/armature/armature_add.c @@ -18,7 +18,8 @@ * Operators and API's for creating bones */ -/** \file \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 712b2b1100b..f3a4fef2789 100644 --- a/source/blender/editors/armature/armature_edit.c +++ b/source/blender/editors/armature/armature_edit.c @@ -18,7 +18,8 @@ * Armature EditMode tools - transforms, chain based editing, and other settings */ -/** \file \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 e4fe6ba8c6e..7fe4810762e 100644 --- a/source/blender/editors/armature/armature_intern.h +++ b/source/blender/editors/armature/armature_intern.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \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 8967b47a934..c14973d793b 100644 --- a/source/blender/editors/armature/armature_naming.c +++ b/source/blender/editors/armature/armature_naming.c @@ -18,7 +18,8 @@ * Operators and API's for renaming bones both in and out of Edit Mode */ -/** \file \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 0e82725da1c..36ca3dd486d 100644 --- a/source/blender/editors/armature/armature_ops.c +++ b/source/blender/editors/armature/armature_ops.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \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 25cd6251de8..a6e4632ef9d 100644 --- a/source/blender/editors/armature/armature_relations.c +++ b/source/blender/editors/armature/armature_relations.c @@ -18,7 +18,8 @@ * Operators for relations between bones and for transferring bones between armature objects */ -/** \file \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 51c7c02792b..4e49d4b2877 100644 --- a/source/blender/editors/armature/armature_select.c +++ b/source/blender/editors/armature/armature_select.c @@ -18,7 +18,8 @@ * API's and Operators for selecting armature bones in EditMode */ -/** \file \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 ea8372bedc6..ee0043f6ccf 100644 --- a/source/blender/editors/armature/armature_skinning.c +++ b/source/blender/editors/armature/armature_skinning.c @@ -19,7 +19,8 @@ * - Interfaces with heat weighting in meshlaplacian */ -/** \file \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 410698c4cd0..f310092942b 100644 --- a/source/blender/editors/armature/armature_utils.c +++ b/source/blender/editors/armature/armature_utils.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \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 3e76a66e891..39e8371a824 100644 --- a/source/blender/editors/armature/editarmature_undo.c +++ b/source/blender/editors/armature/editarmature_undo.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \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 c076ec266d0..34fea2e0996 100644 --- a/source/blender/editors/armature/meshlaplacian.c +++ b/source/blender/editors/armature/meshlaplacian.c @@ -15,7 +15,8 @@ * meshlaplacian.c: Algorithms using the mesh laplacian. */ -/** \file \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 3984accc20d..cf0c1de6b67 100644 --- a/source/blender/editors/armature/meshlaplacian.h +++ b/source/blender/editors/armature/meshlaplacian.h @@ -16,7 +16,8 @@ * BIF_meshlaplacian.h: Algorithms using the mesh laplacian. */ -/** \file \ingroup edarmature +/** \file + * \ingroup edarmature */ diff --git a/source/blender/editors/armature/pose_edit.c b/source/blender/editors/armature/pose_edit.c index bdf2b2d572a..5920a69c60b 100644 --- a/source/blender/editors/armature/pose_edit.c +++ b/source/blender/editors/armature/pose_edit.c @@ -18,7 +18,8 @@ * Pose Mode API's and Operators for Pose Mode armatures */ -/** \file \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 880894db289..0d1f899ce36 100644 --- a/source/blender/editors/armature/pose_group.c +++ b/source/blender/editors/armature/pose_group.c @@ -18,7 +18,8 @@ * Implementation of Bone Groups operators and editing API's */ -/** \file \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 711a9b3d64a..7ba6db92a47 100644 --- a/source/blender/editors/armature/pose_lib.c +++ b/source/blender/editors/armature/pose_lib.c @@ -17,7 +17,8 @@ * This is a new part of Blender */ -/** \file \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 9109c8ecfe9..285901f8dd0 100644 --- a/source/blender/editors/armature/pose_select.c +++ b/source/blender/editors/armature/pose_select.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \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 a7b599d0062..769398e9e0c 100644 --- a/source/blender/editors/armature/pose_slide.c +++ b/source/blender/editors/armature/pose_slide.c @@ -17,7 +17,8 @@ * This is a new part of Blender */ -/** \file \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 f387fe1591d..0a78669d743 100644 --- a/source/blender/editors/armature/pose_transform.c +++ b/source/blender/editors/armature/pose_transform.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \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 e54b5d39332..ad8cff70e27 100644 --- a/source/blender/editors/armature/pose_utils.c +++ b/source/blender/editors/armature/pose_utils.c @@ -17,7 +17,8 @@ * This is a new part of Blender */ -/** \file \ingroup edarmature +/** \file + * \ingroup edarmature */ #include "MEM_guardedalloc.h" -- cgit v1.2.3