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-06 07:42:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-06 07:45:22 +0300
commiteef4077f18495d88a2426cfda3ec9a4dc461f798 (patch)
tree0042b131bafa216f8ee69546085f2841a1a13513 /source/blender/editors
parent1085c2cc44573b77a74baae8f4be9771941d58da (diff)
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.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/animation/anim_channels_defines.c3
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c3
-rw-r--r--source/blender/editors/animation/anim_deps.c3
-rw-r--r--source/blender/editors/animation/anim_draw.c3
-rw-r--r--source/blender/editors/animation/anim_filter.c3
-rw-r--r--source/blender/editors/animation/anim_intern.h3
-rw-r--r--source/blender/editors/animation/anim_ipo_utils.c3
-rw-r--r--source/blender/editors/animation/anim_markers.c3
-rw-r--r--source/blender/editors/animation/anim_ops.c3
-rw-r--r--source/blender/editors/animation/drivers.c3
-rw-r--r--source/blender/editors/animation/fmodifier_ui.c3
-rw-r--r--source/blender/editors/animation/keyframes_draw.c3
-rw-r--r--source/blender/editors/animation/keyframes_edit.c3
-rw-r--r--source/blender/editors/animation/keyframes_general.c3
-rw-r--r--source/blender/editors/animation/keyframing.c3
-rw-r--r--source/blender/editors/animation/keyingsets.c3
-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
-rw-r--r--source/blender/editors/curve/curve_intern.h3
-rw-r--r--source/blender/editors/curve/curve_ops.c3
-rw-r--r--source/blender/editors/curve/editcurve.c3
-rw-r--r--source/blender/editors/curve/editcurve_add.c3
-rw-r--r--source/blender/editors/curve/editcurve_paint.c3
-rw-r--r--source/blender/editors/curve/editcurve_select.c3
-rw-r--r--source/blender/editors/curve/editcurve_undo.c3
-rw-r--r--source/blender/editors/curve/editfont.c3
-rw-r--r--source/blender/editors/curve/editfont_undo.c3
-rw-r--r--source/blender/editors/gizmo_library/geometry/geom_arrow_gizmo.c3
-rw-r--r--source/blender/editors/gizmo_library/geometry/geom_cube_gizmo.c3
-rw-r--r--source/blender/editors/gizmo_library/geometry/geom_dial_gizmo.c3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_draw_utils.c3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_geometry.h3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_group_types/value2d_gizmo_group.c3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_library_intern.h3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_library_presets.c3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_library_utils.c3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/arrow2d_gizmo.c3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/blank3d_gizmo.c3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.c3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.c3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/dial3d_gizmo.c3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.c3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/primitive3d_gizmo.c3
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/value2d_gizmo.c3
-rw-r--r--source/blender/editors/gpencil/annotate_draw.c3
-rw-r--r--source/blender/editors/gpencil/annotate_paint.c3
-rw-r--r--source/blender/editors/gpencil/drawgpencil.c3
-rw-r--r--source/blender/editors/gpencil/editaction_gpencil.c3
-rw-r--r--source/blender/editors/gpencil/gpencil_add_monkey.c3
-rw-r--r--source/blender/editors/gpencil/gpencil_add_stroke.c3
-rw-r--r--source/blender/editors/gpencil/gpencil_armature.c3
-rw-r--r--source/blender/editors/gpencil/gpencil_brush.c3
-rw-r--r--source/blender/editors/gpencil/gpencil_convert.c3
-rw-r--r--source/blender/editors/gpencil/gpencil_data.c3
-rw-r--r--source/blender/editors/gpencil/gpencil_edit.c2
-rw-r--r--source/blender/editors/gpencil/gpencil_fill.c2
-rw-r--r--source/blender/editors/gpencil/gpencil_intern.h3
-rw-r--r--source/blender/editors/gpencil/gpencil_interpolate.c3
-rw-r--r--source/blender/editors/gpencil/gpencil_merge.c2
-rw-r--r--source/blender/editors/gpencil/gpencil_old.c3
-rw-r--r--source/blender/editors/gpencil/gpencil_ops.c3
-rw-r--r--source/blender/editors/gpencil/gpencil_paint.c2
-rw-r--r--source/blender/editors/gpencil/gpencil_primitive.c2
-rw-r--r--source/blender/editors/gpencil/gpencil_select.c3
-rw-r--r--source/blender/editors/gpencil/gpencil_undo.c3
-rw-r--r--source/blender/editors/gpencil/gpencil_utils.c3
-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
-rw-r--r--source/blender/editors/interface/interface.c3
-rw-r--r--source/blender/editors/interface/interface_align.c3
-rw-r--r--source/blender/editors/interface/interface_anim.c3
-rw-r--r--source/blender/editors/interface/interface_context_menu.c3
-rw-r--r--source/blender/editors/interface/interface_draw.c3
-rw-r--r--source/blender/editors/interface/interface_eyedropper.c3
-rw-r--r--source/blender/editors/interface/interface_eyedropper_color.c3
-rw-r--r--source/blender/editors/interface/interface_eyedropper_colorband.c3
-rw-r--r--source/blender/editors/interface/interface_eyedropper_datablock.c3
-rw-r--r--source/blender/editors/interface/interface_eyedropper_depth.c3
-rw-r--r--source/blender/editors/interface/interface_eyedropper_driver.c3
-rw-r--r--source/blender/editors/interface/interface_eyedropper_intern.h3
-rw-r--r--source/blender/editors/interface/interface_handlers.c3
-rw-r--r--source/blender/editors/interface/interface_icons.c3
-rw-r--r--source/blender/editors/interface/interface_icons_event.c3
-rw-r--r--source/blender/editors/interface/interface_intern.h3
-rw-r--r--source/blender/editors/interface/interface_layout.c3
-rw-r--r--source/blender/editors/interface/interface_ops.c3
-rw-r--r--source/blender/editors/interface/interface_panel.c3
-rw-r--r--source/blender/editors/interface/interface_query.c3
-rw-r--r--source/blender/editors/interface/interface_region_color_picker.c3
-rw-r--r--source/blender/editors/interface/interface_region_hud.c3
-rw-r--r--source/blender/editors/interface/interface_region_menu_pie.c3
-rw-r--r--source/blender/editors/interface/interface_region_menu_popup.c3
-rw-r--r--source/blender/editors/interface/interface_region_popover.c3
-rw-r--r--source/blender/editors/interface/interface_region_popup.c3
-rw-r--r--source/blender/editors/interface/interface_region_search.c3
-rw-r--r--source/blender/editors/interface/interface_region_tooltip.c3
-rw-r--r--source/blender/editors/interface/interface_regions.c3
-rw-r--r--source/blender/editors/interface/interface_regions_intern.h3
-rw-r--r--source/blender/editors/interface/interface_style.c3
-rw-r--r--source/blender/editors/interface/interface_templates.c3
-rw-r--r--source/blender/editors/interface/interface_utils.c3
-rw-r--r--source/blender/editors/interface/interface_widgets.c3
-rw-r--r--source/blender/editors/interface/resources.c3
-rw-r--r--source/blender/editors/interface/view2d.c3
-rw-r--r--source/blender/editors/interface/view2d_ops.c3
-rw-r--r--source/blender/editors/io/io_alembic.c3
-rw-r--r--source/blender/editors/io/io_alembic.h3
-rw-r--r--source/blender/editors/io/io_cache.c3
-rw-r--r--source/blender/editors/io/io_cache.h3
-rw-r--r--source/blender/editors/io/io_collada.c3
-rw-r--r--source/blender/editors/io/io_collada.h3
-rw-r--r--source/blender/editors/io/io_ops.c3
-rw-r--r--source/blender/editors/io/io_ops.h3
-rw-r--r--source/blender/editors/lattice/editlattice_select.c3
-rw-r--r--source/blender/editors/lattice/editlattice_tools.c3
-rw-r--r--source/blender/editors/lattice/editlattice_undo.c3
-rw-r--r--source/blender/editors/lattice/lattice_intern.h3
-rw-r--r--source/blender/editors/lattice/lattice_ops.c3
-rw-r--r--source/blender/editors/mask/mask_add.c3
-rw-r--r--source/blender/editors/mask/mask_draw.c3
-rw-r--r--source/blender/editors/mask/mask_edit.c3
-rw-r--r--source/blender/editors/mask/mask_editaction.c3
-rw-r--r--source/blender/editors/mask/mask_intern.h3
-rw-r--r--source/blender/editors/mask/mask_ops.c3
-rw-r--r--source/blender/editors/mask/mask_relationships.c3
-rw-r--r--source/blender/editors/mask/mask_select.c3
-rw-r--r--source/blender/editors/mask/mask_shapekey.c3
-rw-r--r--source/blender/editors/mesh/editface.c3
-rw-r--r--source/blender/editors/mesh/editmesh_add.c3
-rw-r--r--source/blender/editors/mesh/editmesh_add_gizmo.c3
-rw-r--r--source/blender/editors/mesh/editmesh_bevel.c3
-rw-r--r--source/blender/editors/mesh/editmesh_bisect.c3
-rw-r--r--source/blender/editors/mesh/editmesh_extrude.c3
-rw-r--r--source/blender/editors/mesh/editmesh_extrude_screw.c3
-rw-r--r--source/blender/editors/mesh/editmesh_extrude_spin.c3
-rw-r--r--source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c3
-rw-r--r--source/blender/editors/mesh/editmesh_inset.c3
-rw-r--r--source/blender/editors/mesh/editmesh_intersect.c3
-rw-r--r--source/blender/editors/mesh/editmesh_knife.c3
-rw-r--r--source/blender/editors/mesh/editmesh_knife_project.c3
-rw-r--r--source/blender/editors/mesh/editmesh_loopcut.c3
-rw-r--r--source/blender/editors/mesh/editmesh_path.c3
-rw-r--r--source/blender/editors/mesh/editmesh_polybuild.c3
-rw-r--r--source/blender/editors/mesh/editmesh_preselect_edgering.c3
-rw-r--r--source/blender/editors/mesh/editmesh_preselect_elem.c3
-rw-r--r--source/blender/editors/mesh/editmesh_rip.c3
-rw-r--r--source/blender/editors/mesh/editmesh_rip_edge.c3
-rw-r--r--source/blender/editors/mesh/editmesh_select.c3
-rw-r--r--source/blender/editors/mesh/editmesh_select_similar.c3
-rw-r--r--source/blender/editors/mesh/editmesh_tools.c3
-rw-r--r--source/blender/editors/mesh/editmesh_undo.c3
-rw-r--r--source/blender/editors/mesh/editmesh_utils.c3
-rw-r--r--source/blender/editors/mesh/mesh_data.c3
-rw-r--r--source/blender/editors/mesh/mesh_intern.h3
-rw-r--r--source/blender/editors/mesh/mesh_mirror.c3
-rw-r--r--source/blender/editors/mesh/mesh_ops.c3
-rw-r--r--source/blender/editors/mesh/meshtools.c3
-rw-r--r--source/blender/editors/metaball/editmball_undo.c3
-rw-r--r--source/blender/editors/metaball/mball_edit.c3
-rw-r--r--source/blender/editors/metaball/mball_intern.h3
-rw-r--r--source/blender/editors/metaball/mball_ops.c3
-rw-r--r--source/blender/editors/object/object_add.c3
-rw-r--r--source/blender/editors/object/object_bake.c3
-rw-r--r--source/blender/editors/object/object_bake_api.c3
-rw-r--r--source/blender/editors/object/object_collection.c3
-rw-r--r--source/blender/editors/object/object_constraint.c3
-rw-r--r--source/blender/editors/object/object_data_transfer.c3
-rw-r--r--source/blender/editors/object/object_edit.c3
-rw-r--r--source/blender/editors/object/object_facemap_ops.c3
-rw-r--r--source/blender/editors/object/object_gpencil_modifier.c3
-rw-r--r--source/blender/editors/object/object_hook.c3
-rw-r--r--source/blender/editors/object/object_intern.h3
-rw-r--r--source/blender/editors/object/object_modes.c3
-rw-r--r--source/blender/editors/object/object_modifier.c3
-rw-r--r--source/blender/editors/object/object_ops.c3
-rw-r--r--source/blender/editors/object/object_random.c3
-rw-r--r--source/blender/editors/object/object_relations.c3
-rw-r--r--source/blender/editors/object/object_select.c3
-rw-r--r--source/blender/editors/object/object_shader_fx.c3
-rw-r--r--source/blender/editors/object/object_shapekey.c3
-rw-r--r--source/blender/editors/object/object_transform.c3
-rw-r--r--source/blender/editors/object/object_utils.c3
-rw-r--r--source/blender/editors/object/object_vgroup.c3
-rw-r--r--source/blender/editors/object/object_warp.c3
-rw-r--r--source/blender/editors/physics/dynamicpaint_ops.c3
-rw-r--r--source/blender/editors/physics/particle_boids.c3
-rw-r--r--source/blender/editors/physics/particle_edit.c3
-rw-r--r--source/blender/editors/physics/particle_edit_undo.c3
-rw-r--r--source/blender/editors/physics/particle_edit_utildefines.h3
-rw-r--r--source/blender/editors/physics/particle_object.c3
-rw-r--r--source/blender/editors/physics/physics_fluid.c3
-rw-r--r--source/blender/editors/physics/physics_intern.h3
-rw-r--r--source/blender/editors/physics/physics_ops.c3
-rw-r--r--source/blender/editors/physics/physics_pointcache.c3
-rw-r--r--source/blender/editors/physics/rigidbody_constraint.c3
-rw-r--r--source/blender/editors/physics/rigidbody_object.c3
-rw-r--r--source/blender/editors/physics/rigidbody_world.c3
-rw-r--r--source/blender/editors/render/render_intern.h3
-rw-r--r--source/blender/editors/render/render_internal.c3
-rw-r--r--source/blender/editors/render/render_opengl.c3
-rw-r--r--source/blender/editors/render/render_ops.c3
-rw-r--r--source/blender/editors/render/render_preview.c3
-rw-r--r--source/blender/editors/render/render_shading.c3
-rw-r--r--source/blender/editors/render/render_update.c3
-rw-r--r--source/blender/editors/render/render_view.c3
-rw-r--r--source/blender/editors/scene/scene_edit.c3
-rw-r--r--source/blender/editors/screen/area.c3
-rw-r--r--source/blender/editors/screen/area_utils.c3
-rw-r--r--source/blender/editors/screen/glutil.c3
-rw-r--r--source/blender/editors/screen/screen_context.c3
-rw-r--r--source/blender/editors/screen/screen_draw.c3
-rw-r--r--source/blender/editors/screen/screen_edit.c3
-rw-r--r--source/blender/editors/screen/screen_geometry.c3
-rw-r--r--source/blender/editors/screen/screen_intern.h3
-rw-r--r--source/blender/editors/screen/screen_ops.c3
-rw-r--r--source/blender/editors/screen/screen_user_menu.c3
-rw-r--r--source/blender/editors/screen/screendump.c3
-rw-r--r--source/blender/editors/screen/workspace_edit.c3
-rw-r--r--source/blender/editors/screen/workspace_layout_edit.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_cursor.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_curve.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_curve_undo.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_hide.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_image.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_2d.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_proj.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_undo.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_intern.h3
-rw-r--r--source/blender/editors/sculpt_paint/paint_mask.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_ops.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_stroke.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_utils.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex_color_ops.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex_color_utils.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex_proj.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c3
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c3
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h3
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_undo.c3
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_uv.c3
-rw-r--r--source/blender/editors/sound/sound_intern.h3
-rw-r--r--source/blender/editors/sound/sound_ops.c3
-rw-r--r--source/blender/editors/space_action/action_buttons.c3
-rw-r--r--source/blender/editors/space_action/action_data.c3
-rw-r--r--source/blender/editors/space_action/action_draw.c3
-rw-r--r--source/blender/editors/space_action/action_edit.c3
-rw-r--r--source/blender/editors/space_action/action_intern.h3
-rw-r--r--source/blender/editors/space_action/action_ops.c3
-rw-r--r--source/blender/editors/space_action/action_select.c3
-rw-r--r--source/blender/editors/space_action/space_action.c3
-rw-r--r--source/blender/editors/space_api/spacetypes.c3
-rw-r--r--source/blender/editors/space_buttons/buttons_context.c3
-rw-r--r--source/blender/editors/space_buttons/buttons_intern.h3
-rw-r--r--source/blender/editors/space_buttons/buttons_ops.c3
-rw-r--r--source/blender/editors/space_buttons/buttons_texture.c3
-rw-r--r--source/blender/editors/space_buttons/space_buttons.c3
-rw-r--r--source/blender/editors/space_clip/clip_buttons.c3
-rw-r--r--source/blender/editors/space_clip/clip_dopesheet_draw.c3
-rw-r--r--source/blender/editors/space_clip/clip_dopesheet_ops.c3
-rw-r--r--source/blender/editors/space_clip/clip_draw.c3
-rw-r--r--source/blender/editors/space_clip/clip_editor.c3
-rw-r--r--source/blender/editors/space_clip/clip_graph_draw.c3
-rw-r--r--source/blender/editors/space_clip/clip_graph_ops.c3
-rw-r--r--source/blender/editors/space_clip/clip_intern.h3
-rw-r--r--source/blender/editors/space_clip/clip_ops.c3
-rw-r--r--source/blender/editors/space_clip/clip_toolbar.c3
-rw-r--r--source/blender/editors/space_clip/clip_utils.c3
-rw-r--r--source/blender/editors/space_clip/space_clip.c3
-rw-r--r--source/blender/editors/space_clip/tracking_ops.c3
-rw-r--r--source/blender/editors/space_clip/tracking_ops_detect.c3
-rw-r--r--source/blender/editors/space_clip/tracking_ops_intern.h3
-rw-r--r--source/blender/editors/space_clip/tracking_ops_orient.c3
-rw-r--r--source/blender/editors/space_clip/tracking_ops_plane.c3
-rw-r--r--source/blender/editors/space_clip/tracking_ops_solve.c3
-rw-r--r--source/blender/editors/space_clip/tracking_ops_stabilize.c3
-rw-r--r--source/blender/editors/space_clip/tracking_ops_track.c3
-rw-r--r--source/blender/editors/space_clip/tracking_ops_utils.c3
-rw-r--r--source/blender/editors/space_clip/tracking_select.c3
-rw-r--r--source/blender/editors/space_console/console_draw.c3
-rw-r--r--source/blender/editors/space_console/console_intern.h3
-rw-r--r--source/blender/editors/space_console/console_ops.c3
-rw-r--r--source/blender/editors/space_console/space_console.c3
-rw-r--r--source/blender/editors/space_file/file_draw.c3
-rw-r--r--source/blender/editors/space_file/file_intern.h3
-rw-r--r--source/blender/editors/space_file/file_ops.c3
-rw-r--r--source/blender/editors/space_file/file_panels.c3
-rw-r--r--source/blender/editors/space_file/file_utils.c3
-rw-r--r--source/blender/editors/space_file/filelist.c3
-rw-r--r--source/blender/editors/space_file/filelist.h3
-rw-r--r--source/blender/editors/space_file/filesel.c3
-rw-r--r--source/blender/editors/space_file/fsmenu.c3
-rw-r--r--source/blender/editors/space_file/fsmenu.h3
-rw-r--r--source/blender/editors/space_file/space_file.c3
-rw-r--r--source/blender/editors/space_graph/graph_buttons.c3
-rw-r--r--source/blender/editors/space_graph/graph_draw.c3
-rw-r--r--source/blender/editors/space_graph/graph_edit.c3
-rw-r--r--source/blender/editors/space_graph/graph_intern.h3
-rw-r--r--source/blender/editors/space_graph/graph_ops.c3
-rw-r--r--source/blender/editors/space_graph/graph_select.c3
-rw-r--r--source/blender/editors/space_graph/graph_utils.c3
-rw-r--r--source/blender/editors/space_graph/space_graph.c3
-rw-r--r--source/blender/editors/space_image/image_buttons.c3
-rw-r--r--source/blender/editors/space_image/image_draw.c3
-rw-r--r--source/blender/editors/space_image/image_edit.c3
-rw-r--r--source/blender/editors/space_image/image_intern.h3
-rw-r--r--source/blender/editors/space_image/image_ops.c3
-rw-r--r--source/blender/editors/space_image/space_image.c3
-rw-r--r--source/blender/editors/space_info/info_draw.c3
-rw-r--r--source/blender/editors/space_info/info_intern.h3
-rw-r--r--source/blender/editors/space_info/info_ops.c3
-rw-r--r--source/blender/editors/space_info/info_report.c3
-rw-r--r--source/blender/editors/space_info/info_stats.c3
-rw-r--r--source/blender/editors/space_info/space_info.c3
-rw-r--r--source/blender/editors/space_info/textview.c3
-rw-r--r--source/blender/editors/space_info/textview.h3
-rw-r--r--source/blender/editors/space_nla/nla_buttons.c3
-rw-r--r--source/blender/editors/space_nla/nla_channels.c3
-rw-r--r--source/blender/editors/space_nla/nla_draw.c3
-rw-r--r--source/blender/editors/space_nla/nla_edit.c3
-rw-r--r--source/blender/editors/space_nla/nla_intern.h3
-rw-r--r--source/blender/editors/space_nla/nla_ops.c3
-rw-r--r--source/blender/editors/space_nla/nla_select.c3
-rw-r--r--source/blender/editors/space_nla/space_nla.c3
-rw-r--r--source/blender/editors/space_node/drawnode.c3
-rw-r--r--source/blender/editors/space_node/node_add.c3
-rw-r--r--source/blender/editors/space_node/node_buttons.c3
-rw-r--r--source/blender/editors/space_node/node_draw.c3
-rw-r--r--source/blender/editors/space_node/node_edit.c3
-rw-r--r--source/blender/editors/space_node/node_gizmo.c3
-rw-r--r--source/blender/editors/space_node/node_group.c3
-rw-r--r--source/blender/editors/space_node/node_intern.h3
-rw-r--r--source/blender/editors/space_node/node_ops.c3
-rw-r--r--source/blender/editors/space_node/node_relationships.c3
-rw-r--r--source/blender/editors/space_node/node_select.c3
-rw-r--r--source/blender/editors/space_node/node_templates.c3
-rw-r--r--source/blender/editors/space_node/node_toolbar.c3
-rw-r--r--source/blender/editors/space_node/node_view.c3
-rw-r--r--source/blender/editors/space_node/space_node.c3
-rw-r--r--source/blender/editors/space_outliner/outliner_collections.c3
-rw-r--r--source/blender/editors/space_outliner/outliner_dragdrop.c3
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c3
-rw-r--r--source/blender/editors/space_outliner/outliner_edit.c3
-rw-r--r--source/blender/editors/space_outliner/outliner_intern.h3
-rw-r--r--source/blender/editors/space_outliner/outliner_ops.c3
-rw-r--r--source/blender/editors/space_outliner/outliner_select.c3
-rw-r--r--source/blender/editors/space_outliner/outliner_tools.c3
-rw-r--r--source/blender/editors/space_outliner/outliner_tree.c3
-rw-r--r--source/blender/editors/space_outliner/outliner_utils.c3
-rw-r--r--source/blender/editors/space_outliner/space_outliner.c3
-rw-r--r--source/blender/editors/space_script/script_edit.c3
-rw-r--r--source/blender/editors/space_script/script_intern.h3
-rw-r--r--source/blender/editors/space_script/script_ops.c3
-rw-r--r--source/blender/editors/space_script/space_script.c3
-rw-r--r--source/blender/editors/space_sequencer/sequencer_add.c3
-rw-r--r--source/blender/editors/space_sequencer/sequencer_buttons.c3
-rw-r--r--source/blender/editors/space_sequencer/sequencer_draw.c3
-rw-r--r--source/blender/editors/space_sequencer/sequencer_edit.c3
-rw-r--r--source/blender/editors/space_sequencer/sequencer_intern.h3
-rw-r--r--source/blender/editors/space_sequencer/sequencer_modifier.c3
-rw-r--r--source/blender/editors/space_sequencer/sequencer_ops.c3
-rw-r--r--source/blender/editors/space_sequencer/sequencer_preview.c3
-rw-r--r--source/blender/editors/space_sequencer/sequencer_scopes.c3
-rw-r--r--source/blender/editors/space_sequencer/sequencer_select.c3
-rw-r--r--source/blender/editors/space_sequencer/sequencer_view.c3
-rw-r--r--source/blender/editors/space_sequencer/space_sequencer.c3
-rw-r--r--source/blender/editors/space_statusbar/space_statusbar.c3
-rw-r--r--source/blender/editors/space_text/space_text.c3
-rw-r--r--source/blender/editors/space_text/text_autocomplete.c3
-rw-r--r--source/blender/editors/space_text/text_draw.c3
-rw-r--r--source/blender/editors/space_text/text_format.c3
-rw-r--r--source/blender/editors/space_text/text_format.h3
-rw-r--r--source/blender/editors/space_text/text_format_lua.c3
-rw-r--r--source/blender/editors/space_text/text_format_osl.c3
-rw-r--r--source/blender/editors/space_text/text_format_pov.c3
-rw-r--r--source/blender/editors/space_text/text_format_pov_ini.c3
-rw-r--r--source/blender/editors/space_text/text_format_py.c3
-rw-r--r--source/blender/editors/space_text/text_header.c3
-rw-r--r--source/blender/editors/space_text/text_intern.h3
-rw-r--r--source/blender/editors/space_text/text_ops.c3
-rw-r--r--source/blender/editors/space_text/text_undo.c3
-rw-r--r--source/blender/editors/space_topbar/space_topbar.c3
-rw-r--r--source/blender/editors/space_userpref/space_userpref.c3
-rw-r--r--source/blender/editors/space_userpref/userpref_intern.h3
-rw-r--r--source/blender/editors/space_userpref/userpref_ops.c3
-rw-r--r--source/blender/editors/space_view3d/drawobject.c3
-rw-r--r--source/blender/editors/space_view3d/space_view3d.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_buttons.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_camera_control.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_draw.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_draw_legacy.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_edit.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_fly.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_armature.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_camera.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_empty.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_forcefield.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_lamp.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_navigate.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_navigate_type.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_preselect.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_preselect_type.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_gizmo_ruler.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_header.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_intern.h3
-rw-r--r--source/blender/editors/space_view3d/view3d_iterators.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_ops.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_project.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_select.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_snap.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_toolbar.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_utils.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_view.c3
-rw-r--r--source/blender/editors/space_view3d/view3d_walk.c3
-rw-r--r--source/blender/editors/transform/transform.c3
-rw-r--r--source/blender/editors/transform/transform.h3
-rw-r--r--source/blender/editors/transform/transform_constraints.c3
-rw-r--r--source/blender/editors/transform/transform_conversions.c3
-rw-r--r--source/blender/editors/transform/transform_generics.c3
-rw-r--r--source/blender/editors/transform/transform_gizmo_2d.c3
-rw-r--r--source/blender/editors/transform/transform_gizmo_3d.c3
-rw-r--r--source/blender/editors/transform/transform_gizmo_extrude_3d.c3
-rw-r--r--source/blender/editors/transform/transform_input.c3
-rw-r--r--source/blender/editors/transform/transform_ops.c3
-rw-r--r--source/blender/editors/transform/transform_orientations.c3
-rw-r--r--source/blender/editors/transform/transform_snap.c3
-rw-r--r--source/blender/editors/transform/transform_snap_object.c3
-rw-r--r--source/blender/editors/undo/ed_undo.c3
-rw-r--r--source/blender/editors/undo/memfile_undo.c3
-rw-r--r--source/blender/editors/undo/undo_intern.h3
-rw-r--r--source/blender/editors/undo/undo_system_types.c3
-rw-r--r--source/blender/editors/util/ed_transverts.c3
-rw-r--r--source/blender/editors/util/ed_util.c3
-rw-r--r--source/blender/editors/util/gizmo_utils.c3
-rw-r--r--source/blender/editors/util/numinput.c3
-rw-r--r--source/blender/editors/util/select_utils.c3
-rw-r--r--source/blender/editors/uvedit/uvedit_buttons.c3
-rw-r--r--source/blender/editors/uvedit/uvedit_draw.c3
-rw-r--r--source/blender/editors/uvedit/uvedit_intern.h3
-rw-r--r--source/blender/editors/uvedit/uvedit_ops.c3
-rw-r--r--source/blender/editors/uvedit/uvedit_parametrizer.c3
-rw-r--r--source/blender/editors/uvedit/uvedit_parametrizer.h3
-rw-r--r--source/blender/editors/uvedit/uvedit_smart_stitch.c3
-rw-r--r--source/blender/editors/uvedit/uvedit_unwrap_ops.c3
515 files changed, 515 insertions, 1025 deletions
diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index f04b252b029..e21e5011e1a 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_channels_defines.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c
index 51a56c18b17..12f5463e923 100644
--- a/source/blender/editors/animation/anim_channels_edit.c
+++ b/source/blender/editors/animation/anim_channels_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_channels_edit.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_deps.c b/source/blender/editors/animation/anim_deps.c
index a1eefaba256..5af1751b1d3 100644
--- a/source/blender/editors/animation/anim_deps.c
+++ b/source/blender/editors/animation/anim_deps.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_deps.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_draw.c b/source/blender/editors/animation/anim_draw.c
index 4aab3e585b8..6ef6992b323 100644
--- a/source/blender/editors/animation/anim_draw.c
+++ b/source/blender/editors/animation/anim_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_draw.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
#include "BLI_sys_types.h"
diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c
index 48e6d6c74a0..7c6656b9104 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_filter.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_intern.h b/source/blender/editors/animation/anim_intern.h
index b8bd2f431fc..01d58c68e34 100644
--- a/source/blender/editors/animation/anim_intern.h
+++ b/source/blender/editors/animation/anim_intern.h
@@ -17,8 +17,7 @@
* This is a new part of Blender (with some old code)
*/
-/** \file blender/editors/animation/anim_intern.h
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_ipo_utils.c b/source/blender/editors/animation/anim_ipo_utils.c
index b7c48d460b5..93bd302b92b 100644
--- a/source/blender/editors/animation/anim_ipo_utils.c
+++ b/source/blender/editors/animation/anim_ipo_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_ipo_utils.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c
index a11e236d24a..e2e7ada7185 100644
--- a/source/blender/editors/animation/anim_markers.c
+++ b/source/blender/editors/animation/anim_markers.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_markers.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
#include <math.h>
diff --git a/source/blender/editors/animation/anim_ops.c b/source/blender/editors/animation/anim_ops.c
index 7939dde98a6..86647dbb5e8 100644
--- a/source/blender/editors/animation/anim_ops.c
+++ b/source/blender/editors/animation/anim_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_ops.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/drivers.c b/source/blender/editors/animation/drivers.c
index 96bddf8edc8..6150a821e5c 100644
--- a/source/blender/editors/animation/drivers.c
+++ b/source/blender/editors/animation/drivers.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/drivers.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/fmodifier_ui.c b/source/blender/editors/animation/fmodifier_ui.c
index c54d1175201..2593629f042 100644
--- a/source/blender/editors/animation/fmodifier_ui.c
+++ b/source/blender/editors/animation/fmodifier_ui.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/fmodifier_ui.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyframes_draw.c b/source/blender/editors/animation/keyframes_draw.c
index a58f460cab6..fdf9273743e 100644
--- a/source/blender/editors/animation/keyframes_draw.c
+++ b/source/blender/editors/animation/keyframes_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/keyframes_draw.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyframes_edit.c b/source/blender/editors/animation/keyframes_edit.c
index c8e2a9276d0..2e4ccae9f1b 100644
--- a/source/blender/editors/animation/keyframes_edit.c
+++ b/source/blender/editors/animation/keyframes_edit.c
@@ -16,8 +16,7 @@
* The Original Code is Copyright (C) 2008 Blender Foundation
*/
-/** \file blender/editors/animation/keyframes_edit.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyframes_general.c b/source/blender/editors/animation/keyframes_general.c
index 117090ffd77..fd8add59ac1 100644
--- a/source/blender/editors/animation/keyframes_general.c
+++ b/source/blender/editors/animation/keyframes_general.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/keyframes_general.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyframing.c b/source/blender/editors/animation/keyframing.c
index d7b8afcd7ab..5c03aa444aa 100644
--- a/source/blender/editors/animation/keyframing.c
+++ b/source/blender/editors/animation/keyframing.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/keyframing.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyingsets.c b/source/blender/editors/animation/keyingsets.c
index ca711d11935..abcf3453513 100644
--- a/source/blender/editors/animation/keyingsets.c
+++ b/source/blender/editors/animation/keyingsets.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/keyingsets.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
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 <assert.h>
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 <string.h>
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 <string.h>
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 <string.h>
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 <string.h>
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"
diff --git a/source/blender/editors/curve/curve_intern.h b/source/blender/editors/curve/curve_intern.h
index 88e09a939c7..15c329cb384 100644
--- a/source/blender/editors/curve/curve_intern.h
+++ b/source/blender/editors/curve/curve_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/curve/curve_intern.h
- * \ingroup edcurve
+/** \file \ingroup edcurve
*/
diff --git a/source/blender/editors/curve/curve_ops.c b/source/blender/editors/curve/curve_ops.c
index 029da2bf162..6ac9623f914 100644
--- a/source/blender/editors/curve/curve_ops.c
+++ b/source/blender/editors/curve/curve_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/curve/curve_ops.c
- * \ingroup edcurve
+/** \file \ingroup edcurve
*/
diff --git a/source/blender/editors/curve/editcurve.c b/source/blender/editors/curve/editcurve.c
index 4a4e84a8157..1821d397cf9 100644
--- a/source/blender/editors/curve/editcurve.c
+++ b/source/blender/editors/curve/editcurve.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/curve/editcurve.c
- * \ingroup edcurve
+/** \file \ingroup edcurve
*/
#include "DNA_key_types.h"
diff --git a/source/blender/editors/curve/editcurve_add.c b/source/blender/editors/curve/editcurve_add.c
index 87cc29ddebe..4c69b54b899 100644
--- a/source/blender/editors/curve/editcurve_add.c
+++ b/source/blender/editors/curve/editcurve_add.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/curve/editcurve_add.c
- * \ingroup edcurve
+/** \file \ingroup edcurve
*/
#include "DNA_object_types.h"
diff --git a/source/blender/editors/curve/editcurve_paint.c b/source/blender/editors/curve/editcurve_paint.c
index 871d842fc57..e2647f6fe07 100644
--- a/source/blender/editors/curve/editcurve_paint.c
+++ b/source/blender/editors/curve/editcurve_paint.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/curve/editcurve_paint.c
- * \ingroup edcurve
+/** \file \ingroup edcurve
*/
#include "DNA_object_types.h"
diff --git a/source/blender/editors/curve/editcurve_select.c b/source/blender/editors/curve/editcurve_select.c
index 7cb69d3b608..c733bcba2ba 100644
--- a/source/blender/editors/curve/editcurve_select.c
+++ b/source/blender/editors/curve/editcurve_select.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/curve/editcurve_select.c
- * \ingroup edcurve
+/** \file \ingroup edcurve
*/
#include "DNA_object_types.h"
diff --git a/source/blender/editors/curve/editcurve_undo.c b/source/blender/editors/curve/editcurve_undo.c
index 2099a509342..a586e94a6f9 100644
--- a/source/blender/editors/curve/editcurve_undo.c
+++ b/source/blender/editors/curve/editcurve_undo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/curve/editcurve_undo.c
- * \ingroup edcurve
+/** \file \ingroup edcurve
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/curve/editfont.c b/source/blender/editors/curve/editfont.c
index e839815c509..fec1d6e6839 100644
--- a/source/blender/editors/curve/editfont.c
+++ b/source/blender/editors/curve/editfont.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/curve/editfont.c
- * \ingroup edcurve
+/** \file \ingroup edcurve
*/
diff --git a/source/blender/editors/curve/editfont_undo.c b/source/blender/editors/curve/editfont_undo.c
index 02539dd4dbe..0807b4edfb9 100644
--- a/source/blender/editors/curve/editfont_undo.c
+++ b/source/blender/editors/curve/editfont_undo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/curve/editfont_undo.c
- * \ingroup edcurve
+/** \file \ingroup edcurve
*/
#include <stdlib.h>
diff --git a/source/blender/editors/gizmo_library/geometry/geom_arrow_gizmo.c b/source/blender/editors/gizmo_library/geometry/geom_arrow_gizmo.c
index 7a33cf619fe..fa56a5f280a 100644
--- a/source/blender/editors/gizmo_library/geometry/geom_arrow_gizmo.c
+++ b/source/blender/editors/gizmo_library/geometry/geom_arrow_gizmo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file geom_arrow_gizmo.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*/
#include "../gizmo_geometry.h"
diff --git a/source/blender/editors/gizmo_library/geometry/geom_cube_gizmo.c b/source/blender/editors/gizmo_library/geometry/geom_cube_gizmo.c
index 44ffaabef15..c0b3309e1ec 100644
--- a/source/blender/editors/gizmo_library/geometry/geom_cube_gizmo.c
+++ b/source/blender/editors/gizmo_library/geometry/geom_cube_gizmo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file geom_cube_gizmo.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*/
#include "../gizmo_geometry.h"
diff --git a/source/blender/editors/gizmo_library/geometry/geom_dial_gizmo.c b/source/blender/editors/gizmo_library/geometry/geom_dial_gizmo.c
index 4dad0a29d26..ec222d4c43b 100644
--- a/source/blender/editors/gizmo_library/geometry/geom_dial_gizmo.c
+++ b/source/blender/editors/gizmo_library/geometry/geom_dial_gizmo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file geom_dial_gizmo.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*/
#include "../gizmo_geometry.h"
diff --git a/source/blender/editors/gizmo_library/gizmo_draw_utils.c b/source/blender/editors/gizmo_library/gizmo_draw_utils.c
index 48b0cb2305f..12a374d84f7 100644
--- a/source/blender/editors/gizmo_library/gizmo_draw_utils.c
+++ b/source/blender/editors/gizmo_library/gizmo_draw_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file gizmo_draw_utils.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*/
#include "BLI_listbase.h"
diff --git a/source/blender/editors/gizmo_library/gizmo_geometry.h b/source/blender/editors/gizmo_library/gizmo_geometry.h
index d468f59511a..14f957dbd2c 100644
--- a/source/blender/editors/gizmo_library/gizmo_geometry.h
+++ b/source/blender/editors/gizmo_library/gizmo_geometry.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file gizmo_geometry.h
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*
* \name Gizmo Geometry
*
diff --git a/source/blender/editors/gizmo_library/gizmo_group_types/value2d_gizmo_group.c b/source/blender/editors/gizmo_library/gizmo_group_types/value2d_gizmo_group.c
index 38f4c149de9..bafa01f3059 100644
--- a/source/blender/editors/gizmo_library/gizmo_group_types/value2d_gizmo_group.c
+++ b/source/blender/editors/gizmo_library/gizmo_group_types/value2d_gizmo_group.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file value2d_gizmo_group.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*
* \name 2D Value Gizmo
*
diff --git a/source/blender/editors/gizmo_library/gizmo_library_intern.h b/source/blender/editors/gizmo_library/gizmo_library_intern.h
index 0fa52f05167..c73a1787a13 100644
--- a/source/blender/editors/gizmo_library/gizmo_library_intern.h
+++ b/source/blender/editors/gizmo_library/gizmo_library_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file gizmo_library_intern.h
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*/
#ifndef __GIZMO_LIBRARY_INTERN_H__
diff --git a/source/blender/editors/gizmo_library/gizmo_library_presets.c b/source/blender/editors/gizmo_library/gizmo_library_presets.c
index 53ec4b7ab08..e9cc5102ba6 100644
--- a/source/blender/editors/gizmo_library/gizmo_library_presets.c
+++ b/source/blender/editors/gizmo_library/gizmo_library_presets.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/gizmo_library/gizmo_library_presets.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*
* \name Gizmo Lib Presets
*
diff --git a/source/blender/editors/gizmo_library/gizmo_library_utils.c b/source/blender/editors/gizmo_library/gizmo_library_utils.c
index 75240cd356b..547a3c8e5da 100644
--- a/source/blender/editors/gizmo_library/gizmo_library_utils.c
+++ b/source/blender/editors/gizmo_library/gizmo_library_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file gizmo_library_utils.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*
* \name Gizmo Library Utilities
*
diff --git a/source/blender/editors/gizmo_library/gizmo_types/arrow2d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/arrow2d_gizmo.c
index ea7815acb3d..7fb1c366205 100644
--- a/source/blender/editors/gizmo_library/gizmo_types/arrow2d_gizmo.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/arrow2d_gizmo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file arrow2d_gizmo.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*
* \name 2D Arrow Gizmo
*
diff --git a/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c
index 9ad0a80c2f2..2cae26067ff 100644
--- a/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file arrow3d_gizmo.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*
* \name Arrow Gizmo
*
diff --git a/source/blender/editors/gizmo_library/gizmo_types/blank3d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/blank3d_gizmo.c
index 2d839488745..e84d02d7f95 100644
--- a/source/blender/editors/gizmo_library/gizmo_types/blank3d_gizmo.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/blank3d_gizmo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blank3d_gizmo.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*
* \name Blank Gizmo
*
diff --git a/source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.c
index 180b5c14f82..07e1371ce14 100644
--- a/source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file button2d_gizmo.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*
* \name Button Gizmo
*
diff --git a/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c
index 6f7a857c8e6..cd6175417b4 100644
--- a/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file cage2d_gizmo.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*
* \name Cage Gizmo
*
diff --git a/source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.c
index 0a919b03a18..fbec3d5b3e2 100644
--- a/source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file cage3d_gizmo.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*
* \name Cage Gizmo
*
diff --git a/source/blender/editors/gizmo_library/gizmo_types/dial3d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/dial3d_gizmo.c
index e51613663cc..0169719cfa0 100644
--- a/source/blender/editors/gizmo_library/gizmo_types/dial3d_gizmo.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/dial3d_gizmo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file dial3d_gizmo.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*
* \name Dial Gizmo
*
diff --git a/source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.c
index 260f1df705a..3971e176ec9 100644
--- a/source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/move3d_gizmo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file move3d_gizmo.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*
* \name Move Gizmo
*
diff --git a/source/blender/editors/gizmo_library/gizmo_types/primitive3d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/primitive3d_gizmo.c
index f67df1a2f14..5016337ee80 100644
--- a/source/blender/editors/gizmo_library/gizmo_types/primitive3d_gizmo.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/primitive3d_gizmo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file primitive3d_gizmo.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*
* \name Primitive Gizmo
*
diff --git a/source/blender/editors/gizmo_library/gizmo_types/value2d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/value2d_gizmo.c
index d2df24dc7af..bce01e8c6aa 100644
--- a/source/blender/editors/gizmo_library/gizmo_types/value2d_gizmo.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/value2d_gizmo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file value2d_gizmo.c
- * \ingroup edgizmolib
+/** \file \ingroup edgizmolib
*
* \name Value Gizmo
*
diff --git a/source/blender/editors/gpencil/annotate_draw.c b/source/blender/editors/gpencil/annotate_draw.c
index d4f328a0071..5f3683f229e 100644
--- a/source/blender/editors/gpencil/annotate_draw.c
+++ b/source/blender/editors/gpencil/annotate_draw.c
@@ -17,8 +17,7 @@
* This is a new part of Blender
*/
-/** \file blender/editors/gpencil/annotate_draw.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/annotate_paint.c b/source/blender/editors/gpencil/annotate_paint.c
index 88ccc39f3fc..42866ee5ba9 100644
--- a/source/blender/editors/gpencil/annotate_paint.c
+++ b/source/blender/editors/gpencil/annotate_paint.c
@@ -17,8 +17,7 @@
* This is a new part of Blender
*/
-/** \file blender/editors/gpencil/annotate_paint.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/drawgpencil.c b/source/blender/editors/gpencil/drawgpencil.c
index 2de17623ad9..0795a9f512d 100644
--- a/source/blender/editors/gpencil/drawgpencil.c
+++ b/source/blender/editors/gpencil/drawgpencil.c
@@ -17,8 +17,7 @@
* This is a new part of Blender
*/
-/** \file blender/editors/gpencil/drawgpencil.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/editaction_gpencil.c b/source/blender/editors/gpencil/editaction_gpencil.c
index 6e451b2d1e4..99b5ff88fa8 100644
--- a/source/blender/editors/gpencil/editaction_gpencil.c
+++ b/source/blender/editors/gpencil/editaction_gpencil.c
@@ -17,8 +17,7 @@
* This is a new part of Blender
*/
-/** \file blender/editors/gpencil/editaction_gpencil.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/gpencil_add_monkey.c b/source/blender/editors/gpencil/gpencil_add_monkey.c
index a5cf7a4a7dc..ec5dc1e2917 100644
--- a/source/blender/editors/gpencil/gpencil_add_monkey.c
+++ b/source/blender/editors/gpencil/gpencil_add_monkey.c
@@ -17,8 +17,7 @@
* This is a new part of Blender
*/
-/** \file blender/editors/gpencil/gpencil_add_monkey.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
#include "BLI_math.h"
diff --git a/source/blender/editors/gpencil/gpencil_add_stroke.c b/source/blender/editors/gpencil/gpencil_add_stroke.c
index 3c422ee5c0a..53dec964cf2 100644
--- a/source/blender/editors/gpencil/gpencil_add_stroke.c
+++ b/source/blender/editors/gpencil/gpencil_add_stroke.c
@@ -17,8 +17,7 @@
* This is a new part of Blender
*/
-/** \file blender/editors/gpencil/gpencil_add_stroke.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
#include "BLI_math.h"
diff --git a/source/blender/editors/gpencil/gpencil_armature.c b/source/blender/editors/gpencil/gpencil_armature.c
index b8bc6c9d564..488d30134e4 100644
--- a/source/blender/editors/gpencil/gpencil_armature.c
+++ b/source/blender/editors/gpencil/gpencil_armature.c
@@ -18,8 +18,7 @@
* Operators for dealing with armatures and GP datablocks
*/
-/** \file blender/editors/gpencil/gpencil_armature.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/gpencil_brush.c b/source/blender/editors/gpencil/gpencil_brush.c
index f8083f9909b..c7020364fff 100644
--- a/source/blender/editors/gpencil/gpencil_brush.c
+++ b/source/blender/editors/gpencil/gpencil_brush.c
@@ -18,8 +18,7 @@
* Brush based operators for editing Grease Pencil strokes
*/
-/** \file blender/editors/gpencil/gpencil_brush.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/gpencil_convert.c b/source/blender/editors/gpencil/gpencil_convert.c
index df9d8bda7f3..84fc6005aa9 100644
--- a/source/blender/editors/gpencil/gpencil_convert.c
+++ b/source/blender/editors/gpencil/gpencil_convert.c
@@ -18,8 +18,7 @@
* Operator for converting Grease Pencil data to geometry
*/
-/** \file blender/editors/gpencil/gpencil_convert.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/gpencil_data.c b/source/blender/editors/gpencil/gpencil_data.c
index 71126691a43..3677b57c040 100644
--- a/source/blender/editors/gpencil/gpencil_data.c
+++ b/source/blender/editors/gpencil/gpencil_data.c
@@ -18,8 +18,7 @@
* Operators for dealing with GP datablocks and layers
*/
-/** \file blender/editors/gpencil/gpencil_data.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/gpencil_edit.c b/source/blender/editors/gpencil/gpencil_edit.c
index 42ff199c5b2..5a4e9c38499 100644
--- a/source/blender/editors/gpencil/gpencil_edit.c
+++ b/source/blender/editors/gpencil/gpencil_edit.c
@@ -18,7 +18,7 @@
* Operators for editing Grease Pencil strokes
*/
- /** \file blender/editors/gpencil/gpencil_edit.c
+ /** \file
* \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/gpencil_fill.c b/source/blender/editors/gpencil/gpencil_fill.c
index c398ed620a5..a7070e85132 100644
--- a/source/blender/editors/gpencil/gpencil_fill.c
+++ b/source/blender/editors/gpencil/gpencil_fill.c
@@ -17,7 +17,7 @@
* This is a new part of Blender
*/
- /** \file blender/editors/gpencil/gpencil_fill.c
+ /** \file
* \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/gpencil_intern.h b/source/blender/editors/gpencil/gpencil_intern.h
index e9d370ea55b..ba69383885e 100644
--- a/source/blender/editors/gpencil/gpencil_intern.h
+++ b/source/blender/editors/gpencil/gpencil_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/gpencil/gpencil_intern.h
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
#ifndef __GPENCIL_INTERN_H__
diff --git a/source/blender/editors/gpencil/gpencil_interpolate.c b/source/blender/editors/gpencil/gpencil_interpolate.c
index 1ae3e227343..d89920e2de5 100644
--- a/source/blender/editors/gpencil/gpencil_interpolate.c
+++ b/source/blender/editors/gpencil/gpencil_interpolate.c
@@ -18,8 +18,7 @@
* Operators for interpolating new Grease Pencil frames from existing strokes
*/
-/** \file blender/editors/gpencil/gpencil_interpolate.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/gpencil_merge.c b/source/blender/editors/gpencil/gpencil_merge.c
index 0e4cfd21840..d2e2177257c 100644
--- a/source/blender/editors/gpencil/gpencil_merge.c
+++ b/source/blender/editors/gpencil/gpencil_merge.c
@@ -18,7 +18,7 @@
* Operators for merge Grease Pencil strokes
*/
- /** \file blender/editors/gpencil/gpencil_merge.c
+ /** \file
* \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/gpencil_old.c b/source/blender/editors/gpencil/gpencil_old.c
index b8f91967003..b140b1eaefa 100644
--- a/source/blender/editors/gpencil/gpencil_old.c
+++ b/source/blender/editors/gpencil/gpencil_old.c
@@ -18,8 +18,7 @@
* Use deprecated data to convert old 2.7x files
*/
-/** \file blender/editors/gpencil/gpencil_old.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
/* allow to use deprecated functionality */
diff --git a/source/blender/editors/gpencil/gpencil_ops.c b/source/blender/editors/gpencil/gpencil_ops.c
index a33562771e3..fbb5746d501 100644
--- a/source/blender/editors/gpencil/gpencil_ops.c
+++ b/source/blender/editors/gpencil/gpencil_ops.c
@@ -17,8 +17,7 @@
* This is a new part of Blender
*/
-/** \file blender/editors/gpencil/gpencil_ops.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c
index 7ef6afca1ab..101f0e9ff62 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -17,7 +17,7 @@
* This is a new part of Blender
*/
- /** \file blender/editors/gpencil/gpencil_paint.c
+ /** \file
* \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/gpencil_primitive.c b/source/blender/editors/gpencil/gpencil_primitive.c
index 4bd084b022b..e0c25ce4b1d 100644
--- a/source/blender/editors/gpencil/gpencil_primitive.c
+++ b/source/blender/editors/gpencil/gpencil_primitive.c
@@ -18,7 +18,7 @@
* Operators for creating new Grease Pencil primitives (boxes, circles, ...)
*/
- /** \file blender/editors/gpencil/gpencil_primitive.c
+ /** \file
* \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/gpencil_select.c b/source/blender/editors/gpencil/gpencil_select.c
index 32c9193a0fb..5d9ef49e15a 100644
--- a/source/blender/editors/gpencil/gpencil_select.c
+++ b/source/blender/editors/gpencil/gpencil_select.c
@@ -17,8 +17,7 @@
* This is a new part of Blender
*/
-/** \file blender/editors/gpencil/gpencil_select.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
#include <stdio.h>
diff --git a/source/blender/editors/gpencil/gpencil_undo.c b/source/blender/editors/gpencil/gpencil_undo.c
index 5284a6918fb..2546316f151 100644
--- a/source/blender/editors/gpencil/gpencil_undo.c
+++ b/source/blender/editors/gpencil/gpencil_undo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/gpencil/gpencil_undo.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
diff --git a/source/blender/editors/gpencil/gpencil_utils.c b/source/blender/editors/gpencil/gpencil_utils.c
index 6acbf93a615..210d234c6ad 100644
--- a/source/blender/editors/gpencil/gpencil_utils.c
+++ b/source/blender/editors/gpencil/gpencil_utils.c
@@ -16,8 +16,7 @@
* The Original Code is Copyright (C) 2014, Blender Foundation
*/
-/** \file blender/editors/gpencil/gpencil_utils.c
- * \ingroup edgpencil
+/** \file \ingroup edgpencil
*/
#include <stdio.h>
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__
diff --git a/source/blender/editors/interface/interface.c b/source/blender/editors/interface/interface.c
index 3c45eed7678..f30d3c6ce25 100644
--- a/source/blender/editors/interface/interface.c
+++ b/source/blender/editors/interface/interface.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
diff --git a/source/blender/editors/interface/interface_align.c b/source/blender/editors/interface/interface_align.c
index 4915b00ab2c..306d48b6784 100644
--- a/source/blender/editors/interface/interface_align.c
+++ b/source/blender/editors/interface/interface_align.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_align.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
#include "DNA_screen_types.h"
diff --git a/source/blender/editors/interface/interface_anim.c b/source/blender/editors/interface/interface_anim.c
index 4773f598699..463bee8e93d 100644
--- a/source/blender/editors/interface/interface_anim.c
+++ b/source/blender/editors/interface/interface_anim.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/interface/interface_anim.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
#include <stdio.h>
diff --git a/source/blender/editors/interface/interface_context_menu.c b/source/blender/editors/interface/interface_context_menu.c
index 9ec8a2f0f3e..0f5d3bb28c8 100644
--- a/source/blender/editors/interface/interface_context_menu.c
+++ b/source/blender/editors/interface/interface_context_menu.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/interface/interface_context_menu.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* Generic context popup menus.
*/
diff --git a/source/blender/editors/interface/interface_draw.c b/source/blender/editors/interface/interface_draw.c
index 4b0f237cf6d..767809d1c25 100644
--- a/source/blender/editors/interface/interface_draw.c
+++ b/source/blender/editors/interface/interface_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_draw.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
diff --git a/source/blender/editors/interface/interface_eyedropper.c b/source/blender/editors/interface/interface_eyedropper.c
index 095d87d1e02..05677738afb 100644
--- a/source/blender/editors/interface/interface_eyedropper.c
+++ b/source/blender/editors/interface/interface_eyedropper.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_eyedropper.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
#include "DNA_space_types.h"
diff --git a/source/blender/editors/interface/interface_eyedropper_color.c b/source/blender/editors/interface/interface_eyedropper_color.c
index 85a466a756e..d2719a80efe 100644
--- a/source/blender/editors/interface/interface_eyedropper_color.c
+++ b/source/blender/editors/interface/interface_eyedropper_color.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_eyedropper_color.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* Eyedropper (RGB Color)
*
diff --git a/source/blender/editors/interface/interface_eyedropper_colorband.c b/source/blender/editors/interface/interface_eyedropper_colorband.c
index e78bc3e4b89..52c2e284976 100644
--- a/source/blender/editors/interface/interface_eyedropper_colorband.c
+++ b/source/blender/editors/interface/interface_eyedropper_colorband.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_eyedropper_colorband.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* Eyedropper (Color Band).
*
diff --git a/source/blender/editors/interface/interface_eyedropper_datablock.c b/source/blender/editors/interface/interface_eyedropper_datablock.c
index 31f5e90d910..84f9728a347 100644
--- a/source/blender/editors/interface/interface_eyedropper_datablock.c
+++ b/source/blender/editors/interface/interface_eyedropper_datablock.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_eyedropper_datablock.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* Eyedropper (ID data-blocks)
*
diff --git a/source/blender/editors/interface/interface_eyedropper_depth.c b/source/blender/editors/interface/interface_eyedropper_depth.c
index 29f4883fc54..8c44e85f230 100644
--- a/source/blender/editors/interface/interface_eyedropper_depth.c
+++ b/source/blender/editors/interface/interface_eyedropper_depth.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_eyedropper_depth.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* This file defines an eyedropper for picking 3D depth value (primary use is depth-of-field).
*
diff --git a/source/blender/editors/interface/interface_eyedropper_driver.c b/source/blender/editors/interface/interface_eyedropper_driver.c
index 71c72d0f4e5..ee874a675b0 100644
--- a/source/blender/editors/interface/interface_eyedropper_driver.c
+++ b/source/blender/editors/interface/interface_eyedropper_driver.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_eyedropper_driver.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* Eyedropper (Animation Driver Targets).
*
diff --git a/source/blender/editors/interface/interface_eyedropper_intern.h b/source/blender/editors/interface/interface_eyedropper_intern.h
index 70a7515bdc8..f1902098247 100644
--- a/source/blender/editors/interface/interface_eyedropper_intern.h
+++ b/source/blender/editors/interface/interface_eyedropper_intern.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/interface/interface_eyedropper_intern.h
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* Share between interface_eyedropper_*.c files.
*/
diff --git a/source/blender/editors/interface/interface_handlers.c b/source/blender/editors/interface/interface_handlers.c
index c71e209f743..f5649afbd28 100644
--- a/source/blender/editors/interface/interface_handlers.c
+++ b/source/blender/editors/interface/interface_handlers.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_handlers.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
#include <float.h>
diff --git a/source/blender/editors/interface/interface_icons.c b/source/blender/editors/interface/interface_icons.c
index 46209c42635..e8aed249fd8 100644
--- a/source/blender/editors/interface/interface_icons.c
+++ b/source/blender/editors/interface/interface_icons.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_icons.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
#include <math.h>
diff --git a/source/blender/editors/interface/interface_icons_event.c b/source/blender/editors/interface/interface_icons_event.c
index 6b59e5bd8e0..4f5196c0cd8 100644
--- a/source/blender/editors/interface/interface_icons_event.c
+++ b/source/blender/editors/interface/interface_icons_event.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/interface/interface_icons_event.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* A special set of icons to represent input devices,
* this is a mix of text (via fonts) and a handful of custom glyphs for special keys.
diff --git a/source/blender/editors/interface/interface_intern.h b/source/blender/editors/interface/interface_intern.h
index 30b00713e20..50ef9330762 100644
--- a/source/blender/editors/interface/interface_intern.h
+++ b/source/blender/editors/interface/interface_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_intern.h
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
diff --git a/source/blender/editors/interface/interface_layout.c b/source/blender/editors/interface/interface_layout.c
index ea29b4342ff..fcd57c6e93f 100644
--- a/source/blender/editors/interface/interface_layout.c
+++ b/source/blender/editors/interface/interface_layout.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/interface/interface_layout.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
diff --git a/source/blender/editors/interface/interface_ops.c b/source/blender/editors/interface/interface_ops.c
index 605fe2fd7bd..3e72b72877b 100644
--- a/source/blender/editors/interface/interface_ops.c
+++ b/source/blender/editors/interface/interface_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_ops.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
#include <string.h>
diff --git a/source/blender/editors/interface/interface_panel.c b/source/blender/editors/interface/interface_panel.c
index 221f213c026..69b43fefdb3 100644
--- a/source/blender/editors/interface/interface_panel.c
+++ b/source/blender/editors/interface/interface_panel.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_panel.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
diff --git a/source/blender/editors/interface/interface_query.c b/source/blender/editors/interface/interface_query.c
index 61a16a28a84..14c86569c79 100644
--- a/source/blender/editors/interface/interface_query.c
+++ b/source/blender/editors/interface/interface_query.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/interface/interface_query.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* Utilities to inspect the interface, extract information.
*/
diff --git a/source/blender/editors/interface/interface_region_color_picker.c b/source/blender/editors/interface/interface_region_color_picker.c
index 7c86a1119ee..109de8c1c21 100644
--- a/source/blender/editors/interface/interface_region_color_picker.c
+++ b/source/blender/editors/interface/interface_region_color_picker.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_region_color_picker.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* Color Picker Region & Color Utils
*/
diff --git a/source/blender/editors/interface/interface_region_hud.c b/source/blender/editors/interface/interface_region_hud.c
index 7cab7725799..e44184b296d 100644
--- a/source/blender/editors/interface/interface_region_hud.c
+++ b/source/blender/editors/interface/interface_region_hud.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_region_hud.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* Floating Persistent Region
*/
diff --git a/source/blender/editors/interface/interface_region_menu_pie.c b/source/blender/editors/interface/interface_region_menu_pie.c
index b0c0d9b2f81..2fb569240a9 100644
--- a/source/blender/editors/interface/interface_region_menu_pie.c
+++ b/source/blender/editors/interface/interface_region_menu_pie.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_region_menu_pie.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* Pie Menu Region
*/
diff --git a/source/blender/editors/interface/interface_region_menu_popup.c b/source/blender/editors/interface/interface_region_menu_popup.c
index a74c7def97e..a8fbe552994 100644
--- a/source/blender/editors/interface/interface_region_menu_popup.c
+++ b/source/blender/editors/interface/interface_region_menu_popup.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_region_menu_popup.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* PopUp Menu Region
*/
diff --git a/source/blender/editors/interface/interface_region_popover.c b/source/blender/editors/interface/interface_region_popover.c
index a2d44f735c0..3f657fb870f 100644
--- a/source/blender/editors/interface/interface_region_popover.c
+++ b/source/blender/editors/interface/interface_region_popover.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_region_popover.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* Pop-Over Region
*
diff --git a/source/blender/editors/interface/interface_region_popup.c b/source/blender/editors/interface/interface_region_popup.c
index f7259ec288f..740769e9acc 100644
--- a/source/blender/editors/interface/interface_region_popup.c
+++ b/source/blender/editors/interface/interface_region_popup.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_region_popup.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* PopUp Region (Generic)
*/
diff --git a/source/blender/editors/interface/interface_region_search.c b/source/blender/editors/interface/interface_region_search.c
index 10ebbc358c6..8b80056c585 100644
--- a/source/blender/editors/interface/interface_region_search.c
+++ b/source/blender/editors/interface/interface_region_search.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_region_search.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* Search Box Region & Interaction
*/
diff --git a/source/blender/editors/interface/interface_region_tooltip.c b/source/blender/editors/interface/interface_region_tooltip.c
index ff189dc1f37..71b22f35c6b 100644
--- a/source/blender/editors/interface/interface_region_tooltip.c
+++ b/source/blender/editors/interface/interface_region_tooltip.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_region_tooltip.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* ToolTip Region and Construction
*/
diff --git a/source/blender/editors/interface/interface_regions.c b/source/blender/editors/interface/interface_regions.c
index 5c023b24f4c..e703d70319e 100644
--- a/source/blender/editors/interface/interface_regions.c
+++ b/source/blender/editors/interface/interface_regions.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_regions.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* General Interface Region Code
*
diff --git a/source/blender/editors/interface/interface_regions_intern.h b/source/blender/editors/interface/interface_regions_intern.h
index edb88ea8bdc..f27c762f2ab 100644
--- a/source/blender/editors/interface/interface_regions_intern.h
+++ b/source/blender/editors/interface/interface_regions_intern.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/interface/interface_regions_intern.h
- * \ingroup edinterface
+/** \file \ingroup edinterface
*
* Share between interface_region_*.c files.
*/
diff --git a/source/blender/editors/interface/interface_style.c b/source/blender/editors/interface/interface_style.c
index cd8f77a8af9..8143d4c0284 100644
--- a/source/blender/editors/interface/interface_style.c
+++ b/source/blender/editors/interface/interface_style.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_style.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index 662c1b7df50..1b20b0cf726 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/interface/interface_templates.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
diff --git a/source/blender/editors/interface/interface_utils.c b/source/blender/editors/interface/interface_utils.c
index 397d18f70ce..2714350e8c9 100644
--- a/source/blender/editors/interface/interface_utils.c
+++ b/source/blender/editors/interface/interface_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_utils.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
diff --git a/source/blender/editors/interface/interface_widgets.c b/source/blender/editors/interface/interface_widgets.c
index 28f0cbf17e9..0cc434da663 100644
--- a/source/blender/editors/interface/interface_widgets.c
+++ b/source/blender/editors/interface/interface_widgets.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/interface_widgets.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
#include <limits.h>
diff --git a/source/blender/editors/interface/resources.c b/source/blender/editors/interface/resources.c
index 2f9636e1c71..ff0084d1750 100644
--- a/source/blender/editors/interface/resources.c
+++ b/source/blender/editors/interface/resources.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/resources.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
#include <math.h>
diff --git a/source/blender/editors/interface/view2d.c b/source/blender/editors/interface/view2d.c
index 4bf83f83418..b80b24e01fc 100644
--- a/source/blender/editors/interface/view2d.c
+++ b/source/blender/editors/interface/view2d.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/view2d.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
diff --git a/source/blender/editors/interface/view2d_ops.c b/source/blender/editors/interface/view2d_ops.c
index 77ff0101c75..c28a912a457 100644
--- a/source/blender/editors/interface/view2d_ops.c
+++ b/source/blender/editors/interface/view2d_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/interface/view2d_ops.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
diff --git a/source/blender/editors/io/io_alembic.c b/source/blender/editors/io/io_alembic.c
index f341356c05a..1912cc6576c 100644
--- a/source/blender/editors/io/io_alembic.c
+++ b/source/blender/editors/io/io_alembic.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/io/io_alembic.c
- * \ingroup editor/io
+/** \file \ingroup editor/io
*/
#ifdef WITH_ALEMBIC
diff --git a/source/blender/editors/io/io_alembic.h b/source/blender/editors/io/io_alembic.h
index 0fb5a139249..4cdedafa9ba 100644
--- a/source/blender/editors/io/io_alembic.h
+++ b/source/blender/editors/io/io_alembic.h
@@ -20,8 +20,7 @@
#ifndef __IO_ALEMBIC_H__
#define __IO_ALEMBIC_H__
-/** \file blender/editors/io/io_alembic.h
- * \ingroup editor/io
+/** \file \ingroup editor/io
*/
struct wmOperatorType;
diff --git a/source/blender/editors/io/io_cache.c b/source/blender/editors/io/io_cache.c
index d1a6161f98c..c3c82f5b87d 100644
--- a/source/blender/editors/io/io_cache.c
+++ b/source/blender/editors/io/io_cache.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/io/io_cache.c
- * \ingroup editor/io
+/** \file \ingroup editor/io
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/io/io_cache.h b/source/blender/editors/io/io_cache.h
index 7da05448114..b685cebc685 100644
--- a/source/blender/editors/io/io_cache.h
+++ b/source/blender/editors/io/io_cache.h
@@ -20,8 +20,7 @@
#ifndef __IO_CACHE_H__
#define __IO_CACHE_H__
-/** \file blender/editors/io/io_cache.h
- * \ingroup editor/io
+/** \file \ingroup editor/io
*/
struct wmOperatorType;
diff --git a/source/blender/editors/io/io_collada.c b/source/blender/editors/io/io_collada.c
index dd589491688..2449a5be75a 100644
--- a/source/blender/editors/io/io_collada.c
+++ b/source/blender/editors/io/io_collada.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/io/io_collada.c
- * \ingroup collada
+/** \file \ingroup collada
*/
#ifdef WITH_COLLADA
#include "DNA_space_types.h"
diff --git a/source/blender/editors/io/io_collada.h b/source/blender/editors/io/io_collada.h
index 69170a63017..5d158afff77 100644
--- a/source/blender/editors/io/io_collada.h
+++ b/source/blender/editors/io/io_collada.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/io/io_collada.h
- * \ingroup editor/io
+/** \file \ingroup editor/io
*/
#ifndef __IO_COLLADA_H__
diff --git a/source/blender/editors/io/io_ops.c b/source/blender/editors/io/io_ops.c
index b3c28a8a8a0..02f545d7e99 100644
--- a/source/blender/editors/io/io_ops.c
+++ b/source/blender/editors/io/io_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/io/io_ops.c
- * \ingroup collada
+/** \file \ingroup collada
*/
#include "io_ops.h" /* own include */
diff --git a/source/blender/editors/io/io_ops.h b/source/blender/editors/io/io_ops.h
index bc6e59c8caa..44e27fac2e1 100644
--- a/source/blender/editors/io/io_ops.h
+++ b/source/blender/editors/io/io_ops.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/io/io_ops.h
- * \ingroup editor/io
+/** \file \ingroup editor/io
*/
#ifndef __IO_OPS_H__
diff --git a/source/blender/editors/lattice/editlattice_select.c b/source/blender/editors/lattice/editlattice_select.c
index ef479e32bb3..ac5bd4e0e20 100644
--- a/source/blender/editors/lattice/editlattice_select.c
+++ b/source/blender/editors/lattice/editlattice_select.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/lattice/editlattice_select.c
- * \ingroup edlattice
+/** \file \ingroup edlattice
*/
#include <stdlib.h>
diff --git a/source/blender/editors/lattice/editlattice_tools.c b/source/blender/editors/lattice/editlattice_tools.c
index 8c26541113a..29e66c7047a 100644
--- a/source/blender/editors/lattice/editlattice_tools.c
+++ b/source/blender/editors/lattice/editlattice_tools.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/lattice/editlattice_tools.c
- * \ingroup edlattice
+/** \file \ingroup edlattice
*/
diff --git a/source/blender/editors/lattice/editlattice_undo.c b/source/blender/editors/lattice/editlattice_undo.c
index aa37ff2df42..c6c0ad542d1 100644
--- a/source/blender/editors/lattice/editlattice_undo.c
+++ b/source/blender/editors/lattice/editlattice_undo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/lattice/editlattice_undo.c
- * \ingroup edlattice
+/** \file \ingroup edlattice
*/
#include <stdlib.h>
diff --git a/source/blender/editors/lattice/lattice_intern.h b/source/blender/editors/lattice/lattice_intern.h
index bb9389b1872..77118628ebd 100644
--- a/source/blender/editors/lattice/lattice_intern.h
+++ b/source/blender/editors/lattice/lattice_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/lattice/lattice_intern.h
- * \ingroup edlattice
+/** \file \ingroup edlattice
*/
diff --git a/source/blender/editors/lattice/lattice_ops.c b/source/blender/editors/lattice/lattice_ops.c
index 166b3d5629a..ff2f54b9662 100644
--- a/source/blender/editors/lattice/lattice_ops.c
+++ b/source/blender/editors/lattice/lattice_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/lattice/lattice_ops.c
- * \ingroup edlattice
+/** \file \ingroup edlattice
*/
#include "DNA_scene_types.h"
diff --git a/source/blender/editors/mask/mask_add.c b/source/blender/editors/mask/mask_add.c
index 0ceae494830..317d3e74555 100644
--- a/source/blender/editors/mask/mask_add.c
+++ b/source/blender/editors/mask/mask_add.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mask/mask_add.c
- * \ingroup edmask
+/** \file \ingroup edmask
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mask/mask_draw.c b/source/blender/editors/mask/mask_draw.c
index 8adb1fc2ebc..8b64283de0f 100644
--- a/source/blender/editors/mask/mask_draw.c
+++ b/source/blender/editors/mask/mask_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mask/mask_draw.c
- * \ingroup edmask
+/** \file \ingroup edmask
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mask/mask_edit.c b/source/blender/editors/mask/mask_edit.c
index 6957595d770..4bb70b3b801 100644
--- a/source/blender/editors/mask/mask_edit.c
+++ b/source/blender/editors/mask/mask_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mask/mask_edit.c
- * \ingroup edmask
+/** \file \ingroup edmask
*/
diff --git a/source/blender/editors/mask/mask_editaction.c b/source/blender/editors/mask/mask_editaction.c
index 77d30f3f951..44f6d1aa00e 100644
--- a/source/blender/editors/mask/mask_editaction.c
+++ b/source/blender/editors/mask/mask_editaction.c
@@ -17,8 +17,7 @@
* This is a new part of Blender
*/
-/** \file blender/editors/mask/mask_editaction.c
- * \ingroup edmask
+/** \file \ingroup edmask
*/
#include <stdio.h>
diff --git a/source/blender/editors/mask/mask_intern.h b/source/blender/editors/mask/mask_intern.h
index e9d03daad39..c09462ab2fd 100644
--- a/source/blender/editors/mask/mask_intern.h
+++ b/source/blender/editors/mask/mask_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mask/mask_intern.h
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#ifndef __MASK_INTERN_H__
diff --git a/source/blender/editors/mask/mask_ops.c b/source/blender/editors/mask/mask_ops.c
index 12b3a9d4cbf..a2c36017639 100644
--- a/source/blender/editors/mask/mask_ops.c
+++ b/source/blender/editors/mask/mask_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mask/mask_ops.c
- * \ingroup edmask
+/** \file \ingroup edmask
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mask/mask_relationships.c b/source/blender/editors/mask/mask_relationships.c
index 2c92d32cde6..bd00bc470f0 100644
--- a/source/blender/editors/mask/mask_relationships.c
+++ b/source/blender/editors/mask/mask_relationships.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mask/mask_relationships.c
- * \ingroup edmask
+/** \file \ingroup edmask
*/
diff --git a/source/blender/editors/mask/mask_select.c b/source/blender/editors/mask/mask_select.c
index 0f7067992b3..9db36ff9dcb 100644
--- a/source/blender/editors/mask/mask_select.c
+++ b/source/blender/editors/mask/mask_select.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mask/mask_select.c
- * \ingroup edmask
+/** \file \ingroup edmask
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mask/mask_shapekey.c b/source/blender/editors/mask/mask_shapekey.c
index 12753e631ec..1e363af4bef 100644
--- a/source/blender/editors/mask/mask_shapekey.c
+++ b/source/blender/editors/mask/mask_shapekey.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mask/mask_shapekey.c
- * \ingroup edmask
+/** \file \ingroup edmask
*/
#include <stdlib.h>
diff --git a/source/blender/editors/mesh/editface.c b/source/blender/editors/mesh/editface.c
index 8ac4d690196..872fdaa7e93 100644
--- a/source/blender/editors/mesh/editface.c
+++ b/source/blender/editors/mesh/editface.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/mesh/editface.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/editmesh_add.c b/source/blender/editors/mesh/editmesh_add.c
index dde4c9b0fd2..60c481318dc 100644
--- a/source/blender/editors/mesh/editmesh_add.c
+++ b/source/blender/editors/mesh/editmesh_add.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/editmesh_add.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "DNA_meshdata_types.h"
diff --git a/source/blender/editors/mesh/editmesh_add_gizmo.c b/source/blender/editors/mesh/editmesh_add_gizmo.c
index fe31159e806..07d5d3fdc5a 100644
--- a/source/blender/editors/mesh/editmesh_add_gizmo.c
+++ b/source/blender/editors/mesh/editmesh_add_gizmo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/mesh/editmesh_add_gizmo.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*
* Creation gizmos.
*/
diff --git a/source/blender/editors/mesh/editmesh_bevel.c b/source/blender/editors/mesh/editmesh_bevel.c
index 8632d36ac39..eb787a69d4e 100644
--- a/source/blender/editors/mesh/editmesh_bevel.c
+++ b/source/blender/editors/mesh/editmesh_bevel.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/mesh/editmesh_bevel.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/editmesh_bisect.c b/source/blender/editors/mesh/editmesh_bisect.c
index e53c56d41c0..e4b638d4586 100644
--- a/source/blender/editors/mesh/editmesh_bisect.c
+++ b/source/blender/editors/mesh/editmesh_bisect.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/editmesh_bisect.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/editmesh_extrude.c b/source/blender/editors/mesh/editmesh_extrude.c
index 4c163b14e09..4a9f7243ec1 100644
--- a/source/blender/editors/mesh/editmesh_extrude.c
+++ b/source/blender/editors/mesh/editmesh_extrude.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/editmesh_extrude.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "DNA_modifier_types.h"
diff --git a/source/blender/editors/mesh/editmesh_extrude_screw.c b/source/blender/editors/mesh/editmesh_extrude_screw.c
index c31ad4fd422..62fd9e095c3 100644
--- a/source/blender/editors/mesh/editmesh_extrude_screw.c
+++ b/source/blender/editors/mesh/editmesh_extrude_screw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/editmesh_extrude_screw.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/editmesh_extrude_spin.c b/source/blender/editors/mesh/editmesh_extrude_spin.c
index bcb8691878e..70e659c70a5 100644
--- a/source/blender/editors/mesh/editmesh_extrude_spin.c
+++ b/source/blender/editors/mesh/editmesh_extrude_spin.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/editmesh_extrude_spin.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "DNA_object_types.h"
diff --git a/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c b/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
index d441f0f5eff..b39efd2b49c 100644
--- a/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
+++ b/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/mesh/editmesh_extrude_spin_gizmo.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "BLI_math.h"
diff --git a/source/blender/editors/mesh/editmesh_inset.c b/source/blender/editors/mesh/editmesh_inset.c
index 42d6f97fcb2..cc165268ce0 100644
--- a/source/blender/editors/mesh/editmesh_inset.c
+++ b/source/blender/editors/mesh/editmesh_inset.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/mesh/editmesh_inset.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/editmesh_intersect.c b/source/blender/editors/mesh/editmesh_intersect.c
index 2c14ab03caf..8dfc0f16b99 100644
--- a/source/blender/editors/mesh/editmesh_intersect.c
+++ b/source/blender/editors/mesh/editmesh_intersect.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/mesh/editmesh_intersect.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/editmesh_knife.c b/source/blender/editors/mesh/editmesh_knife.c
index d7349ea80df..814c1581f77 100644
--- a/source/blender/editors/mesh/editmesh_knife.c
+++ b/source/blender/editors/mesh/editmesh_knife.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/editmesh_knife.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*
* Interactive editmesh knife tool.
*/
diff --git a/source/blender/editors/mesh/editmesh_knife_project.c b/source/blender/editors/mesh/editmesh_knife_project.c
index f8e6cdbe6e5..8ae9ec64c97 100644
--- a/source/blender/editors/mesh/editmesh_knife_project.c
+++ b/source/blender/editors/mesh/editmesh_knife_project.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/editmesh_knife_project.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "DNA_curve_types.h"
diff --git a/source/blender/editors/mesh/editmesh_loopcut.c b/source/blender/editors/mesh/editmesh_loopcut.c
index 8f2ec0125bc..1f9aa973570 100644
--- a/source/blender/editors/mesh/editmesh_loopcut.c
+++ b/source/blender/editors/mesh/editmesh_loopcut.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/editmesh_loopcut.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "DNA_object_types.h"
diff --git a/source/blender/editors/mesh/editmesh_path.c b/source/blender/editors/mesh/editmesh_path.c
index 64802e96d4b..f989b97f5f0 100644
--- a/source/blender/editors/mesh/editmesh_path.c
+++ b/source/blender/editors/mesh/editmesh_path.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/editmesh_path.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/editmesh_polybuild.c b/source/blender/editors/mesh/editmesh_polybuild.c
index 9d8eb858b8b..a8251a8e3b9 100644
--- a/source/blender/editors/mesh/editmesh_polybuild.c
+++ b/source/blender/editors/mesh/editmesh_polybuild.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/mesh/editmesh_polybuild.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*
* Tools to implement polygon building tool,
* an experimental tool for quickly constructing/manipulating faces.
diff --git a/source/blender/editors/mesh/editmesh_preselect_edgering.c b/source/blender/editors/mesh/editmesh_preselect_edgering.c
index 4ced75a0e4c..0b306ad6b3f 100644
--- a/source/blender/editors/mesh/editmesh_preselect_edgering.c
+++ b/source/blender/editors/mesh/editmesh_preselect_edgering.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/mesh/editmesh_preselect_edgering.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/editmesh_preselect_elem.c b/source/blender/editors/mesh/editmesh_preselect_elem.c
index 2775ef039c4..da2bf0c57fa 100644
--- a/source/blender/editors/mesh/editmesh_preselect_elem.c
+++ b/source/blender/editors/mesh/editmesh_preselect_elem.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/mesh/editmesh_preselect_elem.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/editmesh_rip.c b/source/blender/editors/mesh/editmesh_rip.c
index 903104ee66a..b467d2506d9 100644
--- a/source/blender/editors/mesh/editmesh_rip.c
+++ b/source/blender/editors/mesh/editmesh_rip.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/editmesh_rip.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/editmesh_rip_edge.c b/source/blender/editors/mesh/editmesh_rip_edge.c
index 3e594f52b49..88d42224990 100644
--- a/source/blender/editors/mesh/editmesh_rip_edge.c
+++ b/source/blender/editors/mesh/editmesh_rip_edge.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/mesh/editmesh_rip_edge.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*
* based on mouse cursor position, split of vertices along the closest edge.
*/
diff --git a/source/blender/editors/mesh/editmesh_select.c b/source/blender/editors/mesh/editmesh_select.c
index 34bf956f7e7..d09f3ba6f64 100644
--- a/source/blender/editors/mesh/editmesh_select.c
+++ b/source/blender/editors/mesh/editmesh_select.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/editmesh_select.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/editmesh_select_similar.c b/source/blender/editors/mesh/editmesh_select_similar.c
index fc058fef209..de9858543bc 100644
--- a/source/blender/editors/mesh/editmesh_select_similar.c
+++ b/source/blender/editors/mesh/editmesh_select_similar.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/editmesh_select_similar.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index a8d8a0c6abd..14f879eea8d 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/editmesh_tools.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include <stddef.h>
diff --git a/source/blender/editors/mesh/editmesh_undo.c b/source/blender/editors/mesh/editmesh_undo.c
index f1b57c8143f..7af7204deab 100644
--- a/source/blender/editors/mesh/editmesh_undo.c
+++ b/source/blender/editors/mesh/editmesh_undo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/mesh/editmesh_undo.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/editmesh_utils.c b/source/blender/editors/mesh/editmesh_utils.c
index 036f4fba30e..e57c1aacbdb 100644
--- a/source/blender/editors/mesh/editmesh_utils.c
+++ b/source/blender/editors/mesh/editmesh_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/editmesh_utils.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/mesh_data.c b/source/blender/editors/mesh/mesh_data.c
index 1d5e45afe81..0bf43204da8 100644
--- a/source/blender/editors/mesh/mesh_data.c
+++ b/source/blender/editors/mesh/mesh_data.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/mesh_data.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/mesh/mesh_intern.h b/source/blender/editors/mesh/mesh_intern.h
index 28d4c31d229..c430b023675 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/mesh_intern.h
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
/* Internal for editmesh_xxxx.c functions */
diff --git a/source/blender/editors/mesh/mesh_mirror.c b/source/blender/editors/mesh/mesh_mirror.c
index 93dec3ffda5..bdab9aed094 100644
--- a/source/blender/editors/mesh/mesh_mirror.c
+++ b/source/blender/editors/mesh/mesh_mirror.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/mesh/mesh_mirror.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*
* Mirror calculation for edit-mode and object mode.
*/
diff --git a/source/blender/editors/mesh/mesh_ops.c b/source/blender/editors/mesh/mesh_ops.c
index c3168222dca..76de198ee00 100644
--- a/source/blender/editors/mesh/mesh_ops.c
+++ b/source/blender/editors/mesh/mesh_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/mesh_ops.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "DNA_scene_types.h"
diff --git a/source/blender/editors/mesh/meshtools.c b/source/blender/editors/mesh/meshtools.c
index b855eadfb4e..6deb0fee743 100644
--- a/source/blender/editors/mesh/meshtools.c
+++ b/source/blender/editors/mesh/meshtools.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/mesh/meshtools.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*
* meshtools.c: no editmode (violated already :), mirror & join),
* tools operating on meshes
diff --git a/source/blender/editors/metaball/editmball_undo.c b/source/blender/editors/metaball/editmball_undo.c
index 91af12c08a2..c526edd7bd2 100644
--- a/source/blender/editors/metaball/editmball_undo.c
+++ b/source/blender/editors/metaball/editmball_undo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/metaball/editmball_undo.c
- * \ingroup edmeta
+/** \file \ingroup edmeta
*/
#include <math.h>
diff --git a/source/blender/editors/metaball/mball_edit.c b/source/blender/editors/metaball/mball_edit.c
index 3580fa2ae95..de4e5e9ab31 100644
--- a/source/blender/editors/metaball/mball_edit.c
+++ b/source/blender/editors/metaball/mball_edit.c
@@ -19,8 +19,7 @@
*/
-/** \file blender/editors/metaball/mball_edit.c
- * \ingroup edmeta
+/** \file \ingroup edmeta
*/
#include <math.h>
diff --git a/source/blender/editors/metaball/mball_intern.h b/source/blender/editors/metaball/mball_intern.h
index 378c49bf97b..4384c66be55 100644
--- a/source/blender/editors/metaball/mball_intern.h
+++ b/source/blender/editors/metaball/mball_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/metaball/mball_intern.h
- * \ingroup edmeta
+/** \file \ingroup edmeta
*/
diff --git a/source/blender/editors/metaball/mball_ops.c b/source/blender/editors/metaball/mball_ops.c
index bff859c8b14..b570a626e70 100644
--- a/source/blender/editors/metaball/mball_ops.c
+++ b/source/blender/editors/metaball/mball_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/metaball/mball_ops.c
- * \ingroup edmeta
+/** \file \ingroup edmeta
*/
#include "DNA_scene_types.h"
diff --git a/source/blender/editors/object/object_add.c b/source/blender/editors/object/object_add.c
index f7e12d280cf..3d05f69192d 100644
--- a/source/blender/editors/object/object_add.c
+++ b/source/blender/editors/object/object_add.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_add.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
diff --git a/source/blender/editors/object/object_bake.c b/source/blender/editors/object/object_bake.c
index 64881bb7980..baa0f6f9220 100644
--- a/source/blender/editors/object/object_bake.c
+++ b/source/blender/editors/object/object_bake.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_bake.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
#include <string.h>
diff --git a/source/blender/editors/object/object_bake_api.c b/source/blender/editors/object/object_bake_api.c
index ee3fdee8f15..17e7b6c23db 100644
--- a/source/blender/editors/object/object_bake_api.c
+++ b/source/blender/editors/object/object_bake_api.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_bake_api.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
diff --git a/source/blender/editors/object/object_collection.c b/source/blender/editors/object/object_collection.c
index 47bcfc2d7c4..924e8fe74a1 100644
--- a/source/blender/editors/object/object_collection.c
+++ b/source/blender/editors/object/object_collection.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_collection.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
diff --git a/source/blender/editors/object/object_constraint.c b/source/blender/editors/object/object_constraint.c
index 950cab4f608..13c3ee9a1a1 100644
--- a/source/blender/editors/object/object_constraint.c
+++ b/source/blender/editors/object/object_constraint.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_constraint.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
diff --git a/source/blender/editors/object/object_data_transfer.c b/source/blender/editors/object/object_data_transfer.c
index 3d53cb5e290..1398d8fa4a0 100644
--- a/source/blender/editors/object/object_data_transfer.c
+++ b/source/blender/editors/object/object_data_transfer.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_data_transfer.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
#include "DNA_mesh_types.h"
diff --git a/source/blender/editors/object/object_edit.c b/source/blender/editors/object/object_edit.c
index 9bd0de83ca5..89f043966db 100644
--- a/source/blender/editors/object/object_edit.c
+++ b/source/blender/editors/object/object_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_edit.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
#include <stdlib.h>
diff --git a/source/blender/editors/object/object_facemap_ops.c b/source/blender/editors/object/object_facemap_ops.c
index dcdb83b22f4..a3c0892d1b1 100644
--- a/source/blender/editors/object/object_facemap_ops.c
+++ b/source/blender/editors/object/object_facemap_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_facemap_ops.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
#include <string.h>
diff --git a/source/blender/editors/object/object_gpencil_modifier.c b/source/blender/editors/object/object_gpencil_modifier.c
index d4aa879b85b..39def80e134 100644
--- a/source/blender/editors/object/object_gpencil_modifier.c
+++ b/source/blender/editors/object/object_gpencil_modifier.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_gpencil_modifier.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
diff --git a/source/blender/editors/object/object_hook.c b/source/blender/editors/object/object_hook.c
index 8fc136d6507..0fb354554c3 100644
--- a/source/blender/editors/object/object_hook.c
+++ b/source/blender/editors/object/object_hook.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_hook.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
diff --git a/source/blender/editors/object/object_intern.h b/source/blender/editors/object/object_intern.h
index d676bf1695a..ff153488042 100644
--- a/source/blender/editors/object/object_intern.h
+++ b/source/blender/editors/object/object_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_intern.h
- * \ingroup edobj
+/** \file \ingroup edobj
*/
#ifndef __OBJECT_INTERN_H__
diff --git a/source/blender/editors/object/object_modes.c b/source/blender/editors/object/object_modes.c
index 898a36bc911..f8eda3ce1d5 100644
--- a/source/blender/editors/object/object_modes.c
+++ b/source/blender/editors/object/object_modes.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/object/object_modes.c
- * \ingroup edobj
+/** \file \ingroup edobj
*
* General utils to handle mode switching,
* actual mode switching logic is per-object type.
diff --git a/source/blender/editors/object/object_modifier.c b/source/blender/editors/object/object_modifier.c
index f463b701d64..964a0efb3ee 100644
--- a/source/blender/editors/object/object_modifier.c
+++ b/source/blender/editors/object/object_modifier.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_modifier.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
diff --git a/source/blender/editors/object/object_ops.c b/source/blender/editors/object/object_ops.c
index 4bb0aceb5c1..5d9aeab7eb8 100644
--- a/source/blender/editors/object/object_ops.c
+++ b/source/blender/editors/object/object_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_ops.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
diff --git a/source/blender/editors/object/object_random.c b/source/blender/editors/object/object_random.c
index 375df1d1663..05f47363ce3 100644
--- a/source/blender/editors/object/object_random.c
+++ b/source/blender/editors/object/object_random.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_random.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c
index b38da1e124b..6ce3eab5758 100644
--- a/source/blender/editors/object/object_relations.c
+++ b/source/blender/editors/object/object_relations.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_relations.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
diff --git a/source/blender/editors/object/object_select.c b/source/blender/editors/object/object_select.c
index 93ef596cd90..1eccdfbd519 100644
--- a/source/blender/editors/object/object_select.c
+++ b/source/blender/editors/object/object_select.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_select.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
diff --git a/source/blender/editors/object/object_shader_fx.c b/source/blender/editors/object/object_shader_fx.c
index 95788d27d7a..7a70e9136f9 100644
--- a/source/blender/editors/object/object_shader_fx.c
+++ b/source/blender/editors/object/object_shader_fx.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_shader_fx.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
diff --git a/source/blender/editors/object/object_shapekey.c b/source/blender/editors/object/object_shapekey.c
index 8b1b82842fc..335213efe6d 100644
--- a/source/blender/editors/object/object_shapekey.c
+++ b/source/blender/editors/object/object_shapekey.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_shapekey.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
diff --git a/source/blender/editors/object/object_transform.c b/source/blender/editors/object/object_transform.c
index 70ef9b85358..24abafe7d0f 100644
--- a/source/blender/editors/object/object_transform.c
+++ b/source/blender/editors/object/object_transform.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_transform.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
diff --git a/source/blender/editors/object/object_utils.c b/source/blender/editors/object/object_utils.c
index 7ce65fb4120..93b8fe55b77 100644
--- a/source/blender/editors/object/object_utils.c
+++ b/source/blender/editors/object/object_utils.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/object/object_utils.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
#include <stdlib.h>
diff --git a/source/blender/editors/object/object_vgroup.c b/source/blender/editors/object/object_vgroup.c
index 51ed9da2c93..e1c18106e0f 100644
--- a/source/blender/editors/object/object_vgroup.c
+++ b/source/blender/editors/object/object_vgroup.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_vgroup.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
#include <string.h>
diff --git a/source/blender/editors/object/object_warp.c b/source/blender/editors/object/object_warp.c
index 2aadf3ec996..d185026c6c2 100644
--- a/source/blender/editors/object/object_warp.c
+++ b/source/blender/editors/object/object_warp.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/object/object_warp.c
- * \ingroup edobj
+/** \file \ingroup edobj
*/
#include "DNA_object_types.h"
diff --git a/source/blender/editors/physics/dynamicpaint_ops.c b/source/blender/editors/physics/dynamicpaint_ops.c
index 8979cacde9d..51826be06ce 100644
--- a/source/blender/editors/physics/dynamicpaint_ops.c
+++ b/source/blender/editors/physics/dynamicpaint_ops.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/physics/dynamicpaint_ops.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
#include <math.h>
diff --git a/source/blender/editors/physics/particle_boids.c b/source/blender/editors/physics/particle_boids.c
index 9ffe4499df4..cd34286293a 100644
--- a/source/blender/editors/physics/particle_boids.c
+++ b/source/blender/editors/physics/particle_boids.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/particle_boids.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c
index 2b253eb9050..0895ea86a6a 100644
--- a/source/blender/editors/physics/particle_edit.c
+++ b/source/blender/editors/physics/particle_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/particle_edit.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
#include <stdlib.h>
diff --git a/source/blender/editors/physics/particle_edit_undo.c b/source/blender/editors/physics/particle_edit_undo.c
index 0ffd6fb5a94..115403da3f8 100644
--- a/source/blender/editors/physics/particle_edit_undo.c
+++ b/source/blender/editors/physics/particle_edit_undo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/particle_edit_undo.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
#include <stdlib.h>
diff --git a/source/blender/editors/physics/particle_edit_utildefines.h b/source/blender/editors/physics/particle_edit_utildefines.h
index 1f8339906f5..9dbd4420792 100644
--- a/source/blender/editors/physics/particle_edit_utildefines.h
+++ b/source/blender/editors/physics/particle_edit_utildefines.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/particle_edit_utildefines.h
- * \ingroup edphys
+/** \file \ingroup edphys
*/
#ifndef __PARTICLE_EDIT_UTILDEFNIES_H__
diff --git a/source/blender/editors/physics/particle_object.c b/source/blender/editors/physics/particle_object.c
index c8a161b7ac0..3eea125f91c 100644
--- a/source/blender/editors/physics/particle_object.c
+++ b/source/blender/editors/physics/particle_object.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/particle_object.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
diff --git a/source/blender/editors/physics/physics_fluid.c b/source/blender/editors/physics/physics_fluid.c
index fa02f950be9..abbe62a59c8 100644
--- a/source/blender/editors/physics/physics_fluid.c
+++ b/source/blender/editors/physics/physics_fluid.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/physics_fluid.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
#include <math.h>
diff --git a/source/blender/editors/physics/physics_intern.h b/source/blender/editors/physics/physics_intern.h
index df1a7168bcb..217d53d8726 100644
--- a/source/blender/editors/physics/physics_intern.h
+++ b/source/blender/editors/physics/physics_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/physics_intern.h
- * \ingroup edphys
+/** \file \ingroup edphys
*/
diff --git a/source/blender/editors/physics/physics_ops.c b/source/blender/editors/physics/physics_ops.c
index 29f6ac643d6..df34e119883 100644
--- a/source/blender/editors/physics/physics_ops.c
+++ b/source/blender/editors/physics/physics_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/physics_ops.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
#include <stdlib.h>
diff --git a/source/blender/editors/physics/physics_pointcache.c b/source/blender/editors/physics/physics_pointcache.c
index 048c404d8cb..a12cd84c2f7 100644
--- a/source/blender/editors/physics/physics_pointcache.c
+++ b/source/blender/editors/physics/physics_pointcache.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/physics_pointcache.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
#include <stdlib.h>
diff --git a/source/blender/editors/physics/rigidbody_constraint.c b/source/blender/editors/physics/rigidbody_constraint.c
index 6f3592e23ad..950c6ea4aab 100644
--- a/source/blender/editors/physics/rigidbody_constraint.c
+++ b/source/blender/editors/physics/rigidbody_constraint.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file rigidbody_constraint.c
- * \ingroup editor_physics
+/** \file \ingroup editor_physics
* \brief Rigid Body constraint editing operators
*/
diff --git a/source/blender/editors/physics/rigidbody_object.c b/source/blender/editors/physics/rigidbody_object.c
index 1472d1835ef..a51cd3e52fc 100644
--- a/source/blender/editors/physics/rigidbody_object.c
+++ b/source/blender/editors/physics/rigidbody_object.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file rigidbody_object.c
- * \ingroup editor_physics
+/** \file \ingroup editor_physics
* \brief Rigid Body object editing operators
*/
diff --git a/source/blender/editors/physics/rigidbody_world.c b/source/blender/editors/physics/rigidbody_world.c
index 9f470b0b1d3..6ab9562614c 100644
--- a/source/blender/editors/physics/rigidbody_world.c
+++ b/source/blender/editors/physics/rigidbody_world.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file rigidbody_world.c
- * \ingroup editor_physics
+/** \file \ingroup editor_physics
* \brief Rigid Body world editing operators
*/
diff --git a/source/blender/editors/render/render_intern.h b/source/blender/editors/render/render_intern.h
index 01b7857cd24..f364c4c4981 100644
--- a/source/blender/editors/render/render_intern.h
+++ b/source/blender/editors/render/render_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/render/render_intern.h
- * \ingroup edrend
+/** \file \ingroup edrend
*/
diff --git a/source/blender/editors/render/render_internal.c b/source/blender/editors/render/render_internal.c
index 3c357518160..2609f03ad59 100644
--- a/source/blender/editors/render/render_internal.c
+++ b/source/blender/editors/render/render_internal.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/render/render_internal.c
- * \ingroup edrend
+/** \file \ingroup edrend
*/
diff --git a/source/blender/editors/render/render_opengl.c b/source/blender/editors/render/render_opengl.c
index accd0fcdc5d..51f44189834 100644
--- a/source/blender/editors/render/render_opengl.c
+++ b/source/blender/editors/render/render_opengl.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/render/render_opengl.c
- * \ingroup edrend
+/** \file \ingroup edrend
*/
diff --git a/source/blender/editors/render/render_ops.c b/source/blender/editors/render/render_ops.c
index 1ec65e7c18c..30ac24deea4 100644
--- a/source/blender/editors/render/render_ops.c
+++ b/source/blender/editors/render/render_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/render/render_ops.c
- * \ingroup edrend
+/** \file \ingroup edrend
*/
#include <stdlib.h>
diff --git a/source/blender/editors/render/render_preview.c b/source/blender/editors/render/render_preview.c
index 9b7ee32f99a..e6fd3e5116e 100644
--- a/source/blender/editors/render/render_preview.c
+++ b/source/blender/editors/render/render_preview.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/render/render_preview.c
- * \ingroup edrend
+/** \file \ingroup edrend
*/
diff --git a/source/blender/editors/render/render_shading.c b/source/blender/editors/render/render_shading.c
index 58d1d1c0f5b..7576ca8f764 100644
--- a/source/blender/editors/render/render_shading.c
+++ b/source/blender/editors/render/render_shading.c
@@ -16,8 +16,7 @@
* All rights reserved.
*/
-/** \file blender/editors/render/render_shading.c
- * \ingroup edrend
+/** \file \ingroup edrend
*/
#include <stdlib.h>
diff --git a/source/blender/editors/render/render_update.c b/source/blender/editors/render/render_update.c
index 9a04d1eaa25..3c948060322 100644
--- a/source/blender/editors/render/render_update.c
+++ b/source/blender/editors/render/render_update.c
@@ -16,8 +16,7 @@
* All rights reserved.
*/
-/** \file blender/editors/render/render_update.c
- * \ingroup edrend
+/** \file \ingroup edrend
*/
#include <stdlib.h>
diff --git a/source/blender/editors/render/render_view.c b/source/blender/editors/render/render_view.c
index c9afc7a852b..d002c1da312 100644
--- a/source/blender/editors/render/render_view.c
+++ b/source/blender/editors/render/render_view.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/render/render_view.c
- * \ingroup edrend
+/** \file \ingroup edrend
*/
#include <string.h>
diff --git a/source/blender/editors/scene/scene_edit.c b/source/blender/editors/scene/scene_edit.c
index 740aec174fc..244af9ff1f3 100644
--- a/source/blender/editors/scene/scene_edit.c
+++ b/source/blender/editors/scene/scene_edit.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/scene/scene_edit.c
- * \ingroup edscene
+/** \file \ingroup edscene
*/
#include <stdio.h>
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index d76911f1016..cafe627372b 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/screen/area.c
- * \ingroup edscr
+/** \file \ingroup edscr
*/
diff --git a/source/blender/editors/screen/area_utils.c b/source/blender/editors/screen/area_utils.c
index 97a5e4961c7..42292a9b266 100644
--- a/source/blender/editors/screen/area_utils.c
+++ b/source/blender/editors/screen/area_utils.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/screen/area_utils.c
- * \ingroup edscr
+/** \file \ingroup edscr
*
* Helper functions for area/region API.
*/
diff --git a/source/blender/editors/screen/glutil.c b/source/blender/editors/screen/glutil.c
index 512f1ba9bb5..f9f0fcf6937 100644
--- a/source/blender/editors/screen/glutil.c
+++ b/source/blender/editors/screen/glutil.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/screen/glutil.c
- * \ingroup edscr
+/** \file \ingroup edscr
*/
diff --git a/source/blender/editors/screen/screen_context.c b/source/blender/editors/screen/screen_context.c
index 3613a6dbd8e..6f72d6d75cc 100644
--- a/source/blender/editors/screen/screen_context.c
+++ b/source/blender/editors/screen/screen_context.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/screen/screen_context.c
- * \ingroup edscr
+/** \file \ingroup edscr
*/
#include <stdio.h>
diff --git a/source/blender/editors/screen/screen_draw.c b/source/blender/editors/screen/screen_draw.c
index f48a90a3936..a5951999df5 100644
--- a/source/blender/editors/screen/screen_draw.c
+++ b/source/blender/editors/screen/screen_draw.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/screen/screen_draw.c
- * \ingroup edscr
+/** \file \ingroup edscr
*/
#include "ED_screen.h"
diff --git a/source/blender/editors/screen/screen_edit.c b/source/blender/editors/screen/screen_edit.c
index 51bfddf36af..69a4bde4821 100644
--- a/source/blender/editors/screen/screen_edit.c
+++ b/source/blender/editors/screen/screen_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/screen/screen_edit.c
- * \ingroup edscr
+/** \file \ingroup edscr
*/
diff --git a/source/blender/editors/screen/screen_geometry.c b/source/blender/editors/screen/screen_geometry.c
index 8fb87154fcc..c8001dca67e 100644
--- a/source/blender/editors/screen/screen_geometry.c
+++ b/source/blender/editors/screen/screen_geometry.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/screen/screen_geometry.c
- * \ingroup edscr
+/** \file \ingroup edscr
* \brief Functions for screen vertices and edges
*
* Screen geometry refers to the vertices (ScrVert) and edges (ScrEdge) through
diff --git a/source/blender/editors/screen/screen_intern.h b/source/blender/editors/screen/screen_intern.h
index 97903b03325..2ec10df40d3 100644
--- a/source/blender/editors/screen/screen_intern.h
+++ b/source/blender/editors/screen/screen_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/screen/screen_intern.h
- * \ingroup edscr
+/** \file \ingroup edscr
*/
#ifndef __SCREEN_INTERN_H__
diff --git a/source/blender/editors/screen/screen_ops.c b/source/blender/editors/screen/screen_ops.c
index 2cb743326e8..1129bd7b1b9 100644
--- a/source/blender/editors/screen/screen_ops.c
+++ b/source/blender/editors/screen/screen_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/screen/screen_ops.c
- * \ingroup edscr
+/** \file \ingroup edscr
*/
diff --git a/source/blender/editors/screen/screen_user_menu.c b/source/blender/editors/screen/screen_user_menu.c
index b7f398b64ff..d0cc153f8c4 100644
--- a/source/blender/editors/screen/screen_user_menu.c
+++ b/source/blender/editors/screen/screen_user_menu.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/screen/screen_user_menu.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
#include <string.h>
diff --git a/source/blender/editors/screen/screendump.c b/source/blender/editors/screen/screendump.c
index 082642ce0f8..e5cdd995dab 100644
--- a/source/blender/editors/screen/screendump.c
+++ b/source/blender/editors/screen/screendump.c
@@ -18,8 +18,7 @@
* Making screendumps.
*/
-/** \file blender/editors/screen/screendump.c
- * \ingroup edscr
+/** \file \ingroup edscr
*/
diff --git a/source/blender/editors/screen/workspace_edit.c b/source/blender/editors/screen/workspace_edit.c
index bf0282b37a5..8f60bae0e76 100644
--- a/source/blender/editors/screen/workspace_edit.c
+++ b/source/blender/editors/screen/workspace_edit.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/screen/workspace_edit.c
- * \ingroup edscr
+/** \file \ingroup edscr
*/
#include <stdlib.h>
diff --git a/source/blender/editors/screen/workspace_layout_edit.c b/source/blender/editors/screen/workspace_layout_edit.c
index c8b06b6efc9..808b48a58dd 100644
--- a/source/blender/editors/screen/workspace_layout_edit.c
+++ b/source/blender/editors/screen/workspace_layout_edit.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/screen/workspace_layout_edit.c
- * \ingroup edscr
+/** \file \ingroup edscr
*/
#include <stdlib.h>
diff --git a/source/blender/editors/sculpt_paint/paint_cursor.c b/source/blender/editors/sculpt_paint/paint_cursor.c
index 2acf497ae21..700692bf3b7 100644
--- a/source/blender/editors/sculpt_paint/paint_cursor.c
+++ b/source/blender/editors/sculpt_paint/paint_cursor.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_cursor.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/sculpt_paint/paint_curve.c b/source/blender/editors/sculpt_paint/paint_curve.c
index 8533f68368a..41ed399e83e 100644
--- a/source/blender/editors/sculpt_paint/paint_curve.c
+++ b/source/blender/editors/sculpt_paint/paint_curve.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_curve.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include <string.h>
diff --git a/source/blender/editors/sculpt_paint/paint_curve_undo.c b/source/blender/editors/sculpt_paint/paint_curve_undo.c
index 02d95ed54f8..82b26e62163 100644
--- a/source/blender/editors/sculpt_paint/paint_curve_undo.c
+++ b/source/blender/editors/sculpt_paint/paint_curve_undo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_curve_undo.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include <string.h>
diff --git a/source/blender/editors/sculpt_paint/paint_hide.c b/source/blender/editors/sculpt_paint/paint_hide.c
index 0f284601f98..8b049bd8e6d 100644
--- a/source/blender/editors/sculpt_paint/paint_hide.c
+++ b/source/blender/editors/sculpt_paint/paint_hide.c
@@ -18,8 +18,7 @@
* Implements the PBVH node hiding operator
*/
-/** \file blender/editors/sculpt_paint/paint_hide.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/sculpt_paint/paint_image.c b/source/blender/editors/sculpt_paint/paint_image.c
index 92b00a1505f..577e544ad45 100644
--- a/source/blender/editors/sculpt_paint/paint_image.c
+++ b/source/blender/editors/sculpt_paint/paint_image.c
@@ -18,8 +18,7 @@
* The Original Code is: some of this file.
*/
-/** \file blender/editors/sculpt_paint/paint_image.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
* \brief Functions to paint images in 2D and 3D.
*/
diff --git a/source/blender/editors/sculpt_paint/paint_image_2d.c b/source/blender/editors/sculpt_paint/paint_image_2d.c
index 3636d0b7043..7a197ca8f07 100644
--- a/source/blender/editors/sculpt_paint/paint_image_2d.c
+++ b/source/blender/editors/sculpt_paint/paint_image_2d.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_image_2d.c
- * \ingroup bke
+/** \file \ingroup bke
*/
//#include <math.h>
#include <string.h>
diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c
index bb9391a052c..d87b6c860ba 100644
--- a/source/blender/editors/sculpt_paint/paint_image_proj.c
+++ b/source/blender/editors/sculpt_paint/paint_image_proj.c
@@ -18,8 +18,7 @@
* The Original Code is: some of this file.
*/
-/** \file blender/editors/sculpt_paint/paint_image_proj.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
* \brief Functions to paint images in 2D and 3D.
*/
diff --git a/source/blender/editors/sculpt_paint/paint_image_undo.c b/source/blender/editors/sculpt_paint/paint_image_undo.c
index 20696ed1e91..792f9a3403a 100644
--- a/source/blender/editors/sculpt_paint/paint_image_undo.c
+++ b/source/blender/editors/sculpt_paint/paint_image_undo.c
@@ -13,8 +13,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_image_undo.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h
index e1e7675b4d3..dfe73e72c26 100644
--- a/source/blender/editors/sculpt_paint/paint_intern.h
+++ b/source/blender/editors/sculpt_paint/paint_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_intern.h
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c
index 769c0c59891..be38510964a 100644
--- a/source/blender/editors/sculpt_paint/paint_mask.c
+++ b/source/blender/editors/sculpt_paint/paint_mask.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_mask.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/sculpt_paint/paint_ops.c b/source/blender/editors/sculpt_paint/paint_ops.c
index 4b725d1fa35..ad6e2160a7f 100644
--- a/source/blender/editors/sculpt_paint/paint_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_ops.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_ops.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c
index 0f480adc21d..24a87bea8d1 100644
--- a/source/blender/editors/sculpt_paint/paint_stroke.c
+++ b/source/blender/editors/sculpt_paint/paint_stroke.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_stroke.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
diff --git a/source/blender/editors/sculpt_paint/paint_utils.c b/source/blender/editors/sculpt_paint/paint_utils.c
index 72dd49dd27c..82b40466edb 100644
--- a/source/blender/editors/sculpt_paint/paint_utils.c
+++ b/source/blender/editors/sculpt_paint/paint_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_utils.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include <math.h>
diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c
index 8ea4fd142ff..f7bf974855b 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_vertex.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*
* Used for vertex color & weight paint and mode switching.
*
diff --git a/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c b/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c
index 2384b264a4d..4033a53ac9c 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_vertex_color_ops.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/sculpt_paint/paint_vertex_color_utils.c b/source/blender/editors/sculpt_paint/paint_vertex_color_utils.c
index 33208615c29..87e79d8ebda 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex_color_utils.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex_color_utils.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_vertex_color_utils.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*
* Intended for use by `paint_vertex.c` & `paint_vertex_color_ops.c`.
*/
diff --git a/source/blender/editors/sculpt_paint/paint_vertex_proj.c b/source/blender/editors/sculpt_paint/paint_vertex_proj.c
index 2c7541f4d5b..bd3925ccbfe 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex_proj.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex_proj.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_vertex_proj.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*
* Utility functions for getting vertex locations while painting
* (since they may be instanced multiple times in an evaluated mesh)
diff --git a/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c b/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c
index 2ef6dc9b2da..c79b6792b00 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_vertex_weight_ops.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c b/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c
index 6fb374c4ed3..b62046d36a4 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_vertex_weight_utils.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*
* Intended for use by `paint_vertex.c` & `paint_vertex_weight_ops.c`.
*/
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 3bf338e6e57..6512e279a15 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -18,8 +18,7 @@
* Implements the Sculpt Mode tools
*/
-/** \file blender/editors/sculpt_paint/sculpt.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 4cc655fc227..95158cf063c 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/sculpt_intern.h
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
diff --git a/source/blender/editors/sculpt_paint/sculpt_undo.c b/source/blender/editors/sculpt_paint/sculpt_undo.c
index a8c8490fb79..d8a85c33e55 100644
--- a/source/blender/editors/sculpt_paint/sculpt_undo.c
+++ b/source/blender/editors/sculpt_paint/sculpt_undo.c
@@ -18,8 +18,7 @@
* Implements the Sculpt Mode tools
*/
-/** \file blender/editors/sculpt_paint/sculpt_undo.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include <stddef.h>
diff --git a/source/blender/editors/sculpt_paint/sculpt_uv.c b/source/blender/editors/sculpt_paint/sculpt_uv.c
index 4b417220c53..bc283b13eeb 100644
--- a/source/blender/editors/sculpt_paint/sculpt_uv.c
+++ b/source/blender/editors/sculpt_paint/sculpt_uv.c
@@ -18,8 +18,7 @@
* UV Sculpt tools
*/
-/** \file blender/editors/sculpt_paint/sculpt_uv.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
diff --git a/source/blender/editors/sound/sound_intern.h b/source/blender/editors/sound/sound_intern.h
index fbbdc2ba3a1..3e90b7ca622 100644
--- a/source/blender/editors/sound/sound_intern.h
+++ b/source/blender/editors/sound/sound_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sound/sound_intern.h
- * \ingroup edsnd
+/** \file \ingroup edsnd
*/
diff --git a/source/blender/editors/sound/sound_ops.c b/source/blender/editors/sound/sound_ops.c
index d5540052516..b7638e89b99 100644
--- a/source/blender/editors/sound/sound_ops.c
+++ b/source/blender/editors/sound/sound_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sound/sound_ops.c
- * \ingroup edsnd
+/** \file \ingroup edsnd
*/
diff --git a/source/blender/editors/space_action/action_buttons.c b/source/blender/editors/space_action/action_buttons.c
index 8da4db44c9e..0be8a26df29 100644
--- a/source/blender/editors/space_action/action_buttons.c
+++ b/source/blender/editors/space_action/action_buttons.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_action/action_buttons.c
- * \ingroup spaction
+/** \file \ingroup spaction
*/
diff --git a/source/blender/editors/space_action/action_data.c b/source/blender/editors/space_action/action_data.c
index ce428666410..c66fbb18be7 100644
--- a/source/blender/editors/space_action/action_data.c
+++ b/source/blender/editors/space_action/action_data.c
@@ -17,8 +17,7 @@
* This is a new part of Blender
*/
-/** \file blender/editors/space_action/action_data.c
- * \ingroup spaction
+/** \file \ingroup spaction
*/
diff --git a/source/blender/editors/space_action/action_draw.c b/source/blender/editors/space_action/action_draw.c
index 3db929bae7f..f9c6ed04b02 100644
--- a/source/blender/editors/space_action/action_draw.c
+++ b/source/blender/editors/space_action/action_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_action/action_draw.c
- * \ingroup spaction
+/** \file \ingroup spaction
*/
diff --git a/source/blender/editors/space_action/action_edit.c b/source/blender/editors/space_action/action_edit.c
index b052e26b02a..0804695c28a 100644
--- a/source/blender/editors/space_action/action_edit.c
+++ b/source/blender/editors/space_action/action_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_action/action_edit.c
- * \ingroup spaction
+/** \file \ingroup spaction
*/
diff --git a/source/blender/editors/space_action/action_intern.h b/source/blender/editors/space_action/action_intern.h
index 8f9f0b87836..44c52518765 100644
--- a/source/blender/editors/space_action/action_intern.h
+++ b/source/blender/editors/space_action/action_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_action/action_intern.h
- * \ingroup spaction
+/** \file \ingroup spaction
*/
#ifndef __ACTION_INTERN_H__
diff --git a/source/blender/editors/space_action/action_ops.c b/source/blender/editors/space_action/action_ops.c
index f73c0df84bd..ad0d0ab0822 100644
--- a/source/blender/editors/space_action/action_ops.c
+++ b/source/blender/editors/space_action/action_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_action/action_ops.c
- * \ingroup spaction
+/** \file \ingroup spaction
*/
diff --git a/source/blender/editors/space_action/action_select.c b/source/blender/editors/space_action/action_select.c
index 326fe8396bd..216e6b7429d 100644
--- a/source/blender/editors/space_action/action_select.c
+++ b/source/blender/editors/space_action/action_select.c
@@ -16,8 +16,7 @@
* The Original Code is Copyright (C) 2008 Blender Foundation
*/
-/** \file blender/editors/space_action/action_select.c
- * \ingroup spaction
+/** \file \ingroup spaction
*/
diff --git a/source/blender/editors/space_action/space_action.c b/source/blender/editors/space_action/space_action.c
index 6dd568d90a0..f3d2df69fdc 100644
--- a/source/blender/editors/space_action/space_action.c
+++ b/source/blender/editors/space_action/space_action.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_action/space_action.c
- * \ingroup spaction
+/** \file \ingroup spaction
*/
#include <string.h>
diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c
index bf91dbc9ae8..c760039a117 100644
--- a/source/blender/editors/space_api/spacetypes.c
+++ b/source/blender/editors/space_api/spacetypes.c
@@ -16,8 +16,7 @@
* The Original Code is Copyright (C) Blender Foundation, 2008
*/
-/** \file blender/editors/space_api/spacetypes.c
- * \ingroup spapi
+/** \file \ingroup spapi
*/
diff --git a/source/blender/editors/space_buttons/buttons_context.c b/source/blender/editors/space_buttons/buttons_context.c
index d03e768b144..68bc548e31e 100644
--- a/source/blender/editors/space_buttons/buttons_context.c
+++ b/source/blender/editors/space_buttons/buttons_context.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_buttons/buttons_context.c
- * \ingroup spbuttons
+/** \file \ingroup spbuttons
*/
diff --git a/source/blender/editors/space_buttons/buttons_intern.h b/source/blender/editors/space_buttons/buttons_intern.h
index 3913fea4cf0..55f33797cca 100644
--- a/source/blender/editors/space_buttons/buttons_intern.h
+++ b/source/blender/editors/space_buttons/buttons_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_buttons/buttons_intern.h
- * \ingroup spbuttons
+/** \file \ingroup spbuttons
*/
#ifndef __BUTTONS_INTERN_H__
diff --git a/source/blender/editors/space_buttons/buttons_ops.c b/source/blender/editors/space_buttons/buttons_ops.c
index 7be89bb1277..5bca7b05bb6 100644
--- a/source/blender/editors/space_buttons/buttons_ops.c
+++ b/source/blender/editors/space_buttons/buttons_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_buttons/buttons_ops.c
- * \ingroup spbuttons
+/** \file \ingroup spbuttons
*/
diff --git a/source/blender/editors/space_buttons/buttons_texture.c b/source/blender/editors/space_buttons/buttons_texture.c
index 5176e221a09..b0ddb35d124 100644
--- a/source/blender/editors/space_buttons/buttons_texture.c
+++ b/source/blender/editors/space_buttons/buttons_texture.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_buttons/buttons_texture.c
- * \ingroup spbuttons
+/** \file \ingroup spbuttons
*/
diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c
index d618423beba..6f59a373b6c 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_buttons/space_buttons.c
- * \ingroup spbuttons
+/** \file \ingroup spbuttons
*/
#include <string.h>
diff --git a/source/blender/editors/space_clip/clip_buttons.c b/source/blender/editors/space_clip/clip_buttons.c
index c405a60219d..3810b60adf2 100644
--- a/source/blender/editors/space_clip/clip_buttons.c
+++ b/source/blender/editors/space_clip/clip_buttons.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/clip_buttons.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include <string.h>
diff --git a/source/blender/editors/space_clip/clip_dopesheet_draw.c b/source/blender/editors/space_clip/clip_dopesheet_draw.c
index ba1d9083ed7..739a728ee4a 100644
--- a/source/blender/editors/space_clip/clip_dopesheet_draw.c
+++ b/source/blender/editors/space_clip/clip_dopesheet_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/clip_dopesheet_draw.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "DNA_movieclip_types.h"
diff --git a/source/blender/editors/space_clip/clip_dopesheet_ops.c b/source/blender/editors/space_clip/clip_dopesheet_ops.c
index f4746ecd58c..e25ad4a1c07 100644
--- a/source/blender/editors/space_clip/clip_dopesheet_ops.c
+++ b/source/blender/editors/space_clip/clip_dopesheet_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/clip_dopesheet_ops.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "DNA_scene_types.h"
diff --git a/source/blender/editors/space_clip/clip_draw.c b/source/blender/editors/space_clip/clip_draw.c
index 6c9a50e742e..dd9fbef8649 100644
--- a/source/blender/editors/space_clip/clip_draw.c
+++ b/source/blender/editors/space_clip/clip_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/clip_draw.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "DNA_gpencil_types.h"
diff --git a/source/blender/editors/space_clip/clip_editor.c b/source/blender/editors/space_clip/clip_editor.c
index c8694647d9d..aad2ab3fa20 100644
--- a/source/blender/editors/space_clip/clip_editor.c
+++ b/source/blender/editors/space_clip/clip_editor.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/clip_editor.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include <stddef.h>
diff --git a/source/blender/editors/space_clip/clip_graph_draw.c b/source/blender/editors/space_clip/clip_graph_draw.c
index 04d8e058413..9bdf67b0ca8 100644
--- a/source/blender/editors/space_clip/clip_graph_draw.c
+++ b/source/blender/editors/space_clip/clip_graph_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/clip_graph_draw.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "DNA_movieclip_types.h"
diff --git a/source/blender/editors/space_clip/clip_graph_ops.c b/source/blender/editors/space_clip/clip_graph_ops.c
index eb2983b3a4b..c4c4f5b3a7b 100644
--- a/source/blender/editors/space_clip/clip_graph_ops.c
+++ b/source/blender/editors/space_clip/clip_graph_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/clip_graph_ops.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "DNA_scene_types.h"
diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h
index 192977f890b..74e3eec4b86 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/clip_intern.h
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#ifndef __CLIP_INTERN_H__
diff --git a/source/blender/editors/space_clip/clip_ops.c b/source/blender/editors/space_clip/clip_ops.c
index 78752ec8276..0950169c51e 100644
--- a/source/blender/editors/space_clip/clip_ops.c
+++ b/source/blender/editors/space_clip/clip_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/clip_ops.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include <errno.h>
diff --git a/source/blender/editors/space_clip/clip_toolbar.c b/source/blender/editors/space_clip/clip_toolbar.c
index 128125e5f0f..1706b4f1765 100644
--- a/source/blender/editors/space_clip/clip_toolbar.c
+++ b/source/blender/editors/space_clip/clip_toolbar.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/clip_toolbar.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include <string.h>
diff --git a/source/blender/editors/space_clip/clip_utils.c b/source/blender/editors/space_clip/clip_utils.c
index 89c8d6945c5..aa1d1870906 100644
--- a/source/blender/editors/space_clip/clip_utils.c
+++ b/source/blender/editors/space_clip/clip_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/clip_utils.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "DNA_scene_types.h"
diff --git a/source/blender/editors/space_clip/space_clip.c b/source/blender/editors/space_clip/space_clip.c
index 64bb4fa4954..bfd14eff2b3 100644
--- a/source/blender/editors/space_clip/space_clip.c
+++ b/source/blender/editors/space_clip/space_clip.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/space_clip.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include <string.h>
diff --git a/source/blender/editors/space_clip/tracking_ops.c b/source/blender/editors/space_clip/tracking_ops.c
index 31c2f3b4b9f..06ce327706c 100644
--- a/source/blender/editors/space_clip/tracking_ops.c
+++ b/source/blender/editors/space_clip/tracking_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/tracking_ops.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_clip/tracking_ops_detect.c b/source/blender/editors/space_clip/tracking_ops_detect.c
index 631031e1187..8c76d5e204a 100644
--- a/source/blender/editors/space_clip/tracking_ops_detect.c
+++ b/source/blender/editors/space_clip/tracking_ops_detect.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/tracking_ops_detect.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_clip/tracking_ops_intern.h b/source/blender/editors/space_clip/tracking_ops_intern.h
index 02c502f6976..bcf628fa591 100644
--- a/source/blender/editors/space_clip/tracking_ops_intern.h
+++ b/source/blender/editors/space_clip/tracking_ops_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/tracking_ops_intern.h
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#ifndef __TRACKING_OPS_INTERN_H__
diff --git a/source/blender/editors/space_clip/tracking_ops_orient.c b/source/blender/editors/space_clip/tracking_ops_orient.c
index 40f06ed72a5..0da3828473d 100644
--- a/source/blender/editors/space_clip/tracking_ops_orient.c
+++ b/source/blender/editors/space_clip/tracking_ops_orient.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/tracking_ops_orient.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_clip/tracking_ops_plane.c b/source/blender/editors/space_clip/tracking_ops_plane.c
index e3bb1e3f5d9..ff980d8bc5a 100644
--- a/source/blender/editors/space_clip/tracking_ops_plane.c
+++ b/source/blender/editors/space_clip/tracking_ops_plane.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/tracking_ops_plane.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_clip/tracking_ops_solve.c b/source/blender/editors/space_clip/tracking_ops_solve.c
index 4c7c23afe5a..c6349e20afe 100644
--- a/source/blender/editors/space_clip/tracking_ops_solve.c
+++ b/source/blender/editors/space_clip/tracking_ops_solve.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/tracking_ops_solve.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_clip/tracking_ops_stabilize.c b/source/blender/editors/space_clip/tracking_ops_stabilize.c
index 2bf1ded531c..449befbc66e 100644
--- a/source/blender/editors/space_clip/tracking_ops_stabilize.c
+++ b/source/blender/editors/space_clip/tracking_ops_stabilize.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/tracking_ops_stabilize.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_clip/tracking_ops_track.c b/source/blender/editors/space_clip/tracking_ops_track.c
index b7887d54d1e..28e138c73fe 100644
--- a/source/blender/editors/space_clip/tracking_ops_track.c
+++ b/source/blender/editors/space_clip/tracking_ops_track.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/tracking_ops_track.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_clip/tracking_ops_utils.c b/source/blender/editors/space_clip/tracking_ops_utils.c
index f2874e5d7a6..0e7e437b75a 100644
--- a/source/blender/editors/space_clip/tracking_ops_utils.c
+++ b/source/blender/editors/space_clip/tracking_ops_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/tracking_ops_utils.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_clip/tracking_select.c b/source/blender/editors/space_clip/tracking_select.c
index 267b79e152f..7c728294b38 100644
--- a/source/blender/editors/space_clip/tracking_select.c
+++ b/source/blender/editors/space_clip/tracking_select.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_clip/tracking_select.c
- * \ingroup spclip
+/** \file \ingroup spclip
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_console/console_draw.c b/source/blender/editors/space_console/console_draw.c
index 9446f713690..1fc0935e097 100644
--- a/source/blender/editors/space_console/console_draw.c
+++ b/source/blender/editors/space_console/console_draw.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_console/console_draw.c
- * \ingroup spconsole
+/** \file \ingroup spconsole
*/
#include <math.h>
diff --git a/source/blender/editors/space_console/console_intern.h b/source/blender/editors/space_console/console_intern.h
index 3526eac85c3..bbceabb1177 100644
--- a/source/blender/editors/space_console/console_intern.h
+++ b/source/blender/editors/space_console/console_intern.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_console/console_intern.h
- * \ingroup spconsole
+/** \file \ingroup spconsole
*/
#ifndef __CONSOLE_INTERN_H__
diff --git a/source/blender/editors/space_console/console_ops.c b/source/blender/editors/space_console/console_ops.c
index f697269823d..19d9736ea65 100644
--- a/source/blender/editors/space_console/console_ops.c
+++ b/source/blender/editors/space_console/console_ops.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_console/console_ops.c
- * \ingroup spconsole
+/** \file \ingroup spconsole
*/
diff --git a/source/blender/editors/space_console/space_console.c b/source/blender/editors/space_console/space_console.c
index af133bc103b..6f6f3782931 100644
--- a/source/blender/editors/space_console/space_console.c
+++ b/source/blender/editors/space_console/space_console.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_console/space_console.c
- * \ingroup spconsole
+/** \file \ingroup spconsole
*/
#include <string.h>
diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c
index 4c1bbfacbee..c947b8abbbf 100644
--- a/source/blender/editors/space_file/file_draw.c
+++ b/source/blender/editors/space_file/file_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_file/file_draw.c
- * \ingroup spfile
+/** \file \ingroup spfile
*/
diff --git a/source/blender/editors/space_file/file_intern.h b/source/blender/editors/space_file/file_intern.h
index f6ee5670473..69cca6d5ff1 100644
--- a/source/blender/editors/space_file/file_intern.h
+++ b/source/blender/editors/space_file/file_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_file/file_intern.h
- * \ingroup spfile
+/** \file \ingroup spfile
*/
#ifndef __FILE_INTERN_H__
diff --git a/source/blender/editors/space_file/file_ops.c b/source/blender/editors/space_file/file_ops.c
index b8da0d47932..ea2597cbcc2 100644
--- a/source/blender/editors/space_file/file_ops.c
+++ b/source/blender/editors/space_file/file_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_file/file_ops.c
- * \ingroup spfile
+/** \file \ingroup spfile
*/
#include "BLI_blenlib.h"
diff --git a/source/blender/editors/space_file/file_panels.c b/source/blender/editors/space_file/file_panels.c
index 4fd7a8d2fa2..bdc2ba78a33 100644
--- a/source/blender/editors/space_file/file_panels.c
+++ b/source/blender/editors/space_file/file_panels.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_file/file_panels.c
- * \ingroup spfile
+/** \file \ingroup spfile
*/
#include "BLI_blenlib.h"
diff --git a/source/blender/editors/space_file/file_utils.c b/source/blender/editors/space_file/file_utils.c
index a4d12e88916..bac79e464d7 100644
--- a/source/blender/editors/space_file/file_utils.c
+++ b/source/blender/editors/space_file/file_utils.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_file/file_utils.c
- * \ingroup spfile
+/** \file \ingroup spfile
*/
#include "BLI_rect.h"
diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index cafc8f46dc7..090062a479c 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_file/filelist.c
- * \ingroup spfile
+/** \file \ingroup spfile
*/
diff --git a/source/blender/editors/space_file/filelist.h b/source/blender/editors/space_file/filelist.h
index 0ac75168276..a66510a8555 100644
--- a/source/blender/editors/space_file/filelist.h
+++ b/source/blender/editors/space_file/filelist.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_file/filelist.h
- * \ingroup spfile
+/** \file \ingroup spfile
*/
diff --git a/source/blender/editors/space_file/filesel.c b/source/blender/editors/space_file/filesel.c
index bd6e19d099e..903c4e18620 100644
--- a/source/blender/editors/space_file/filesel.c
+++ b/source/blender/editors/space_file/filesel.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_file/filesel.c
- * \ingroup spfile
+/** \file \ingroup spfile
*/
diff --git a/source/blender/editors/space_file/fsmenu.c b/source/blender/editors/space_file/fsmenu.c
index 3e1c99f7ab4..07aa49407da 100644
--- a/source/blender/editors/space_file/fsmenu.c
+++ b/source/blender/editors/space_file/fsmenu.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_file/fsmenu.c
- * \ingroup spfile
+/** \file \ingroup spfile
*/
diff --git a/source/blender/editors/space_file/fsmenu.h b/source/blender/editors/space_file/fsmenu.h
index 66acea7de23..00654c6faf6 100644
--- a/source/blender/editors/space_file/fsmenu.h
+++ b/source/blender/editors/space_file/fsmenu.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_file/fsmenu.h
- * \ingroup spfile
+/** \file \ingroup spfile
*/
diff --git a/source/blender/editors/space_file/space_file.c b/source/blender/editors/space_file/space_file.c
index e3b5fb70e33..1774b8a5cc6 100644
--- a/source/blender/editors/space_file/space_file.c
+++ b/source/blender/editors/space_file/space_file.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_file/space_file.c
- * \ingroup spfile
+/** \file \ingroup spfile
*/
#include <string.h>
diff --git a/source/blender/editors/space_graph/graph_buttons.c b/source/blender/editors/space_graph/graph_buttons.c
index 93f4d9a36bd..d90b571005b 100644
--- a/source/blender/editors/space_graph/graph_buttons.c
+++ b/source/blender/editors/space_graph/graph_buttons.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_graph/graph_buttons.c
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
diff --git a/source/blender/editors/space_graph/graph_draw.c b/source/blender/editors/space_graph/graph_draw.c
index 1397770be31..19b905c874f 100644
--- a/source/blender/editors/space_graph/graph_draw.c
+++ b/source/blender/editors/space_graph/graph_draw.c
@@ -16,8 +16,7 @@
* The Original Code is Copyright (C) Blender Foundation
*/
-/** \file blender/editors/space_graph/graph_draw.c
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
diff --git a/source/blender/editors/space_graph/graph_edit.c b/source/blender/editors/space_graph/graph_edit.c
index 372d83eed95..6c7e73ad57d 100644
--- a/source/blender/editors/space_graph/graph_edit.c
+++ b/source/blender/editors/space_graph/graph_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_graph/graph_edit.c
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
diff --git a/source/blender/editors/space_graph/graph_intern.h b/source/blender/editors/space_graph/graph_intern.h
index 228541f55a0..fe80df38ace 100644
--- a/source/blender/editors/space_graph/graph_intern.h
+++ b/source/blender/editors/space_graph/graph_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_graph/graph_intern.h
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
#ifndef __GRAPH_INTERN_H__
diff --git a/source/blender/editors/space_graph/graph_ops.c b/source/blender/editors/space_graph/graph_ops.c
index e27f76ca900..0dc3b086dcc 100644
--- a/source/blender/editors/space_graph/graph_ops.c
+++ b/source/blender/editors/space_graph/graph_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_graph/graph_ops.c
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
diff --git a/source/blender/editors/space_graph/graph_select.c b/source/blender/editors/space_graph/graph_select.c
index 3a7d2871924..b765ed4d8bf 100644
--- a/source/blender/editors/space_graph/graph_select.c
+++ b/source/blender/editors/space_graph/graph_select.c
@@ -16,8 +16,7 @@
* The Original Code is Copyright (C) 2008 Blender Foundation
*/
-/** \file blender/editors/space_graph/graph_select.c
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
diff --git a/source/blender/editors/space_graph/graph_utils.c b/source/blender/editors/space_graph/graph_utils.c
index 77590a8cb01..cc66d3d8b00 100644
--- a/source/blender/editors/space_graph/graph_utils.c
+++ b/source/blender/editors/space_graph/graph_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_graph/graph_utils.c
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
diff --git a/source/blender/editors/space_graph/space_graph.c b/source/blender/editors/space_graph/space_graph.c
index e14369a2365..620e454a8b7 100644
--- a/source/blender/editors/space_graph/space_graph.c
+++ b/source/blender/editors/space_graph/space_graph.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_graph/space_graph.c
- * \ingroup spgraph
+/** \file \ingroup spgraph
*/
diff --git a/source/blender/editors/space_image/image_buttons.c b/source/blender/editors/space_image/image_buttons.c
index 0d88df62529..db0fa34879a 100644
--- a/source/blender/editors/space_image/image_buttons.c
+++ b/source/blender/editors/space_image/image_buttons.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_image/image_buttons.c
- * \ingroup spimage
+/** \file \ingroup spimage
*/
#include <string.h>
diff --git a/source/blender/editors/space_image/image_draw.c b/source/blender/editors/space_image/image_draw.c
index cf2844a7f7b..9ddd5c2d2aa 100644
--- a/source/blender/editors/space_image/image_draw.c
+++ b/source/blender/editors/space_image/image_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_image/image_draw.c
- * \ingroup spimage
+/** \file \ingroup spimage
*/
diff --git a/source/blender/editors/space_image/image_edit.c b/source/blender/editors/space_image/image_edit.c
index 6923bbdb93d..5d81de58529 100644
--- a/source/blender/editors/space_image/image_edit.c
+++ b/source/blender/editors/space_image/image_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_image/image_edit.c
- * \ingroup spimage
+/** \file \ingroup spimage
*/
#include "DNA_brush_types.h"
diff --git a/source/blender/editors/space_image/image_intern.h b/source/blender/editors/space_image/image_intern.h
index df0d156ae8c..a845929ca75 100644
--- a/source/blender/editors/space_image/image_intern.h
+++ b/source/blender/editors/space_image/image_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_image/image_intern.h
- * \ingroup spimage
+/** \file \ingroup spimage
*/
diff --git a/source/blender/editors/space_image/image_ops.c b/source/blender/editors/space_image/image_ops.c
index 5669cbe532b..b3efc6dc286 100644
--- a/source/blender/editors/space_image/image_ops.c
+++ b/source/blender/editors/space_image/image_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_image/image_ops.c
- * \ingroup spimage
+/** \file \ingroup spimage
*/
diff --git a/source/blender/editors/space_image/space_image.c b/source/blender/editors/space_image/space_image.c
index 65f9179a7ae..5918527ca3f 100644
--- a/source/blender/editors/space_image/space_image.c
+++ b/source/blender/editors/space_image/space_image.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_image/space_image.c
- * \ingroup spimage
+/** \file \ingroup spimage
*/
#include "DNA_gpencil_types.h"
diff --git a/source/blender/editors/space_info/info_draw.c b/source/blender/editors/space_info/info_draw.c
index 582532459ad..40217eefbd1 100644
--- a/source/blender/editors/space_info/info_draw.c
+++ b/source/blender/editors/space_info/info_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_info/info_draw.c
- * \ingroup spinfo
+/** \file \ingroup spinfo
*/
#include <math.h>
diff --git a/source/blender/editors/space_info/info_intern.h b/source/blender/editors/space_info/info_intern.h
index 48428d64a49..9e5bac14be4 100644
--- a/source/blender/editors/space_info/info_intern.h
+++ b/source/blender/editors/space_info/info_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_info/info_intern.h
- * \ingroup spinfo
+/** \file \ingroup spinfo
*/
#ifndef __INFO_INTERN_H__
diff --git a/source/blender/editors/space_info/info_ops.c b/source/blender/editors/space_info/info_ops.c
index 9d57f016e97..34ec00d5aa3 100644
--- a/source/blender/editors/space_info/info_ops.c
+++ b/source/blender/editors/space_info/info_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_info/info_ops.c
- * \ingroup spinfo
+/** \file \ingroup spinfo
*/
diff --git a/source/blender/editors/space_info/info_report.c b/source/blender/editors/space_info/info_report.c
index 72e4a84ebca..dc8614d0c89 100644
--- a/source/blender/editors/space_info/info_report.c
+++ b/source/blender/editors/space_info/info_report.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_info/info_report.c
- * \ingroup spinfo
+/** \file \ingroup spinfo
*/
diff --git a/source/blender/editors/space_info/info_stats.c b/source/blender/editors/space_info/info_stats.c
index 62edc1bb936..f2da794c201 100644
--- a/source/blender/editors/space_info/info_stats.c
+++ b/source/blender/editors/space_info/info_stats.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_info/info_stats.c
- * \ingroup spinfo
+/** \file \ingroup spinfo
*/
diff --git a/source/blender/editors/space_info/space_info.c b/source/blender/editors/space_info/space_info.c
index 8c3cf558dd6..b60020114d2 100644
--- a/source/blender/editors/space_info/space_info.c
+++ b/source/blender/editors/space_info/space_info.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_info/space_info.c
- * \ingroup spinfo
+/** \file \ingroup spinfo
*/
diff --git a/source/blender/editors/space_info/textview.c b/source/blender/editors/space_info/textview.c
index f30e32e82a2..0b543331597 100644
--- a/source/blender/editors/space_info/textview.c
+++ b/source/blender/editors/space_info/textview.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_info/textview.c
- * \ingroup spinfo
+/** \file \ingroup spinfo
*/
diff --git a/source/blender/editors/space_info/textview.h b/source/blender/editors/space_info/textview.h
index 8ed2de844e7..4266a917291 100644
--- a/source/blender/editors/space_info/textview.h
+++ b/source/blender/editors/space_info/textview.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_info/textview.h
- * \ingroup spinfo
+/** \file \ingroup spinfo
*/
#ifndef __TEXTVIEW_H__
diff --git a/source/blender/editors/space_nla/nla_buttons.c b/source/blender/editors/space_nla/nla_buttons.c
index a7f5020aa20..7b4fae6676d 100644
--- a/source/blender/editors/space_nla/nla_buttons.c
+++ b/source/blender/editors/space_nla/nla_buttons.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_nla/nla_buttons.c
- * \ingroup spnla
+/** \file \ingroup spnla
*/
diff --git a/source/blender/editors/space_nla/nla_channels.c b/source/blender/editors/space_nla/nla_channels.c
index 96041fab923..f0ac1e068dc 100644
--- a/source/blender/editors/space_nla/nla_channels.c
+++ b/source/blender/editors/space_nla/nla_channels.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_nla/nla_channels.c
- * \ingroup spnla
+/** \file \ingroup spnla
*/
diff --git a/source/blender/editors/space_nla/nla_draw.c b/source/blender/editors/space_nla/nla_draw.c
index d61a5852563..6e8c33b2a18 100644
--- a/source/blender/editors/space_nla/nla_draw.c
+++ b/source/blender/editors/space_nla/nla_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_nla/nla_draw.c
- * \ingroup spnla
+/** \file \ingroup spnla
*/
diff --git a/source/blender/editors/space_nla/nla_edit.c b/source/blender/editors/space_nla/nla_edit.c
index 5222fd7d6f2..0c50dacb344 100644
--- a/source/blender/editors/space_nla/nla_edit.c
+++ b/source/blender/editors/space_nla/nla_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_nla/nla_edit.c
- * \ingroup spnla
+/** \file \ingroup spnla
*/
diff --git a/source/blender/editors/space_nla/nla_intern.h b/source/blender/editors/space_nla/nla_intern.h
index fe608e1b9ba..bf2ee096a6e 100644
--- a/source/blender/editors/space_nla/nla_intern.h
+++ b/source/blender/editors/space_nla/nla_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_nla/nla_intern.h
- * \ingroup spnla
+/** \file \ingroup spnla
*/
#ifndef __NLA_INTERN_H__
diff --git a/source/blender/editors/space_nla/nla_ops.c b/source/blender/editors/space_nla/nla_ops.c
index 3bac8e0cd3f..9cd9c717997 100644
--- a/source/blender/editors/space_nla/nla_ops.c
+++ b/source/blender/editors/space_nla/nla_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_nla/nla_ops.c
- * \ingroup spnla
+/** \file \ingroup spnla
*/
#include <string.h>
diff --git a/source/blender/editors/space_nla/nla_select.c b/source/blender/editors/space_nla/nla_select.c
index 1cb91031369..acca41cb22c 100644
--- a/source/blender/editors/space_nla/nla_select.c
+++ b/source/blender/editors/space_nla/nla_select.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_nla/nla_select.c
- * \ingroup spnla
+/** \file \ingroup spnla
*/
diff --git a/source/blender/editors/space_nla/space_nla.c b/source/blender/editors/space_nla/space_nla.c
index e1e25ee46d0..5b2dc19c84b 100644
--- a/source/blender/editors/space_nla/space_nla.c
+++ b/source/blender/editors/space_nla/space_nla.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_nla/space_nla.c
- * \ingroup spnla
+/** \file \ingroup spnla
*/
diff --git a/source/blender/editors/space_node/drawnode.c b/source/blender/editors/space_node/drawnode.c
index cff1be3af75..db196a2db24 100644
--- a/source/blender/editors/space_node/drawnode.c
+++ b/source/blender/editors/space_node/drawnode.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_node/drawnode.c
- * \ingroup spnode
+/** \file \ingroup spnode
* \brief lower level node drawing for nodes (boarders, headers etc), also node layout.
*/
diff --git a/source/blender/editors/space_node/node_add.c b/source/blender/editors/space_node/node_add.c
index 5ad380d3264..6e14dda85d5 100644
--- a/source/blender/editors/space_node/node_add.c
+++ b/source/blender/editors/space_node/node_add.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_node/node_add.c
- * \ingroup spnode
+/** \file \ingroup spnode
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_node/node_buttons.c b/source/blender/editors/space_node/node_buttons.c
index a7964293371..c98fbabd229 100644
--- a/source/blender/editors/space_node/node_buttons.c
+++ b/source/blender/editors/space_node/node_buttons.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_node/node_buttons.c
- * \ingroup spnode
+/** \file \ingroup spnode
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_node/node_draw.c b/source/blender/editors/space_node/node_draw.c
index e6679816cbc..c5993341f92 100644
--- a/source/blender/editors/space_node/node_draw.c
+++ b/source/blender/editors/space_node/node_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_node/node_draw.c
- * \ingroup spnode
+/** \file \ingroup spnode
* \brief higher level node drawing for the node editor.
*/
diff --git a/source/blender/editors/space_node/node_edit.c b/source/blender/editors/space_node/node_edit.c
index 449b94ef106..8321278e058 100644
--- a/source/blender/editors/space_node/node_edit.c
+++ b/source/blender/editors/space_node/node_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_node/node_edit.c
- * \ingroup spnode
+/** \file \ingroup spnode
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_node/node_gizmo.c b/source/blender/editors/space_node/node_gizmo.c
index b7bee095e52..760ba1fa270 100644
--- a/source/blender/editors/space_node/node_gizmo.c
+++ b/source/blender/editors/space_node/node_gizmo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_node/node_gizmo.c
- * \ingroup spnode
+/** \file \ingroup spnode
*/
#include <math.h>
diff --git a/source/blender/editors/space_node/node_group.c b/source/blender/editors/space_node/node_group.c
index f8135e55bab..e29d6e054d7 100644
--- a/source/blender/editors/space_node/node_group.c
+++ b/source/blender/editors/space_node/node_group.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_node/node_group.c
- * \ingroup spnode
+/** \file \ingroup spnode
*/
#include <stdlib.h>
diff --git a/source/blender/editors/space_node/node_intern.h b/source/blender/editors/space_node/node_intern.h
index 887e459cd2d..d927f41dac2 100644
--- a/source/blender/editors/space_node/node_intern.h
+++ b/source/blender/editors/space_node/node_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_node/node_intern.h
- * \ingroup spnode
+/** \file \ingroup spnode
*/
#ifndef __NODE_INTERN_H__
diff --git a/source/blender/editors/space_node/node_ops.c b/source/blender/editors/space_node/node_ops.c
index aabae62dc29..ad2002d4ebc 100644
--- a/source/blender/editors/space_node/node_ops.c
+++ b/source/blender/editors/space_node/node_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_node/node_ops.c
- * \ingroup spnode
+/** \file \ingroup spnode
*/
diff --git a/source/blender/editors/space_node/node_relationships.c b/source/blender/editors/space_node/node_relationships.c
index 07c208cfc55..efcd171115b 100644
--- a/source/blender/editors/space_node/node_relationships.c
+++ b/source/blender/editors/space_node/node_relationships.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_node/node_relationships.c
- * \ingroup spnode
+/** \file \ingroup spnode
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_node/node_select.c b/source/blender/editors/space_node/node_select.c
index 11994e10473..bf4b31e2251 100644
--- a/source/blender/editors/space_node/node_select.c
+++ b/source/blender/editors/space_node/node_select.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_node/node_select.c
- * \ingroup spnode
+/** \file \ingroup spnode
*/
#include <stdlib.h>
diff --git a/source/blender/editors/space_node/node_templates.c b/source/blender/editors/space_node/node_templates.c
index ac2ea78d070..f96a73e7627 100644
--- a/source/blender/editors/space_node/node_templates.c
+++ b/source/blender/editors/space_node/node_templates.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_node/node_templates.c
- * \ingroup edinterface
+/** \file \ingroup edinterface
*/
#include <stdlib.h>
diff --git a/source/blender/editors/space_node/node_toolbar.c b/source/blender/editors/space_node/node_toolbar.c
index e89d90e16f4..bbdb75a87d1 100644
--- a/source/blender/editors/space_node/node_toolbar.c
+++ b/source/blender/editors/space_node/node_toolbar.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_node/node_toolbar.c
- * \ingroup nodes
+/** \file \ingroup nodes
*/
#include "BLI_utildefines.h"
diff --git a/source/blender/editors/space_node/node_view.c b/source/blender/editors/space_node/node_view.c
index db97702dfac..142d18cb688 100644
--- a/source/blender/editors/space_node/node_view.c
+++ b/source/blender/editors/space_node/node_view.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_node/node_view.c
- * \ingroup spnode
+/** \file \ingroup spnode
*/
#include "DNA_node_types.h"
diff --git a/source/blender/editors/space_node/space_node.c b/source/blender/editors/space_node/space_node.c
index 11b0bb2c476..ff813ee909e 100644
--- a/source/blender/editors/space_node/space_node.c
+++ b/source/blender/editors/space_node/space_node.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_node/space_node.c
- * \ingroup spnode
+/** \file \ingroup spnode
*/
#include "DNA_gpencil_types.h"
diff --git a/source/blender/editors/space_outliner/outliner_collections.c b/source/blender/editors/space_outliner/outliner_collections.c
index c8bc62cd23f..1bfdd809b4b 100644
--- a/source/blender/editors/space_outliner/outliner_collections.c
+++ b/source/blender/editors/space_outliner/outliner_collections.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_outliner/outliner_collections.c
- * \ingroup spoutliner
+/** \file \ingroup spoutliner
*/
#include <string.h>
diff --git a/source/blender/editors/space_outliner/outliner_dragdrop.c b/source/blender/editors/space_outliner/outliner_dragdrop.c
index 76f191aa8cd..3fa980f5554 100644
--- a/source/blender/editors/space_outliner/outliner_dragdrop.c
+++ b/source/blender/editors/space_outliner/outliner_dragdrop.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_outliner/outliner_dragdrop.c
- * \ingroup spoutliner
+/** \file \ingroup spoutliner
*/
#include <string.h>
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index f0befd1df49..40722eb7d45 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_outliner/outliner_draw.c
- * \ingroup spoutliner
+/** \file \ingroup spoutliner
*/
#include "DNA_anim_types.h"
diff --git a/source/blender/editors/space_outliner/outliner_edit.c b/source/blender/editors/space_outliner/outliner_edit.c
index c0caabb751f..274897c0a13 100644
--- a/source/blender/editors/space_outliner/outliner_edit.c
+++ b/source/blender/editors/space_outliner/outliner_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_outliner/outliner_edit.c
- * \ingroup spoutliner
+/** \file \ingroup spoutliner
*/
#include <string.h>
diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h
index d978acb6062..0940db790e8 100644
--- a/source/blender/editors/space_outliner/outliner_intern.h
+++ b/source/blender/editors/space_outliner/outliner_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_outliner/outliner_intern.h
- * \ingroup spoutliner
+/** \file \ingroup spoutliner
*/
diff --git a/source/blender/editors/space_outliner/outliner_ops.c b/source/blender/editors/space_outliner/outliner_ops.c
index 3334206beac..e06a8b8c6af 100644
--- a/source/blender/editors/space_outliner/outliner_ops.c
+++ b/source/blender/editors/space_outliner/outliner_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_outliner/outliner_ops.c
- * \ingroup spoutliner
+/** \file \ingroup spoutliner
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_outliner/outliner_select.c b/source/blender/editors/space_outliner/outliner_select.c
index 819957ae8e9..05ff447cec0 100644
--- a/source/blender/editors/space_outliner/outliner_select.c
+++ b/source/blender/editors/space_outliner/outliner_select.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_outliner/outliner_select.c
- * \ingroup spoutliner
+/** \file \ingroup spoutliner
*/
#include <stdlib.h>
diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c
index ce30a2358e0..9aebe9f3d78 100644
--- a/source/blender/editors/space_outliner/outliner_tools.c
+++ b/source/blender/editors/space_outliner/outliner_tools.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_outliner/outliner_tools.c
- * \ingroup spoutliner
+/** \file \ingroup spoutliner
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_outliner/outliner_tree.c b/source/blender/editors/space_outliner/outliner_tree.c
index 77910496718..2c763237f2f 100644
--- a/source/blender/editors/space_outliner/outliner_tree.c
+++ b/source/blender/editors/space_outliner/outliner_tree.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_outliner/outliner_tree.c
- * \ingroup spoutliner
+/** \file \ingroup spoutliner
*/
#include <math.h>
diff --git a/source/blender/editors/space_outliner/outliner_utils.c b/source/blender/editors/space_outliner/outliner_utils.c
index e4c68ae1d54..58f0190fe70 100644
--- a/source/blender/editors/space_outliner/outliner_utils.c
+++ b/source/blender/editors/space_outliner/outliner_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_outliner/outliner_utils.c
- * \ingroup spoutliner
+/** \file \ingroup spoutliner
*/
#include "BLI_utildefines.h"
diff --git a/source/blender/editors/space_outliner/space_outliner.c b/source/blender/editors/space_outliner/space_outliner.c
index a749e3f4fa0..c52b97a5766 100644
--- a/source/blender/editors/space_outliner/space_outliner.c
+++ b/source/blender/editors/space_outliner/space_outliner.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_outliner/space_outliner.c
- * \ingroup spoutliner
+/** \file \ingroup spoutliner
*/
diff --git a/source/blender/editors/space_script/script_edit.c b/source/blender/editors/space_script/script_edit.c
index f176388361d..a7e86ee193a 100644
--- a/source/blender/editors/space_script/script_edit.c
+++ b/source/blender/editors/space_script/script_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_script/script_edit.c
- * \ingroup spscript
+/** \file \ingroup spscript
*/
diff --git a/source/blender/editors/space_script/script_intern.h b/source/blender/editors/space_script/script_intern.h
index 934a8fd4701..b64f0d172f1 100644
--- a/source/blender/editors/space_script/script_intern.h
+++ b/source/blender/editors/space_script/script_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_script/script_intern.h
- * \ingroup spscript
+/** \file \ingroup spscript
*/
#ifndef __SCRIPT_INTERN_H__
diff --git a/source/blender/editors/space_script/script_ops.c b/source/blender/editors/space_script/script_ops.c
index d859d2806e7..85756b6b47c 100644
--- a/source/blender/editors/space_script/script_ops.c
+++ b/source/blender/editors/space_script/script_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_script/script_ops.c
- * \ingroup spscript
+/** \file \ingroup spscript
*/
diff --git a/source/blender/editors/space_script/space_script.c b/source/blender/editors/space_script/space_script.c
index c61848c4291..0a03d6645e1 100644
--- a/source/blender/editors/space_script/space_script.c
+++ b/source/blender/editors/space_script/space_script.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_script/space_script.c
- * \ingroup spscript
+/** \file \ingroup spscript
*/
diff --git a/source/blender/editors/space_sequencer/sequencer_add.c b/source/blender/editors/space_sequencer/sequencer_add.c
index b933f24fae4..a12c910bc6a 100644
--- a/source/blender/editors/space_sequencer/sequencer_add.c
+++ b/source/blender/editors/space_sequencer/sequencer_add.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_sequencer/sequencer_add.c
- * \ingroup spseq
+/** \file \ingroup spseq
*/
#include <stdlib.h>
diff --git a/source/blender/editors/space_sequencer/sequencer_buttons.c b/source/blender/editors/space_sequencer/sequencer_buttons.c
index f7c35cd26c1..abe6a58c9ef 100644
--- a/source/blender/editors/space_sequencer/sequencer_buttons.c
+++ b/source/blender/editors/space_sequencer/sequencer_buttons.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_sequencer/sequencer_buttons.c
- * \ingroup spseq
+/** \file \ingroup spseq
*/
#include <string.h>
diff --git a/source/blender/editors/space_sequencer/sequencer_draw.c b/source/blender/editors/space_sequencer/sequencer_draw.c
index 3b91488b532..3149fc89f38 100644
--- a/source/blender/editors/space_sequencer/sequencer_draw.c
+++ b/source/blender/editors/space_sequencer/sequencer_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_sequencer/sequencer_draw.c
- * \ingroup spseq
+/** \file \ingroup spseq
*/
diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
index 356aa886d89..2ce3d7fc391 100644
--- a/source/blender/editors/space_sequencer/sequencer_edit.c
+++ b/source/blender/editors/space_sequencer/sequencer_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_sequencer/sequencer_edit.c
- * \ingroup spseq
+/** \file \ingroup spseq
*/
diff --git a/source/blender/editors/space_sequencer/sequencer_intern.h b/source/blender/editors/space_sequencer/sequencer_intern.h
index 67a555368be..9fbfa1a7f54 100644
--- a/source/blender/editors/space_sequencer/sequencer_intern.h
+++ b/source/blender/editors/space_sequencer/sequencer_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_sequencer/sequencer_intern.h
- * \ingroup spseq
+/** \file \ingroup spseq
*/
#ifndef __SEQUENCER_INTERN_H__
diff --git a/source/blender/editors/space_sequencer/sequencer_modifier.c b/source/blender/editors/space_sequencer/sequencer_modifier.c
index 233be3f3ee4..4436b6577a6 100644
--- a/source/blender/editors/space_sequencer/sequencer_modifier.c
+++ b/source/blender/editors/space_sequencer/sequencer_modifier.c
@@ -18,8 +18,7 @@
*/
-/** \file blender/editors/space_sequencer/sequencer_modifier.c
- * \ingroup spseq
+/** \file \ingroup spseq
*/
diff --git a/source/blender/editors/space_sequencer/sequencer_ops.c b/source/blender/editors/space_sequencer/sequencer_ops.c
index 332c6a98a83..1bb60ab5370 100644
--- a/source/blender/editors/space_sequencer/sequencer_ops.c
+++ b/source/blender/editors/space_sequencer/sequencer_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_sequencer/sequencer_ops.c
- * \ingroup spseq
+/** \file \ingroup spseq
*/
#include <stdlib.h>
diff --git a/source/blender/editors/space_sequencer/sequencer_preview.c b/source/blender/editors/space_sequencer/sequencer_preview.c
index 9ebe6807058..f21201ddbd6 100644
--- a/source/blender/editors/space_sequencer/sequencer_preview.c
+++ b/source/blender/editors/space_sequencer/sequencer_preview.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_sequencer/sequencer_preview.c
- * \ingroup spseq
+/** \file \ingroup spseq
*/
#include "DNA_sequence_types.h"
diff --git a/source/blender/editors/space_sequencer/sequencer_scopes.c b/source/blender/editors/space_sequencer/sequencer_scopes.c
index bd34b1fbb6a..02d425f52c1 100644
--- a/source/blender/editors/space_sequencer/sequencer_scopes.c
+++ b/source/blender/editors/space_sequencer/sequencer_scopes.c
@@ -16,8 +16,7 @@
* Author: Peter Schlaile < peter [at] schlaile [dot] de >
*/
-/** \file blender/editors/space_sequencer/sequencer_scopes.c
- * \ingroup spseq
+/** \file \ingroup spseq
*/
diff --git a/source/blender/editors/space_sequencer/sequencer_select.c b/source/blender/editors/space_sequencer/sequencer_select.c
index a5424981ad5..321a84d4c7e 100644
--- a/source/blender/editors/space_sequencer/sequencer_select.c
+++ b/source/blender/editors/space_sequencer/sequencer_select.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_sequencer/sequencer_select.c
- * \ingroup spseq
+/** \file \ingroup spseq
*/
diff --git a/source/blender/editors/space_sequencer/sequencer_view.c b/source/blender/editors/space_sequencer/sequencer_view.c
index 271da68a86e..e6d7d9a776f 100644
--- a/source/blender/editors/space_sequencer/sequencer_view.c
+++ b/source/blender/editors/space_sequencer/sequencer_view.c
@@ -18,8 +18,7 @@
*/
-/** \file blender/editors/space_sequencer/sequencer_view.c
- * \ingroup spseq
+/** \file \ingroup spseq
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_sequencer/space_sequencer.c b/source/blender/editors/space_sequencer/space_sequencer.c
index 4ab5529cad7..a4bf222d23a 100644
--- a/source/blender/editors/space_sequencer/space_sequencer.c
+++ b/source/blender/editors/space_sequencer/space_sequencer.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_sequencer/space_sequencer.c
- * \ingroup spseq
+/** \file \ingroup spseq
*/
diff --git a/source/blender/editors/space_statusbar/space_statusbar.c b/source/blender/editors/space_statusbar/space_statusbar.c
index e4daa7e941f..0a6ea2ddce7 100644
--- a/source/blender/editors/space_statusbar/space_statusbar.c
+++ b/source/blender/editors/space_statusbar/space_statusbar.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_statusbar/space_statusbar.c
- * \ingroup spstatusbar
+/** \file \ingroup spstatusbar
*/
diff --git a/source/blender/editors/space_text/space_text.c b/source/blender/editors/space_text/space_text.c
index 706c1ca7941..bf68cb4d5de 100644
--- a/source/blender/editors/space_text/space_text.c
+++ b/source/blender/editors/space_text/space_text.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_text/space_text.c
- * \ingroup sptext
+/** \file \ingroup sptext
*/
diff --git a/source/blender/editors/space_text/text_autocomplete.c b/source/blender/editors/space_text/text_autocomplete.c
index 634711b35d0..0ceb678f1ea 100644
--- a/source/blender/editors/space_text/text_autocomplete.c
+++ b/source/blender/editors/space_text/text_autocomplete.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_text/text_autocomplete.c
- * \ingroup sptext
+/** \file \ingroup sptext
*/
#include <ctype.h>
diff --git a/source/blender/editors/space_text/text_draw.c b/source/blender/editors/space_text/text_draw.c
index 24a854558d5..a11be99eacd 100644
--- a/source/blender/editors/space_text/text_draw.c
+++ b/source/blender/editors/space_text/text_draw.c
@@ -16,8 +16,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_text/text_draw.c
- * \ingroup sptext
+/** \file \ingroup sptext
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_text/text_format.c b/source/blender/editors/space_text/text_format.c
index 44469e737eb..ef1d5aec6c6 100644
--- a/source/blender/editors/space_text/text_format.c
+++ b/source/blender/editors/space_text/text_format.c
@@ -16,8 +16,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_text/text_format.c
- * \ingroup sptext
+/** \file \ingroup sptext
*/
#include <string.h>
diff --git a/source/blender/editors/space_text/text_format.h b/source/blender/editors/space_text/text_format.h
index be91979bb68..d715424bb2e 100644
--- a/source/blender/editors/space_text/text_format.h
+++ b/source/blender/editors/space_text/text_format.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_text/text_format.h
- * \ingroup sptext
+/** \file \ingroup sptext
*/
#ifndef __TEXT_FORMAT_H__
diff --git a/source/blender/editors/space_text/text_format_lua.c b/source/blender/editors/space_text/text_format_lua.c
index a19dd640593..8558cea6c8b 100644
--- a/source/blender/editors/space_text/text_format_lua.c
+++ b/source/blender/editors/space_text/text_format_lua.c
@@ -13,8 +13,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_text/text_format_lua.c
- * \ingroup sptext
+/** \file \ingroup sptext
*/
#include <string.h>
diff --git a/source/blender/editors/space_text/text_format_osl.c b/source/blender/editors/space_text/text_format_osl.c
index 127c6b91d80..7148841a1c3 100644
--- a/source/blender/editors/space_text/text_format_osl.c
+++ b/source/blender/editors/space_text/text_format_osl.c
@@ -13,8 +13,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_text/text_format_osl.c
- * \ingroup sptext
+/** \file \ingroup sptext
*/
#include <string.h>
diff --git a/source/blender/editors/space_text/text_format_pov.c b/source/blender/editors/space_text/text_format_pov.c
index f29b418b44f..0fbdb04a7bd 100644
--- a/source/blender/editors/space_text/text_format_pov.c
+++ b/source/blender/editors/space_text/text_format_pov.c
@@ -13,8 +13,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_text/text_format_pov.c
- * \ingroup sptext
+/** \file \ingroup sptext
*/
#include <string.h>
diff --git a/source/blender/editors/space_text/text_format_pov_ini.c b/source/blender/editors/space_text/text_format_pov_ini.c
index e1eb6662057..8ac1ca73bdd 100644
--- a/source/blender/editors/space_text/text_format_pov_ini.c
+++ b/source/blender/editors/space_text/text_format_pov_ini.c
@@ -13,8 +13,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_text/text_format_pov_ini.c
- * \ingroup sptext
+/** \file \ingroup sptext
*/
#include <string.h>
diff --git a/source/blender/editors/space_text/text_format_py.c b/source/blender/editors/space_text/text_format_py.c
index 0d5e5e892b1..cb06fb8a83a 100644
--- a/source/blender/editors/space_text/text_format_py.c
+++ b/source/blender/editors/space_text/text_format_py.c
@@ -13,8 +13,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_text/text_format_py.c
- * \ingroup sptext
+/** \file \ingroup sptext
*/
#include <string.h>
diff --git a/source/blender/editors/space_text/text_header.c b/source/blender/editors/space_text/text_header.c
index d960326aa5c..afd8bb0d6d2 100644
--- a/source/blender/editors/space_text/text_header.c
+++ b/source/blender/editors/space_text/text_header.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_text/text_header.c
- * \ingroup sptext
+/** \file \ingroup sptext
*/
#include "DNA_windowmanager_types.h"
diff --git a/source/blender/editors/space_text/text_intern.h b/source/blender/editors/space_text/text_intern.h
index baa0b2b83f1..7618fb4fa91 100644
--- a/source/blender/editors/space_text/text_intern.h
+++ b/source/blender/editors/space_text/text_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_text/text_intern.h
- * \ingroup sptext
+/** \file \ingroup sptext
*/
#ifndef __TEXT_INTERN_H__
diff --git a/source/blender/editors/space_text/text_ops.c b/source/blender/editors/space_text/text_ops.c
index c1f8f607010..d23e59d437c 100644
--- a/source/blender/editors/space_text/text_ops.c
+++ b/source/blender/editors/space_text/text_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_text/text_ops.c
- * \ingroup sptext
+/** \file \ingroup sptext
*/
diff --git a/source/blender/editors/space_text/text_undo.c b/source/blender/editors/space_text/text_undo.c
index 88a37e8e51d..51dd147b355 100644
--- a/source/blender/editors/space_text/text_undo.c
+++ b/source/blender/editors/space_text/text_undo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_text/text_undo.c
- * \ingroup sptext
+/** \file \ingroup sptext
*/
#include <string.h>
diff --git a/source/blender/editors/space_topbar/space_topbar.c b/source/blender/editors/space_topbar/space_topbar.c
index 9d5abab3043..ccabddd8220 100644
--- a/source/blender/editors/space_topbar/space_topbar.c
+++ b/source/blender/editors/space_topbar/space_topbar.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_topbar/space_topbar.c
- * \ingroup sptopbar
+/** \file \ingroup sptopbar
*/
diff --git a/source/blender/editors/space_userpref/space_userpref.c b/source/blender/editors/space_userpref/space_userpref.c
index 89abd5b97d7..14b8e57bb6a 100644
--- a/source/blender/editors/space_userpref/space_userpref.c
+++ b/source/blender/editors/space_userpref/space_userpref.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_userpref/space_userpref.c
- * \ingroup spuserpref
+/** \file \ingroup spuserpref
*/
diff --git a/source/blender/editors/space_userpref/userpref_intern.h b/source/blender/editors/space_userpref/userpref_intern.h
index 377a59e9f68..8ee550d0b92 100644
--- a/source/blender/editors/space_userpref/userpref_intern.h
+++ b/source/blender/editors/space_userpref/userpref_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_userpref/userpref_intern.h
- * \ingroup spuserpref
+/** \file \ingroup spuserpref
*/
#ifndef __USERPREF_INTERN_H__
diff --git a/source/blender/editors/space_userpref/userpref_ops.c b/source/blender/editors/space_userpref/userpref_ops.c
index 9be4f1ad32b..4f14af275bd 100644
--- a/source/blender/editors/space_userpref/userpref_ops.c
+++ b/source/blender/editors/space_userpref/userpref_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_userpref/userpref_ops.c
- * \ingroup spuserpref
+/** \file \ingroup spuserpref
*/
diff --git a/source/blender/editors/space_view3d/drawobject.c b/source/blender/editors/space_view3d/drawobject.c
index 7c1edaa5d81..e752d3a0343 100644
--- a/source/blender/editors/space_view3d/drawobject.c
+++ b/source/blender/editors/space_view3d/drawobject.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/drawobject.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
#include "DNA_mesh_types.h"
diff --git a/source/blender/editors/space_view3d/space_view3d.c b/source/blender/editors/space_view3d/space_view3d.c
index a99555dc491..264e21fa065 100644
--- a/source/blender/editors/space_view3d/space_view3d.c
+++ b/source/blender/editors/space_view3d/space_view3d.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/space_view3d.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
diff --git a/source/blender/editors/space_view3d/view3d_buttons.c b/source/blender/editors/space_view3d/view3d_buttons.c
index b0568fee7a2..47242c1fde7 100644
--- a/source/blender/editors/space_view3d/view3d_buttons.c
+++ b/source/blender/editors/space_view3d/view3d_buttons.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/view3d_buttons.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
diff --git a/source/blender/editors/space_view3d/view3d_camera_control.c b/source/blender/editors/space_view3d/view3d_camera_control.c
index 25840841773..43ef4d2f7e9 100644
--- a/source/blender/editors/space_view3d/view3d_camera_control.c
+++ b/source/blender/editors/space_view3d/view3d_camera_control.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_view3d/view3d_camera_control.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*
* The purpose of View3DCameraControl is to allow editing \a rv3d manipulation
* (mainly \a ofs and \a viewquat) for the purpose of view navigation
diff --git a/source/blender/editors/space_view3d/view3d_draw.c b/source/blender/editors/space_view3d/view3d_draw.c
index 1bcac0d1068..a8a6187a347 100644
--- a/source/blender/editors/space_view3d/view3d_draw.c
+++ b/source/blender/editors/space_view3d/view3d_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/view3d_draw.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
#include <math.h>
diff --git a/source/blender/editors/space_view3d/view3d_draw_legacy.c b/source/blender/editors/space_view3d/view3d_draw_legacy.c
index 4fa5bce3202..733191365c9 100644
--- a/source/blender/editors/space_view3d/view3d_draw_legacy.c
+++ b/source/blender/editors/space_view3d/view3d_draw_legacy.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/view3d_draw_legacy.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
#include <string.h>
diff --git a/source/blender/editors/space_view3d/view3d_edit.c b/source/blender/editors/space_view3d/view3d_edit.c
index 44df3e2de1f..4e04de36dfd 100644
--- a/source/blender/editors/space_view3d/view3d_edit.c
+++ b/source/blender/editors/space_view3d/view3d_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/view3d_edit.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*
* 3D view manipulation/operators.
*/
diff --git a/source/blender/editors/space_view3d/view3d_fly.c b/source/blender/editors/space_view3d/view3d_fly.c
index bf6c513931a..2ae3dce7108 100644
--- a/source/blender/editors/space_view3d/view3d_fly.c
+++ b/source/blender/editors/space_view3d/view3d_fly.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_view3d/view3d_fly.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
/* defines VIEW3D_OT_fly modal operator */
diff --git a/source/blender/editors/space_view3d/view3d_gizmo_armature.c b/source/blender/editors/space_view3d/view3d_gizmo_armature.c
index 2c7f100f730..4755cfa92a0 100644
--- a/source/blender/editors/space_view3d/view3d_gizmo_armature.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_armature.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_view3d/view3d_gizmo_armature.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
#include "BLI_blenlib.h"
diff --git a/source/blender/editors/space_view3d/view3d_gizmo_camera.c b/source/blender/editors/space_view3d/view3d_gizmo_camera.c
index 5e2ede99979..f99d991077b 100644
--- a/source/blender/editors/space_view3d/view3d_gizmo_camera.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_camera.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_view3d/view3d_gizmo_camera.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
diff --git a/source/blender/editors/space_view3d/view3d_gizmo_empty.c b/source/blender/editors/space_view3d/view3d_gizmo_empty.c
index dca5753a4dc..3b5237b142c 100644
--- a/source/blender/editors/space_view3d/view3d_gizmo_empty.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_empty.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_view3d/view3d_gizmo_empty.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
diff --git a/source/blender/editors/space_view3d/view3d_gizmo_forcefield.c b/source/blender/editors/space_view3d/view3d_gizmo_forcefield.c
index 76bd40f51d8..ec86fd4f0f7 100644
--- a/source/blender/editors/space_view3d/view3d_gizmo_forcefield.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_forcefield.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_view3d/view3d_gizmo_forcefield.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
diff --git a/source/blender/editors/space_view3d/view3d_gizmo_lamp.c b/source/blender/editors/space_view3d/view3d_gizmo_lamp.c
index 3eb02970ebf..28008751da0 100644
--- a/source/blender/editors/space_view3d/view3d_gizmo_lamp.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_lamp.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_view3d/view3d_gizmo_lamp.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
diff --git a/source/blender/editors/space_view3d/view3d_gizmo_navigate.c b/source/blender/editors/space_view3d/view3d_gizmo_navigate.c
index 9a18c684de4..35e70f178e4 100644
--- a/source/blender/editors/space_view3d/view3d_gizmo_navigate.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_navigate.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_view3d/view3d_gizmo_navigate.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
#include "BLI_math.h"
diff --git a/source/blender/editors/space_view3d/view3d_gizmo_navigate_type.c b/source/blender/editors/space_view3d/view3d_gizmo_navigate_type.c
index 265190196f7..8e2cbc0a46f 100644
--- a/source/blender/editors/space_view3d/view3d_gizmo_navigate_type.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_navigate_type.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file view3d_gizmo_navigate_type.c
- * \ingroup wm
+/** \file \ingroup wm
*
* \name Custom Orientation/Navigation Gizmo for the 3D View
*
diff --git a/source/blender/editors/space_view3d/view3d_gizmo_preselect.c b/source/blender/editors/space_view3d/view3d_gizmo_preselect.c
index bc16bf95476..857d31b3217 100644
--- a/source/blender/editors/space_view3d/view3d_gizmo_preselect.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_preselect.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_view3d/view3d_gizmo_preselect.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/space_view3d/view3d_gizmo_preselect_type.c b/source/blender/editors/space_view3d/view3d_gizmo_preselect_type.c
index 3329eab4d30..f294064b106 100644
--- a/source/blender/editors/space_view3d/view3d_gizmo_preselect_type.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_preselect_type.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file view3d_gizmo_preselect_type.c
- * \ingroup wm
+/** \file \ingroup wm
*
* \name Preselection Gizmo
*
diff --git a/source/blender/editors/space_view3d/view3d_gizmo_ruler.c b/source/blender/editors/space_view3d/view3d_gizmo_ruler.c
index edec76ecb5b..7e2cff24b2a 100644
--- a/source/blender/editors/space_view3d/view3d_gizmo_ruler.c
+++ b/source/blender/editors/space_view3d/view3d_gizmo_ruler.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_view3d/view3d_gizmo_ruler.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
#include "BLI_listbase.h"
diff --git a/source/blender/editors/space_view3d/view3d_header.c b/source/blender/editors/space_view3d/view3d_header.c
index b310cc299d5..22670ced9ed 100644
--- a/source/blender/editors/space_view3d/view3d_header.c
+++ b/source/blender/editors/space_view3d/view3d_header.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/view3d_header.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
#include <string.h>
diff --git a/source/blender/editors/space_view3d/view3d_intern.h b/source/blender/editors/space_view3d/view3d_intern.h
index baaf6754963..e2a96c6193a 100644
--- a/source/blender/editors/space_view3d/view3d_intern.h
+++ b/source/blender/editors/space_view3d/view3d_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/view3d_intern.h
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
#ifndef __VIEW3D_INTERN_H__
diff --git a/source/blender/editors/space_view3d/view3d_iterators.c b/source/blender/editors/space_view3d/view3d_iterators.c
index c9e27366488..fa904ebeab8 100644
--- a/source/blender/editors/space_view3d/view3d_iterators.c
+++ b/source/blender/editors/space_view3d/view3d_iterators.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_view3d/view3d_iterators.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
#include "DNA_curve_types.h"
diff --git a/source/blender/editors/space_view3d/view3d_ops.c b/source/blender/editors/space_view3d/view3d_ops.c
index 7790a909906..78b3466abad 100644
--- a/source/blender/editors/space_view3d/view3d_ops.c
+++ b/source/blender/editors/space_view3d/view3d_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/view3d_ops.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
diff --git a/source/blender/editors/space_view3d/view3d_project.c b/source/blender/editors/space_view3d/view3d_project.c
index eb105e487d1..baee99663bd 100644
--- a/source/blender/editors/space_view3d/view3d_project.c
+++ b/source/blender/editors/space_view3d/view3d_project.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/view3d_project.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
#include "DNA_camera_types.h"
diff --git a/source/blender/editors/space_view3d/view3d_select.c b/source/blender/editors/space_view3d/view3d_select.c
index e237f830e3e..f696d804762 100644
--- a/source/blender/editors/space_view3d/view3d_select.c
+++ b/source/blender/editors/space_view3d/view3d_select.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/view3d_select.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
diff --git a/source/blender/editors/space_view3d/view3d_snap.c b/source/blender/editors/space_view3d/view3d_snap.c
index a319e5373c5..47b08557222 100644
--- a/source/blender/editors/space_view3d/view3d_snap.c
+++ b/source/blender/editors/space_view3d/view3d_snap.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/view3d_snap.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
diff --git a/source/blender/editors/space_view3d/view3d_toolbar.c b/source/blender/editors/space_view3d/view3d_toolbar.c
index ff46e747615..85cdd1ca8e6 100644
--- a/source/blender/editors/space_view3d/view3d_toolbar.c
+++ b/source/blender/editors/space_view3d/view3d_toolbar.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/view3d_toolbar.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
#include <string.h>
diff --git a/source/blender/editors/space_view3d/view3d_utils.c b/source/blender/editors/space_view3d/view3d_utils.c
index b3f4cbcc448..08eceb8ebc3 100644
--- a/source/blender/editors/space_view3d/view3d_utils.c
+++ b/source/blender/editors/space_view3d/view3d_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/view3d_utils.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*
* 3D View checks and manipulation (no operators).
*/
diff --git a/source/blender/editors/space_view3d/view3d_view.c b/source/blender/editors/space_view3d/view3d_view.c
index 0dead55ca46..da12c6357d6 100644
--- a/source/blender/editors/space_view3d/view3d_view.c
+++ b/source/blender/editors/space_view3d/view3d_view.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/space_view3d/view3d_view.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
#include "DNA_camera_types.h"
diff --git a/source/blender/editors/space_view3d/view3d_walk.c b/source/blender/editors/space_view3d/view3d_walk.c
index c39d871dcd3..783546f283e 100644
--- a/source/blender/editors/space_view3d/view3d_walk.c
+++ b/source/blender/editors/space_view3d/view3d_walk.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/space_view3d/view3d_walk.c
- * \ingroup spview3d
+/** \file \ingroup spview3d
*/
/* defines VIEW3D_OT_navigate - walk modal operator */
diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c
index 5997985105d..6ab8d55abeb 100644
--- a/source/blender/editors/transform/transform.c
+++ b/source/blender/editors/transform/transform.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/transform/transform.c
- * \ingroup edtransform
+/** \file \ingroup edtransform
*/
#include <stdlib.h>
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index cfce279122d..51a69c952c4 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/transform/transform.h
- * \ingroup edtransform
+/** \file \ingroup edtransform
*/
diff --git a/source/blender/editors/transform/transform_constraints.c b/source/blender/editors/transform/transform_constraints.c
index 29514ea4ef0..7a67c3cfb32 100644
--- a/source/blender/editors/transform/transform_constraints.c
+++ b/source/blender/editors/transform/transform_constraints.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/transform/transform_constraints.c
- * \ingroup edtransform
+/** \file \ingroup edtransform
*/
#include <stdlib.h>
diff --git a/source/blender/editors/transform/transform_conversions.c b/source/blender/editors/transform/transform_conversions.c
index 4caf77b164d..cb6535fb51d 100644
--- a/source/blender/editors/transform/transform_conversions.c
+++ b/source/blender/editors/transform/transform_conversions.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/transform/transform_conversions.c
- * \ingroup edtransform
+/** \file \ingroup edtransform
*/
#include <string.h>
diff --git a/source/blender/editors/transform/transform_generics.c b/source/blender/editors/transform/transform_generics.c
index 5d53e8a5f95..0a8d4ce6fc5 100644
--- a/source/blender/editors/transform/transform_generics.c
+++ b/source/blender/editors/transform/transform_generics.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/transform/transform_generics.c
- * \ingroup edtransform
+/** \file \ingroup edtransform
*/
#include <string.h>
diff --git a/source/blender/editors/transform/transform_gizmo_2d.c b/source/blender/editors/transform/transform_gizmo_2d.c
index 4d0b3d3239b..46a1c72f207 100644
--- a/source/blender/editors/transform/transform_gizmo_2d.c
+++ b/source/blender/editors/transform/transform_gizmo_2d.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/transform/transform_gizmo_2d.c
- * \ingroup edtransform
+/** \file \ingroup edtransform
*
* \name 2D Transform Gizmo
*
diff --git a/source/blender/editors/transform/transform_gizmo_3d.c b/source/blender/editors/transform/transform_gizmo_3d.c
index 8d3ef46e4b0..232a5b6adcc 100644
--- a/source/blender/editors/transform/transform_gizmo_3d.c
+++ b/source/blender/editors/transform/transform_gizmo_3d.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/transform/transform_gizmo_3d.c
- * \ingroup edtransform
+/** \file \ingroup edtransform
*
* \name 3D Transform Gizmo
*
diff --git a/source/blender/editors/transform/transform_gizmo_extrude_3d.c b/source/blender/editors/transform/transform_gizmo_extrude_3d.c
index 5147242cc23..784f7236af7 100644
--- a/source/blender/editors/transform/transform_gizmo_extrude_3d.c
+++ b/source/blender/editors/transform/transform_gizmo_extrude_3d.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/transform/transform_gizmo_extrude_3d.c
- * \ingroup edmesh
+/** \file \ingroup edmesh
*/
#include "BLI_utildefines.h"
diff --git a/source/blender/editors/transform/transform_input.c b/source/blender/editors/transform/transform_input.c
index 30010b1dc32..0a89ba3da3d 100644
--- a/source/blender/editors/transform/transform_input.c
+++ b/source/blender/editors/transform/transform_input.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/transform/transform_input.c
- * \ingroup edtransform
+/** \file \ingroup edtransform
*/
diff --git a/source/blender/editors/transform/transform_ops.c b/source/blender/editors/transform/transform_ops.c
index b6248468692..89e4dbe6a15 100644
--- a/source/blender/editors/transform/transform_ops.c
+++ b/source/blender/editors/transform/transform_ops.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/transform/transform_ops.c
- * \ingroup edtransform
+/** \file \ingroup edtransform
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/transform/transform_orientations.c b/source/blender/editors/transform/transform_orientations.c
index f146f7ca18a..abac0741b01 100644
--- a/source/blender/editors/transform/transform_orientations.c
+++ b/source/blender/editors/transform/transform_orientations.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/transform/transform_orientations.c
- * \ingroup edtransform
+/** \file \ingroup edtransform
*/
#include <string.h>
diff --git a/source/blender/editors/transform/transform_snap.c b/source/blender/editors/transform/transform_snap.c
index a7ebb259591..7ab9d2cfae6 100644
--- a/source/blender/editors/transform/transform_snap.c
+++ b/source/blender/editors/transform/transform_snap.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/transform/transform_snap.c
- * \ingroup edtransform
+/** \file \ingroup edtransform
*/
#include <stdlib.h>
diff --git a/source/blender/editors/transform/transform_snap_object.c b/source/blender/editors/transform/transform_snap_object.c
index c4bf8595bd8..418b1bb3b0b 100644
--- a/source/blender/editors/transform/transform_snap_object.c
+++ b/source/blender/editors/transform/transform_snap_object.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/transform/transform_snap_object.c
- * \ingroup edtransform
+/** \file \ingroup edtransform
*/
#include <stdlib.h>
diff --git a/source/blender/editors/undo/ed_undo.c b/source/blender/editors/undo/ed_undo.c
index 1f4cd044a94..f00e081261c 100644
--- a/source/blender/editors/undo/ed_undo.c
+++ b/source/blender/editors/undo/ed_undo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/undo/ed_undo.c
- * \ingroup edundo
+/** \file \ingroup edundo
*/
#include <string.h>
diff --git a/source/blender/editors/undo/memfile_undo.c b/source/blender/editors/undo/memfile_undo.c
index 04a2c220f73..f1513eb3b92 100644
--- a/source/blender/editors/undo/memfile_undo.c
+++ b/source/blender/editors/undo/memfile_undo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/undo/memfile_undo.c
- * \ingroup edundo
+/** \file \ingroup edundo
*
* Wrapper between 'ED_undo.h' and 'BKE_undo_system.h' API's.
*/
diff --git a/source/blender/editors/undo/undo_intern.h b/source/blender/editors/undo/undo_intern.h
index c520b46040b..c4ddd31ceb7 100644
--- a/source/blender/editors/undo/undo_intern.h
+++ b/source/blender/editors/undo/undo_intern.h
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/undo/undo_intern.h
- * \ingroup edundo
+/** \file \ingroup edundo
*/
#ifndef __UNDO_INTERN_H__
diff --git a/source/blender/editors/undo/undo_system_types.c b/source/blender/editors/undo/undo_system_types.c
index ac56c63f669..862db923947 100644
--- a/source/blender/editors/undo/undo_system_types.c
+++ b/source/blender/editors/undo/undo_system_types.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/undo/undo_system_types.c
- * \ingroup edundo
+/** \file \ingroup edundo
*/
#include <string.h>
diff --git a/source/blender/editors/util/ed_transverts.c b/source/blender/editors/util/ed_transverts.c
index 126d6f4e8b5..1afb929d10d 100644
--- a/source/blender/editors/util/ed_transverts.c
+++ b/source/blender/editors/util/ed_transverts.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/util/ed_transverts.c
- * \ingroup edutil
+/** \file \ingroup edutil
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/util/ed_util.c b/source/blender/editors/util/ed_util.c
index 612eccb8125..0e3158c6d44 100644
--- a/source/blender/editors/util/ed_util.c
+++ b/source/blender/editors/util/ed_util.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/util/ed_util.c
- * \ingroup edutil
+/** \file \ingroup edutil
*/
#include <stdlib.h>
diff --git a/source/blender/editors/util/gizmo_utils.c b/source/blender/editors/util/gizmo_utils.c
index 8c49fd20efc..c2e443fe5d6 100644
--- a/source/blender/editors/util/gizmo_utils.c
+++ b/source/blender/editors/util/gizmo_utils.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file gizmo_utils.c
- * \ingroup edutil
+/** \file \ingroup edutil
*
* \name Generic Gizmo Utilities.
*/
diff --git a/source/blender/editors/util/numinput.c b/source/blender/editors/util/numinput.c
index fe59bf9b4c6..7e74aa55b06 100644
--- a/source/blender/editors/util/numinput.c
+++ b/source/blender/editors/util/numinput.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/util/numinput.c
- * \ingroup edutil
+/** \file \ingroup edutil
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/util/select_utils.c b/source/blender/editors/util/select_utils.c
index 5a669609627..ddaad4cc115 100644
--- a/source/blender/editors/util/select_utils.c
+++ b/source/blender/editors/util/select_utils.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file select_utils.c
- * \ingroup edutil
+/** \file \ingroup edutil
*/
#include "BLI_utildefines.h"
diff --git a/source/blender/editors/uvedit/uvedit_buttons.c b/source/blender/editors/uvedit/uvedit_buttons.c
index d2401585261..05664b9e75e 100644
--- a/source/blender/editors/uvedit/uvedit_buttons.c
+++ b/source/blender/editors/uvedit/uvedit_buttons.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/uvedit/uvedit_buttons.c
- * \ingroup eduv
+/** \file \ingroup eduv
*/
#include <string.h>
diff --git a/source/blender/editors/uvedit/uvedit_draw.c b/source/blender/editors/uvedit/uvedit_draw.c
index 0714f941971..724ef6970ea 100644
--- a/source/blender/editors/uvedit/uvedit_draw.c
+++ b/source/blender/editors/uvedit/uvedit_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/uvedit/uvedit_draw.c
- * \ingroup eduv
+/** \file \ingroup eduv
*/
diff --git a/source/blender/editors/uvedit/uvedit_intern.h b/source/blender/editors/uvedit/uvedit_intern.h
index 39daf66118a..d007f81c070 100644
--- a/source/blender/editors/uvedit/uvedit_intern.h
+++ b/source/blender/editors/uvedit/uvedit_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/uvedit/uvedit_intern.h
- * \ingroup eduv
+/** \file \ingroup eduv
*/
diff --git a/source/blender/editors/uvedit/uvedit_ops.c b/source/blender/editors/uvedit/uvedit_ops.c
index e67c7828194..9f24bd78297 100644
--- a/source/blender/editors/uvedit/uvedit_ops.c
+++ b/source/blender/editors/uvedit/uvedit_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/uvedit/uvedit_ops.c
- * \ingroup eduv
+/** \file \ingroup eduv
*/
diff --git a/source/blender/editors/uvedit/uvedit_parametrizer.c b/source/blender/editors/uvedit/uvedit_parametrizer.c
index 7d8f60dba40..02b0d9cfba1 100644
--- a/source/blender/editors/uvedit/uvedit_parametrizer.c
+++ b/source/blender/editors/uvedit/uvedit_parametrizer.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/uvedit/uvedit_parametrizer.c
- * \ingroup eduv
+/** \file \ingroup eduv
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/uvedit/uvedit_parametrizer.h b/source/blender/editors/uvedit/uvedit_parametrizer.h
index 29407a0b2be..71e97c76eb7 100644
--- a/source/blender/editors/uvedit/uvedit_parametrizer.h
+++ b/source/blender/editors/uvedit/uvedit_parametrizer.h
@@ -17,8 +17,7 @@
#ifndef __UVEDIT_PARAMETRIZER_H__
#define __UVEDIT_PARAMETRIZER_H__
-/** \file blender/editors/uvedit/uvedit_parametrizer.h
- * \ingroup eduv
+/** \file \ingroup eduv
*/
#ifdef __cplusplus
diff --git a/source/blender/editors/uvedit/uvedit_smart_stitch.c b/source/blender/editors/uvedit/uvedit_smart_stitch.c
index 381e99b16f6..58c74f3fe33 100644
--- a/source/blender/editors/uvedit/uvedit_smart_stitch.c
+++ b/source/blender/editors/uvedit/uvedit_smart_stitch.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/uvedit/uvedit_smart_stitch.c
- * \ingroup eduv
+/** \file \ingroup eduv
*/
diff --git a/source/blender/editors/uvedit/uvedit_unwrap_ops.c b/source/blender/editors/uvedit/uvedit_unwrap_ops.c
index 5b4fa1c30aa..5e2bdbc1cd2 100644
--- a/source/blender/editors/uvedit/uvedit_unwrap_ops.c
+++ b/source/blender/editors/uvedit/uvedit_unwrap_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/uvedit/uvedit_unwrap_ops.c
- * \ingroup eduv
+/** \file \ingroup eduv
*/