Cleanup: add editor gizmo doxy group

This commit is contained in:
2018-09-13 08:33:21 +10:00
parent 8d3a39ff56
commit 26a6e58e9a
18 changed files with 21 additions and 17 deletions

View File

@@ -132,6 +132,10 @@
* \ingroup editors * \ingroup editors
*/ */
/** \defgroup edgizmolib gizmo library
* \ingroup editors
*/
/** \defgroup edgpencil gpencil /** \defgroup edgpencil gpencil
* \ingroup editors * \ingroup editors
*/ */

View File

@@ -22,7 +22,7 @@
*/ */
/** \file geom_arrow_gizmo.c /** \file geom_arrow_gizmo.c
* \ingroup wm * \ingroup edgizmolib
*/ */
#include "../gizmo_geometry.h" #include "../gizmo_geometry.h"

View File

@@ -24,7 +24,7 @@
*/ */
/** \file geom_cube_gizmo.c /** \file geom_cube_gizmo.c
* \ingroup wm * \ingroup edgizmolib
*/ */
#include "../gizmo_geometry.h" #include "../gizmo_geometry.h"

View File

@@ -22,7 +22,7 @@
*/ */
/** \file geom_dial_gizmo.c /** \file geom_dial_gizmo.c
* \ingroup wm * \ingroup edgizmolib
*/ */
#include "../gizmo_geometry.h" #include "../gizmo_geometry.h"

View File

@@ -24,7 +24,7 @@
*/ */
/** \file gizmo_draw_utils.c /** \file gizmo_draw_utils.c
* \ingroup wm * \ingroup edgizmolib
*/ */
#include "BLI_listbase.h" #include "BLI_listbase.h"

View File

@@ -22,7 +22,7 @@
*/ */
/** \file gizmo_geometry.h /** \file gizmo_geometry.h
* \ingroup wm * \ingroup edgizmolib
* *
* \name Gizmo Geometry * \name Gizmo Geometry
* *

View File

@@ -24,7 +24,7 @@
*/ */
/** \file gizmo_library_intern.h /** \file gizmo_library_intern.h
* \ingroup wm * \ingroup edgizmolib
*/ */
#ifndef __GIZMO_LIBRARY_INTERN_H__ #ifndef __GIZMO_LIBRARY_INTERN_H__

View File

@@ -19,7 +19,7 @@
*/ */
/** \file blender/editors/gizmo_library/gizmo_library_presets.c /** \file blender/editors/gizmo_library/gizmo_library_presets.c
* \ingroup wm * \ingroup edgizmolib
* *
* \name Gizmo Lib Presets * \name Gizmo Lib Presets
* *

View File

@@ -24,7 +24,7 @@
*/ */
/** \file gizmo_library_utils.c /** \file gizmo_library_utils.c
* \ingroup wm * \ingroup edgizmolib
* *
* \name Gizmo Library Utilities * \name Gizmo Library Utilities
* *

View File

@@ -24,7 +24,7 @@
*/ */
/** \file arrow2d_gizmo.c /** \file arrow2d_gizmo.c
* \ingroup wm * \ingroup edgizmolib
* *
* \name 2D Arrow Gizmo * \name 2D Arrow Gizmo
* *

View File

@@ -24,7 +24,7 @@
*/ */
/** \file arrow3d_gizmo.c /** \file arrow3d_gizmo.c
* \ingroup wm * \ingroup edgizmolib
* *
* \name Arrow Gizmo * \name Arrow Gizmo
* *

View File

@@ -24,7 +24,7 @@
*/ */
/** \file blank3d_gizmo.c /** \file blank3d_gizmo.c
* \ingroup wm * \ingroup edgizmolib
* *
* \name Blank Gizmo * \name Blank Gizmo
* *

View File

@@ -19,7 +19,7 @@
*/ */
/** \file button2d_gizmo.c /** \file button2d_gizmo.c
* \ingroup wm * \ingroup edgizmolib
* *
* \name Button Gizmo * \name Button Gizmo
* *

View File

@@ -24,7 +24,7 @@
*/ */
/** \file cage2d_gizmo.c /** \file cage2d_gizmo.c
* \ingroup wm * \ingroup edgizmolib
* *
* \name Cage Gizmo * \name Cage Gizmo
* *

View File

@@ -24,7 +24,7 @@
*/ */
/** \file cage3d_gizmo.c /** \file cage3d_gizmo.c
* \ingroup wm * \ingroup edgizmolib
* *
* \name Cage Gizmo * \name Cage Gizmo
* *

View File

@@ -24,7 +24,7 @@
*/ */
/** \file dial3d_gizmo.c /** \file dial3d_gizmo.c
* \ingroup wm * \ingroup edgizmolib
* *
* \name Dial Gizmo * \name Dial Gizmo
* *

View File

@@ -19,7 +19,7 @@
*/ */
/** \file move3d_gizmo.c /** \file move3d_gizmo.c
* \ingroup wm * \ingroup edgizmolib
* *
* \name Move Gizmo * \name Move Gizmo
* *

View File

@@ -19,7 +19,7 @@
*/ */
/** \file primitive3d_gizmo.c /** \file primitive3d_gizmo.c
* \ingroup wm * \ingroup edgizmolib
* *
* \name Primitive Gizmo * \name Primitive Gizmo
* *