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-04-11 17:58:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-11 18:01:50 +0300
commit986329b4c40b1cb0ef5e6cbd695c45d7bffa97af (patch)
tree95d3d85c85dea536e1ad96156f846b0086a386b8 /source/blender/editors/gpencil/gpencil_utils.c
parent8091e39d22314a0e0bff68f66b7225fbe4a53b20 (diff)
Cleanup: comments
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_utils.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_utils.c b/source/blender/editors/gpencil/gpencil_utils.c
index bb3da77ffac..44510a3f6ad 100644
--- a/source/blender/editors/gpencil/gpencil_utils.c
+++ b/source/blender/editors/gpencil/gpencil_utils.c
@@ -992,7 +992,7 @@ void ED_gp_project_stroke_to_plane(
/**
* Reproject given point to a plane locked to axis to avoid stroke offset
- * \param[in, out] pt : Point to affect
+ * \param[in,out] pt: Point to affect
*/
void ED_gp_project_point_to_plane(
const Scene *scene, const Object *ob,