Cleanup: remove redundant file argument

This commit is contained in:
Campbell Barton 2019-03-06 11:18:17 +11:00
parent a111204ca9
commit 18e5540a48
Notes: blender-bot 2023-02-14 04:56:36 +01:00
Referenced by issue #62864, blender 2.80 close when i open shading window
Referenced by issue #62295, Too many crashes while in edit mode :(
Referenced by issue #62280, Driver expressions that use functions injected by an addon no longer work.
Referenced by issue #62283, UV Sphere Crash - 2.8b
Referenced by issue #62288, Bug when scaling an object in the Sculpt workspace
Referenced by issue #62272, Scene custom properties crash
Referenced by issue #62257, Remove double vertices crash
Referenced by issue #62259, RGB Curves behave differently in Cycles  and Eevee
Referenced by issue #62253, unnecessary cubemap reflections on glass when reflection plane is used
Referenced by issue #62239, Entering Particle Edit Mode crashes blender.
Referenced by issue #62092, Render image after camera position is animated does not use current camera position
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file bmesh_bevel.c
/** \file
* \ingroup bmesh
*
* Main functions for beveling a BMesh (used by the tool and modifier)
*/

View File

@ -17,7 +17,8 @@
#ifndef __BMESH_BEVEL_H__
#define __BMESH_BEVEL_H__
/** \file bmesh_bevel.h
/** \file
* \ingroup bmesh
*/
struct MDeformVert;