Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-02-18 00:08:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-18 00:22:12 +0300
commitde13d0a80c3cb6a7445245b2999a29fe70e49953 (patch)
tree48ab17499c8ade363e082e5871770a9d10a8b930 /source/blender/editors/armature
parent3316853323226afe7003a8638fa09600d9ba028d (diff)
doxygen: add newline after \file
While \file doesn't need an argument, it can't have another doxy command after it.
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/armature_add.c3
-rw-r--r--source/blender/editors/armature/armature_edit.c3
-rw-r--r--source/blender/editors/armature/armature_intern.h3
-rw-r--r--source/blender/editors/armature/armature_naming.c3
-rw-r--r--source/blender/editors/armature/armature_ops.c3
-rw-r--r--source/blender/editors/armature/armature_relations.c3
-rw-r--r--source/blender/editors/armature/armature_select.c3
-rw-r--r--source/blender/editors/armature/armature_skinning.c3
-rw-r--r--source/blender/editors/armature/armature_utils.c3
-rw-r--r--source/blender/editors/armature/editarmature_undo.c3
-rw-r--r--source/blender/editors/armature/meshlaplacian.c3
-rw-r--r--source/blender/editors/armature/meshlaplacian.h3
-rw-r--r--source/blender/editors/armature/pose_edit.c3
-rw-r--r--source/blender/editors/armature/pose_group.c3
-rw-r--r--source/blender/editors/armature/pose_lib.c3
-rw-r--r--source/blender/editors/armature/pose_select.c3
-rw-r--r--source/blender/editors/armature/pose_slide.c3
-rw-r--r--source/blender/editors/armature/pose_transform.c3
-rw-r--r--source/blender/editors/armature/pose_utils.c3
19 files changed, 38 insertions, 19 deletions
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 <assert.h>
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 <string.h>
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 <string.h>
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 <string.h>
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 <string.h>
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"