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:
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, 53 insertions, 106 deletions
diff --git a/source/blender/editors/include/BIF_gl.h b/source/blender/editors/include/BIF_gl.h
index 11082e41e46..4eb6854f937 100644
--- a/source/blender/editors/include/BIF_gl.h
+++ b/source/blender/editors/include/BIF_gl.h
@@ -18,8 +18,7 @@
* os dependent include locations of gl.h
*/
-/** \file BIF_gl.h
- * \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 e4111380bf1..aa078c5486c 100644
--- a/source/blender/editors/include/BIF_glutil.h
+++ b/source/blender/editors/include/BIF_glutil.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file BIF_glutil.h
- * \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 8cb2642bf19..ce4e05b493c 100644
--- a/source/blender/editors/include/ED_anim_api.h
+++ b/source/blender/editors/include/ED_anim_api.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_anim_api.h
- * \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 3a925f3a37d..7e5962d5e65 100644
--- a/source/blender/editors/include/ED_armature.h
+++ b/source/blender/editors/include/ED_armature.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_armature.h
- * \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 2043c1050c9..68b839cd129 100644
--- a/source/blender/editors/include/ED_buttons.h
+++ b/source/blender/editors/include/ED_buttons.h
@@ -16,8 +16,7 @@
* The Original Code is Copyright (C) 2013, Blender Foundation
*/
-/** \file ED_buttons.h
- * \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 6098ca48a50..727a68b0350 100644
--- a/source/blender/editors/include/ED_clip.h
+++ b/source/blender/editors/include/ED_clip.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_clip.h
- * \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 70c13ccb033..21fcbe9f531 100644
--- a/source/blender/editors/include/ED_curve.h
+++ b/source/blender/editors/include/ED_curve.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_curve.h
- * \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 036aa06afd1..bec1000c09e 100644
--- a/source/blender/editors/include/ED_datafiles.h
+++ b/source/blender/editors/include/ED_datafiles.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_datafiles.h
- * \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 b5b8761edb3..3b4e265497f 100644
--- a/source/blender/editors/include/ED_fileselect.h
+++ b/source/blender/editors/include/ED_fileselect.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_fileselect.h
- * \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 117acd1b0bb..04ccceb6238 100644
--- a/source/blender/editors/include/ED_gizmo_library.h
+++ b/source/blender/editors/include/ED_gizmo_library.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file ED_gizmo_library.h
- * \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 f9f7617a980..2060686f6da 100644
--- a/source/blender/editors/include/ED_gizmo_utils.h
+++ b/source/blender/editors/include/ED_gizmo_utils.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file ED_gizmo_utils.h
- * \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 21369aee6a7..0e613fea174 100644
--- a/source/blender/editors/include/ED_gpencil.h
+++ b/source/blender/editors/include/ED_gpencil.h
@@ -17,8 +17,7 @@
* This is a new part of Blender
*/
-/** \file ED_gpencil.h
- * \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 e0e812b30a2..6ca42eab562 100644
--- a/source/blender/editors/include/ED_image.h
+++ b/source/blender/editors/include/ED_image.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_image.h
- * \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 79e2dc63a67..c7f27294b02 100644
--- a/source/blender/editors/include/ED_info.h
+++ b/source/blender/editors/include/ED_info.h
@@ -16,8 +16,7 @@
* The Original Code is Copyright (C) 2009, Blender Foundation
*/
-/** \file ED_info.h
- * \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 26896a7d264..b3a02567e0a 100644
--- a/source/blender/editors/include/ED_keyframes_draw.h
+++ b/source/blender/editors/include/ED_keyframes_draw.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_keyframes_draw.h
- * \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 34126f0a7fc..adafcc99259 100644
--- a/source/blender/editors/include/ED_keyframes_edit.h
+++ b/source/blender/editors/include/ED_keyframes_edit.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_keyframes_edit.h
- * \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 c8c1974ff65..ac90c2594a6 100644
--- a/source/blender/editors/include/ED_keyframing.h
+++ b/source/blender/editors/include/ED_keyframing.h
@@ -17,8 +17,7 @@
* This is a new part of Blender (with some old code)
*/
-/** \file ED_keyframing.h
- * \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 93d23b12868..e731d1bd6d5 100644
--- a/source/blender/editors/include/ED_lattice.h
+++ b/source/blender/editors/include/ED_lattice.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_lattice.h
- * \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 8f5e2fa1d46..d055e2227e2 100644
--- a/source/blender/editors/include/ED_logic.h
+++ b/source/blender/editors/include/ED_logic.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_logic.h
- * \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 404a3ba8295..f694349e99c 100644
--- a/source/blender/editors/include/ED_markers.h
+++ b/source/blender/editors/include/ED_markers.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_markers.h
- * \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 0967fad045d..6dc40d36fbe 100644
--- a/source/blender/editors/include/ED_mask.h
+++ b/source/blender/editors/include/ED_mask.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_mask.h
- * \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 0dfcf8aa5bc..17f745fd8c6 100644
--- a/source/blender/editors/include/ED_mball.h
+++ b/source/blender/editors/include/ED_mball.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_mball.h
- * \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 6da298ec0e9..6974c3b6699 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_mesh.h
- * \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 aafb087fc8e..725b895ae78 100644
--- a/source/blender/editors/include/ED_node.h
+++ b/source/blender/editors/include/ED_node.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_node.h
- * \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 ba05ec571a5..84af6deeea3 100644
--- a/source/blender/editors/include/ED_numinput.h
+++ b/source/blender/editors/include/ED_numinput.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file ED_numinput.h
- * \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 3d2de5690e9..8c6b8a97b79 100644
--- a/source/blender/editors/include/ED_object.h
+++ b/source/blender/editors/include/ED_object.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_object.h
- * \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 71a4e7bd653..33ced623202 100644
--- a/source/blender/editors/include/ED_outliner.h
+++ b/source/blender/editors/include/ED_outliner.h
@@ -16,8 +16,7 @@
* The Original Code is Copyright (C) 2015, Blender Foundation
*/
-/** \file ED_outliner.h
- * \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 7608f2c7a13..fff6b39f46a 100644
--- a/source/blender/editors/include/ED_paint.h
+++ b/source/blender/editors/include/ED_paint.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file ED_paint.h
- * \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 08bc7e84a1b..8c639c477e3 100644
--- a/source/blender/editors/include/ED_particle.h
+++ b/source/blender/editors/include/ED_particle.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_particle.h
- * \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 f6660772c7d..0ee82302a07 100644
--- a/source/blender/editors/include/ED_physics.h
+++ b/source/blender/editors/include/ED_physics.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_physics.h
- * \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 c6dd17528c1..308f6218751 100644
--- a/source/blender/editors/include/ED_render.h
+++ b/source/blender/editors/include/ED_render.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_render.h
- * \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 05095b1364d..13f3253128e 100644
--- a/source/blender/editors/include/ED_scene.h
+++ b/source/blender/editors/include/ED_scene.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file ED_scene.h
- * \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 243223138b0..e3146668571 100644
--- a/source/blender/editors/include/ED_screen.h
+++ b/source/blender/editors/include/ED_screen.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_screen.h
- * \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 ec71414f17c..bc855e3bdee 100644
--- a/source/blender/editors/include/ED_screen_types.h
+++ b/source/blender/editors/include/ED_screen_types.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_screen_types.h
- * \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 6bdbf781742..266c2bceda5 100644
--- a/source/blender/editors/include/ED_sculpt.h
+++ b/source/blender/editors/include/ED_sculpt.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_sculpt.h
- * \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 666db97f413..b01a9681571 100644
--- a/source/blender/editors/include/ED_select_utils.h
+++ b/source/blender/editors/include/ED_select_utils.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file ED_select_utils.h
- * \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 8073aeb2a84..105d23b8a94 100644
--- a/source/blender/editors/include/ED_sequencer.h
+++ b/source/blender/editors/include/ED_sequencer.h
@@ -16,8 +16,7 @@
* The Original Code is Copyright (C) 2009, Blender Foundation
*/
-/** \file ED_sequencer.h
- * \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 0fd887d216c..18fb801931e 100644
--- a/source/blender/editors/include/ED_sound.h
+++ b/source/blender/editors/include/ED_sound.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_sound.h
- * \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 e7c996d4b6a..c278f76062e 100644
--- a/source/blender/editors/include/ED_space_api.h
+++ b/source/blender/editors/include/ED_space_api.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_space_api.h
- * \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 dab2a0c36c3..3659ede52c2 100644
--- a/source/blender/editors/include/ED_text.h
+++ b/source/blender/editors/include/ED_text.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_text.h
- * \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 5aecd01217d..ff9789a197e 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_transform.h
- * \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 a4a86c049a4..f35d3cf9fc7 100644
--- a/source/blender/editors/include/ED_transform_snap_object_context.h
+++ b/source/blender/editors/include/ED_transform_snap_object_context.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file ED_transform_snap_object_context.h
- * \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 b496a2ce17f..3d109befd86 100644
--- a/source/blender/editors/include/ED_transverts.h
+++ b/source/blender/editors/include/ED_transverts.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_transverts.h
- * \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 531b0160bd5..d3c0f58df7f 100644
--- a/source/blender/editors/include/ED_types.h
+++ b/source/blender/editors/include/ED_types.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_types.h
- * \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 9a32938d610..3486761c19f 100644
--- a/source/blender/editors/include/ED_undo.h
+++ b/source/blender/editors/include/ED_undo.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file ED_undo.h
- * \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 6a9f617a26f..5e039f7e93d 100644
--- a/source/blender/editors/include/ED_util.h
+++ b/source/blender/editors/include/ED_util.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_util.h
- * \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 ab6294a0dff..61cd7daaac4 100644
--- a/source/blender/editors/include/ED_uvedit.h
+++ b/source/blender/editors/include/ED_uvedit.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_uvedit.h
- * \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 f0a85b13183..c89a6bb9480 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file ED_view3d.h
- * \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 c49ee40c5e1..1a24d1ac7ac 100644
--- a/source/blender/editors/include/UI_icons.h
+++ b/source/blender/editors/include/UI_icons.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file UI_icons.h
- * \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 dbf5a9c5040..ef4b2392934 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file UI_interface.h
- * \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 8f4569c4a81..a9ba8aa9c6b 100644
--- a/source/blender/editors/include/UI_interface_icons.h
+++ b/source/blender/editors/include/UI_interface_icons.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file UI_interface_icons.h
- * \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 a4e522f03ab..1f8309a2c65 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file UI_resources.h
- * \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 53aba363fda..86b3ff1017f 100644
--- a/source/blender/editors/include/UI_view2d.h
+++ b/source/blender/editors/include/UI_view2d.h
@@ -19,8 +19,7 @@
* panning, zooming, scrolling, ..
*/
-/** \file UI_view2d.h
- * \ingroup editorui
+/** \file \ingroup editorui
*/
#ifndef __UI_VIEW2D_H__