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>2018-09-13 01:33:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-13 01:33:21 +0300
commit26a6e58e9a259327fd5125095f052a42a9405320 (patch)
tree33e22a64ea60bcd67e608706fe77cddd9008b935 /source/blender/editors/gizmo_library/geometry
parent8d3a39ff56631177c22b0e5825ac2c62393b8c16 (diff)
Cleanup: add editor gizmo doxy group
Diffstat (limited to 'source/blender/editors/gizmo_library/geometry')
-rw-r--r--source/blender/editors/gizmo_library/geometry/geom_arrow_gizmo.c2
-rw-r--r--source/blender/editors/gizmo_library/geometry/geom_cube_gizmo.c2
-rw-r--r--source/blender/editors/gizmo_library/geometry/geom_dial_gizmo.c2
3 files changed, 3 insertions, 3 deletions
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 11708f5b5ce..55b33b0d8ad 100644
--- a/source/blender/editors/gizmo_library/geometry/geom_arrow_gizmo.c
+++ b/source/blender/editors/gizmo_library/geometry/geom_arrow_gizmo.c
@@ -22,7 +22,7 @@
*/
/** \file geom_arrow_gizmo.c
- * \ingroup wm
+ * \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 28eb772c082..410e2a5ad6e 100644
--- a/source/blender/editors/gizmo_library/geometry/geom_cube_gizmo.c
+++ b/source/blender/editors/gizmo_library/geometry/geom_cube_gizmo.c
@@ -24,7 +24,7 @@
*/
/** \file geom_cube_gizmo.c
- * \ingroup wm
+ * \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 0225a662ff3..22cf0785c64 100644
--- a/source/blender/editors/gizmo_library/geometry/geom_dial_gizmo.c
+++ b/source/blender/editors/gizmo_library/geometry/geom_dial_gizmo.c
@@ -22,7 +22,7 @@
*/
/** \file geom_dial_gizmo.c
- * \ingroup wm
+ * \ingroup edgizmolib
*/
#include "../gizmo_geometry.h"