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/include
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/include')
-rw-r--r--source/blender/editors/include/BIF_gl.h3
-rw-r--r--source/blender/editors/include/BIF_glutil.h3
-rw-r--r--source/blender/editors/include/ED_anim_api.h3
-rw-r--r--source/blender/editors/include/ED_armature.h3
-rw-r--r--source/blender/editors/include/ED_buttons.h3
-rw-r--r--source/blender/editors/include/ED_clip.h3
-rw-r--r--source/blender/editors/include/ED_curve.h3
-rw-r--r--source/blender/editors/include/ED_datafiles.h3
-rw-r--r--source/blender/editors/include/ED_fileselect.h3
-rw-r--r--source/blender/editors/include/ED_gizmo_library.h3
-rw-r--r--source/blender/editors/include/ED_gizmo_utils.h3
-rw-r--r--source/blender/editors/include/ED_gpencil.h3
-rw-r--r--source/blender/editors/include/ED_image.h3
-rw-r--r--source/blender/editors/include/ED_info.h3
-rw-r--r--source/blender/editors/include/ED_keyframes_draw.h3
-rw-r--r--source/blender/editors/include/ED_keyframes_edit.h3
-rw-r--r--source/blender/editors/include/ED_keyframing.h3
-rw-r--r--source/blender/editors/include/ED_lattice.h3
-rw-r--r--source/blender/editors/include/ED_logic.h3
-rw-r--r--source/blender/editors/include/ED_markers.h3
-rw-r--r--source/blender/editors/include/ED_mask.h3
-rw-r--r--source/blender/editors/include/ED_mball.h3
-rw-r--r--source/blender/editors/include/ED_mesh.h3
-rw-r--r--source/blender/editors/include/ED_node.h3
-rw-r--r--source/blender/editors/include/ED_numinput.h3
-rw-r--r--source/blender/editors/include/ED_object.h3
-rw-r--r--source/blender/editors/include/ED_outliner.h3
-rw-r--r--source/blender/editors/include/ED_paint.h3
-rw-r--r--source/blender/editors/include/ED_particle.h3
-rw-r--r--source/blender/editors/include/ED_physics.h3
-rw-r--r--source/blender/editors/include/ED_render.h3
-rw-r--r--source/blender/editors/include/ED_scene.h3
-rw-r--r--source/blender/editors/include/ED_screen.h3
-rw-r--r--source/blender/editors/include/ED_screen_types.h3
-rw-r--r--source/blender/editors/include/ED_sculpt.h3
-rw-r--r--source/blender/editors/include/ED_select_utils.h3
-rw-r--r--source/blender/editors/include/ED_sequencer.h3
-rw-r--r--source/blender/editors/include/ED_sound.h3
-rw-r--r--source/blender/editors/include/ED_space_api.h3
-rw-r--r--source/blender/editors/include/ED_text.h3
-rw-r--r--source/blender/editors/include/ED_transform.h3
-rw-r--r--source/blender/editors/include/ED_transform_snap_object_context.h3
-rw-r--r--source/blender/editors/include/ED_transverts.h3
-rw-r--r--source/blender/editors/include/ED_types.h3
-rw-r--r--source/blender/editors/include/ED_undo.h3
-rw-r--r--source/blender/editors/include/ED_util.h3
-rw-r--r--source/blender/editors/include/ED_uvedit.h3
-rw-r--r--source/blender/editors/include/ED_view3d.h3
-rw-r--r--source/blender/editors/include/UI_icons.h3
-rw-r--r--source/blender/editors/include/UI_interface.h3
-rw-r--r--source/blender/editors/include/UI_interface_icons.h3
-rw-r--r--source/blender/editors/include/UI_resources.h3
-rw-r--r--source/blender/editors/include/UI_view2d.h3
53 files changed, 106 insertions, 53 deletions
diff --git a/source/blender/editors/include/BIF_gl.h b/source/blender/editors/include/BIF_gl.h
index 4eb6854f937..4a1cdce2ead 100644
--- a/source/blender/editors/include/BIF_gl.h
+++ b/source/blender/editors/include/BIF_gl.h
@@ -18,7 +18,8 @@
* os dependent include locations of gl.h
*/
-/** \file \ingroup editorui
+/** \file
+ * \ingroup editorui
*/
#ifndef __BIF_GL_H__
diff --git a/source/blender/editors/include/BIF_glutil.h b/source/blender/editors/include/BIF_glutil.h
index aa078c5486c..35e04106f31 100644
--- a/source/blender/editors/include/BIF_glutil.h
+++ b/source/blender/editors/include/BIF_glutil.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editorui
+/** \file
+ * \ingroup editorui
*/
#ifndef __BIF_GLUTIL_H__
diff --git a/source/blender/editors/include/ED_anim_api.h b/source/blender/editors/include/ED_anim_api.h
index 12004a1767c..4d06e8b6262 100644
--- a/source/blender/editors/include/ED_anim_api.h
+++ b/source/blender/editors/include/ED_anim_api.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_ANIM_API_H__
diff --git a/source/blender/editors/include/ED_armature.h b/source/blender/editors/include/ED_armature.h
index 7e5962d5e65..3d4ca7bf3be 100644
--- a/source/blender/editors/include/ED_armature.h
+++ b/source/blender/editors/include/ED_armature.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_ARMATURE_H__
diff --git a/source/blender/editors/include/ED_buttons.h b/source/blender/editors/include/ED_buttons.h
index 68b839cd129..9ff2678b53e 100644
--- a/source/blender/editors/include/ED_buttons.h
+++ b/source/blender/editors/include/ED_buttons.h
@@ -16,7 +16,8 @@
* The Original Code is Copyright (C) 2013, Blender Foundation
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_BUTTONS_H__
diff --git a/source/blender/editors/include/ED_clip.h b/source/blender/editors/include/ED_clip.h
index 727a68b0350..eb4d979e5e8 100644
--- a/source/blender/editors/include/ED_clip.h
+++ b/source/blender/editors/include/ED_clip.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_CLIP_H__
diff --git a/source/blender/editors/include/ED_curve.h b/source/blender/editors/include/ED_curve.h
index 21fcbe9f531..cfae50139ea 100644
--- a/source/blender/editors/include/ED_curve.h
+++ b/source/blender/editors/include/ED_curve.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_CURVE_H__
diff --git a/source/blender/editors/include/ED_datafiles.h b/source/blender/editors/include/ED_datafiles.h
index bec1000c09e..fa082e71bf6 100644
--- a/source/blender/editors/include/ED_datafiles.h
+++ b/source/blender/editors/include/ED_datafiles.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_DATAFILES_H__
diff --git a/source/blender/editors/include/ED_fileselect.h b/source/blender/editors/include/ED_fileselect.h
index 3b4e265497f..000af75a9cb 100644
--- a/source/blender/editors/include/ED_fileselect.h
+++ b/source/blender/editors/include/ED_fileselect.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_FILESELECT_H__
diff --git a/source/blender/editors/include/ED_gizmo_library.h b/source/blender/editors/include/ED_gizmo_library.h
index 04ccceb6238..53b65292b6a 100644
--- a/source/blender/editors/include/ED_gizmo_library.h
+++ b/source/blender/editors/include/ED_gizmo_library.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup wm
+/** \file
+ * \ingroup wm
*
* \name Generic Gizmos.
*
diff --git a/source/blender/editors/include/ED_gizmo_utils.h b/source/blender/editors/include/ED_gizmo_utils.h
index 2060686f6da..e81dcb34cd2 100644
--- a/source/blender/editors/include/ED_gizmo_utils.h
+++ b/source/blender/editors/include/ED_gizmo_utils.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*
* \name Generic Gizmo Utilities.
*/
diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h
index 0e613fea174..666cf55cac3 100644
--- a/source/blender/editors/include/ED_gpencil.h
+++ b/source/blender/editors/include/ED_gpencil.h
@@ -17,7 +17,8 @@
* This is a new part of Blender
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_GPENCIL_H__
diff --git a/source/blender/editors/include/ED_image.h b/source/blender/editors/include/ED_image.h
index 6ca42eab562..e6d67f339ce 100644
--- a/source/blender/editors/include/ED_image.h
+++ b/source/blender/editors/include/ED_image.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_IMAGE_H__
diff --git a/source/blender/editors/include/ED_info.h b/source/blender/editors/include/ED_info.h
index c7f27294b02..118295a80e0 100644
--- a/source/blender/editors/include/ED_info.h
+++ b/source/blender/editors/include/ED_info.h
@@ -16,7 +16,8 @@
* The Original Code is Copyright (C) 2009, Blender Foundation
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_INFO_H__
diff --git a/source/blender/editors/include/ED_keyframes_draw.h b/source/blender/editors/include/ED_keyframes_draw.h
index b3a02567e0a..475484104a1 100644
--- a/source/blender/editors/include/ED_keyframes_draw.h
+++ b/source/blender/editors/include/ED_keyframes_draw.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_KEYFRAMES_DRAW_H__
diff --git a/source/blender/editors/include/ED_keyframes_edit.h b/source/blender/editors/include/ED_keyframes_edit.h
index adafcc99259..402dc3e67bc 100644
--- a/source/blender/editors/include/ED_keyframes_edit.h
+++ b/source/blender/editors/include/ED_keyframes_edit.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_KEYFRAMES_EDIT_H__
diff --git a/source/blender/editors/include/ED_keyframing.h b/source/blender/editors/include/ED_keyframing.h
index ac90c2594a6..78a9f13e64f 100644
--- a/source/blender/editors/include/ED_keyframing.h
+++ b/source/blender/editors/include/ED_keyframing.h
@@ -17,7 +17,8 @@
* This is a new part of Blender (with some old code)
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_KEYFRAMING_H__
diff --git a/source/blender/editors/include/ED_lattice.h b/source/blender/editors/include/ED_lattice.h
index e731d1bd6d5..98a091861d1 100644
--- a/source/blender/editors/include/ED_lattice.h
+++ b/source/blender/editors/include/ED_lattice.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_LATTICE_H__
diff --git a/source/blender/editors/include/ED_logic.h b/source/blender/editors/include/ED_logic.h
index d055e2227e2..8158bee15f3 100644
--- a/source/blender/editors/include/ED_logic.h
+++ b/source/blender/editors/include/ED_logic.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_LOGIC_H__
diff --git a/source/blender/editors/include/ED_markers.h b/source/blender/editors/include/ED_markers.h
index f694349e99c..3716708e994 100644
--- a/source/blender/editors/include/ED_markers.h
+++ b/source/blender/editors/include/ED_markers.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_MARKERS_H__
diff --git a/source/blender/editors/include/ED_mask.h b/source/blender/editors/include/ED_mask.h
index 6dc40d36fbe..d555a17c0b1 100644
--- a/source/blender/editors/include/ED_mask.h
+++ b/source/blender/editors/include/ED_mask.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_MASK_H__
diff --git a/source/blender/editors/include/ED_mball.h b/source/blender/editors/include/ED_mball.h
index 17f745fd8c6..e1033866193 100644
--- a/source/blender/editors/include/ED_mball.h
+++ b/source/blender/editors/include/ED_mball.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_MBALL_H__
diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h
index dc43d31ff59..ae851febf2c 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_MESH_H__
diff --git a/source/blender/editors/include/ED_node.h b/source/blender/editors/include/ED_node.h
index 725b895ae78..5498ad8252d 100644
--- a/source/blender/editors/include/ED_node.h
+++ b/source/blender/editors/include/ED_node.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_NODE_H__
diff --git a/source/blender/editors/include/ED_numinput.h b/source/blender/editors/include/ED_numinput.h
index 84af6deeea3..5f90996988a 100644
--- a/source/blender/editors/include/ED_numinput.h
+++ b/source/blender/editors/include/ED_numinput.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_NUMINPUT_H__
diff --git a/source/blender/editors/include/ED_object.h b/source/blender/editors/include/ED_object.h
index 612adec1860..cb0a390cbc2 100644
--- a/source/blender/editors/include/ED_object.h
+++ b/source/blender/editors/include/ED_object.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_OBJECT_H__
diff --git a/source/blender/editors/include/ED_outliner.h b/source/blender/editors/include/ED_outliner.h
index 33ced623202..e94aedc2b2b 100644
--- a/source/blender/editors/include/ED_outliner.h
+++ b/source/blender/editors/include/ED_outliner.h
@@ -16,7 +16,8 @@
* The Original Code is Copyright (C) 2015, Blender Foundation
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_OUTLINER_H__
diff --git a/source/blender/editors/include/ED_paint.h b/source/blender/editors/include/ED_paint.h
index fff6b39f46a..c59f1b9e927 100644
--- a/source/blender/editors/include/ED_paint.h
+++ b/source/blender/editors/include/ED_paint.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_PAINT_H__
diff --git a/source/blender/editors/include/ED_particle.h b/source/blender/editors/include/ED_particle.h
index 8c639c477e3..7a612d1f4d9 100644
--- a/source/blender/editors/include/ED_particle.h
+++ b/source/blender/editors/include/ED_particle.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_PARTICLE_H__
diff --git a/source/blender/editors/include/ED_physics.h b/source/blender/editors/include/ED_physics.h
index 0ee82302a07..f37a5eeb666 100644
--- a/source/blender/editors/include/ED_physics.h
+++ b/source/blender/editors/include/ED_physics.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_PHYSICS_H__
diff --git a/source/blender/editors/include/ED_render.h b/source/blender/editors/include/ED_render.h
index 308f6218751..d0deefbe7b0 100644
--- a/source/blender/editors/include/ED_render.h
+++ b/source/blender/editors/include/ED_render.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_RENDER_H__
diff --git a/source/blender/editors/include/ED_scene.h b/source/blender/editors/include/ED_scene.h
index 13f3253128e..08ead58fce6 100644
--- a/source/blender/editors/include/ED_scene.h
+++ b/source/blender/editors/include/ED_scene.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_SCENE_H__
diff --git a/source/blender/editors/include/ED_screen.h b/source/blender/editors/include/ED_screen.h
index b5ea993900c..c20d8e0555f 100644
--- a/source/blender/editors/include/ED_screen.h
+++ b/source/blender/editors/include/ED_screen.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_SCREEN_H__
diff --git a/source/blender/editors/include/ED_screen_types.h b/source/blender/editors/include/ED_screen_types.h
index bc855e3bdee..762fba29947 100644
--- a/source/blender/editors/include/ED_screen_types.h
+++ b/source/blender/editors/include/ED_screen_types.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_SCREEN_TYPES_H__
diff --git a/source/blender/editors/include/ED_sculpt.h b/source/blender/editors/include/ED_sculpt.h
index 266c2bceda5..ce234b5fb12 100644
--- a/source/blender/editors/include/ED_sculpt.h
+++ b/source/blender/editors/include/ED_sculpt.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_SCULPT_H__
diff --git a/source/blender/editors/include/ED_select_utils.h b/source/blender/editors/include/ED_select_utils.h
index b01a9681571..72cc7ef01cb 100644
--- a/source/blender/editors/include/ED_select_utils.h
+++ b/source/blender/editors/include/ED_select_utils.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_SELECT_UTILS_H__
diff --git a/source/blender/editors/include/ED_sequencer.h b/source/blender/editors/include/ED_sequencer.h
index 105d23b8a94..38f07e83572 100644
--- a/source/blender/editors/include/ED_sequencer.h
+++ b/source/blender/editors/include/ED_sequencer.h
@@ -16,7 +16,8 @@
* The Original Code is Copyright (C) 2009, Blender Foundation
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_SEQUENCER_H__
diff --git a/source/blender/editors/include/ED_sound.h b/source/blender/editors/include/ED_sound.h
index 18fb801931e..44b3c5a6b79 100644
--- a/source/blender/editors/include/ED_sound.h
+++ b/source/blender/editors/include/ED_sound.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_SOUND_H__
diff --git a/source/blender/editors/include/ED_space_api.h b/source/blender/editors/include/ED_space_api.h
index c278f76062e..8495af9b36a 100644
--- a/source/blender/editors/include/ED_space_api.h
+++ b/source/blender/editors/include/ED_space_api.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_SPACE_API_H__
diff --git a/source/blender/editors/include/ED_text.h b/source/blender/editors/include/ED_text.h
index 3659ede52c2..1260c531f54 100644
--- a/source/blender/editors/include/ED_text.h
+++ b/source/blender/editors/include/ED_text.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_TEXT_H__
diff --git a/source/blender/editors/include/ED_transform.h b/source/blender/editors/include/ED_transform.h
index ff9789a197e..08f1dc37e75 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_TRANSFORM_H__
diff --git a/source/blender/editors/include/ED_transform_snap_object_context.h b/source/blender/editors/include/ED_transform_snap_object_context.h
index f35d3cf9fc7..688d01f7846 100644
--- a/source/blender/editors/include/ED_transform_snap_object_context.h
+++ b/source/blender/editors/include/ED_transform_snap_object_context.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_TRANSFORM_SNAP_OBJECT_CONTEXT_H__
diff --git a/source/blender/editors/include/ED_transverts.h b/source/blender/editors/include/ED_transverts.h
index 3d109befd86..95b74a2108f 100644
--- a/source/blender/editors/include/ED_transverts.h
+++ b/source/blender/editors/include/ED_transverts.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_TRANSVERTS_H__
diff --git a/source/blender/editors/include/ED_types.h b/source/blender/editors/include/ED_types.h
index d3c0f58df7f..7040a2ef6c1 100644
--- a/source/blender/editors/include/ED_types.h
+++ b/source/blender/editors/include/ED_types.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_TYPES_H__
diff --git a/source/blender/editors/include/ED_undo.h b/source/blender/editors/include/ED_undo.h
index 3a45e2c3b68..12839e36a12 100644
--- a/source/blender/editors/include/ED_undo.h
+++ b/source/blender/editors/include/ED_undo.h
@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_UNDO_H__
diff --git a/source/blender/editors/include/ED_util.h b/source/blender/editors/include/ED_util.h
index 5e039f7e93d..b275b776ddd 100644
--- a/source/blender/editors/include/ED_util.h
+++ b/source/blender/editors/include/ED_util.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_UTIL_H__
diff --git a/source/blender/editors/include/ED_uvedit.h b/source/blender/editors/include/ED_uvedit.h
index 61cd7daaac4..b0d1f7a014a 100644
--- a/source/blender/editors/include/ED_uvedit.h
+++ b/source/blender/editors/include/ED_uvedit.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_UVEDIT_H__
diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h
index c89a6bb9480..d6f0d99b2b9 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editors
+/** \file
+ * \ingroup editors
*/
#ifndef __ED_VIEW3D_H__
diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h
index 1a24d1ac7ac..610f1758381 100644
--- a/source/blender/editors/include/UI_icons.h
+++ b/source/blender/editors/include/UI_icons.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editorui
+/** \file
+ * \ingroup editorui
*/
/* Note: this is included multiple times with different #defines for DEF_ICON. */
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index ef4b2392934..79f80c67a1a 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editorui
+/** \file
+ * \ingroup editorui
*/
#ifndef __UI_INTERFACE_H__
diff --git a/source/blender/editors/include/UI_interface_icons.h b/source/blender/editors/include/UI_interface_icons.h
index a9ba8aa9c6b..bd1f04ebcff 100644
--- a/source/blender/editors/include/UI_interface_icons.h
+++ b/source/blender/editors/include/UI_interface_icons.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editorui
+/** \file
+ * \ingroup editorui
*/
#ifndef __UI_INTERFACE_ICONS_H__
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index 1fb9a28d273..a25f9c01584 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup editorui
+/** \file
+ * \ingroup editorui
*/
#ifndef __UI_RESOURCES_H__
diff --git a/source/blender/editors/include/UI_view2d.h b/source/blender/editors/include/UI_view2d.h
index 86b3ff1017f..8c944760972 100644
--- a/source/blender/editors/include/UI_view2d.h
+++ b/source/blender/editors/include/UI_view2d.h
@@ -19,7 +19,8 @@
* panning, zooming, scrolling, ..
*/
-/** \file \ingroup editorui
+/** \file
+ * \ingroup editorui
*/
#ifndef __UI_VIEW2D_H__