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 <campbell@blender.org>2022-02-09 10:09:08 +0300
committerCampbell Barton <campbell@blender.org>2022-02-09 10:10:43 +0300
commit19100aa57d847699d17527b76c2fab1f4ab88885 (patch)
tree0f31e7a878e91b28c5d566d6df4e99b12df314fa /source/blender/editors/gpencil/gpencil_sculpt_paint.c
parent2c7f2a0ba42898e248920ecd3a03e49c0d9f99a8 (diff)
Cleanup: move file descriptions into doxygen file section
Also other minor corrections & reformat particle system copyright.
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_sculpt_paint.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_sculpt_paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_sculpt_paint.c b/source/blender/editors/gpencil/gpencil_sculpt_paint.c
index 50c7202599a..0cd4efb10d6 100644
--- a/source/blender/editors/gpencil/gpencil_sculpt_paint.c
+++ b/source/blender/editors/gpencil/gpencil_sculpt_paint.c
@@ -15,11 +15,11 @@
*
* The Original Code is Copyright (C) 2015, Blender Foundation
* This is a new part of Blender
- * Brush based operators for editing Grease Pencil strokes
*/
/** \file
* \ingroup edgpencil
+ * Brush based operators for editing Grease Pencil strokes.
*/
#include <math.h>