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-02-06 07:42:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-06 07:45:22 +0300
commiteef4077f18495d88a2426cfda3ec9a4dc461f798 (patch)
tree0042b131bafa216f8ee69546085f2841a1a13513 /source/blender/editors/sculpt_paint
parent1085c2cc44573b77a74baae8f4be9771941d58da (diff)
Cleanup: remove redundant doxygen \file argument
Move \ingroup onto same line to be more compact and make it clear the file is in the group.
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_cursor.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_curve.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_curve_undo.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_hide.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_image.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_2d.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_proj.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_undo.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_intern.h3
-rw-r--r--source/blender/editors/sculpt_paint/paint_mask.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_ops.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_stroke.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_utils.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex_color_ops.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex_color_utils.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex_proj.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c3
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c3
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c3
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h3
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_undo.c3
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_uv.c3
23 files changed, 23 insertions, 46 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_cursor.c b/source/blender/editors/sculpt_paint/paint_cursor.c
index 2acf497ae21..700692bf3b7 100644
--- a/source/blender/editors/sculpt_paint/paint_cursor.c
+++ b/source/blender/editors/sculpt_paint/paint_cursor.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_cursor.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/sculpt_paint/paint_curve.c b/source/blender/editors/sculpt_paint/paint_curve.c
index 8533f68368a..41ed399e83e 100644
--- a/source/blender/editors/sculpt_paint/paint_curve.c
+++ b/source/blender/editors/sculpt_paint/paint_curve.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_curve.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include <string.h>
diff --git a/source/blender/editors/sculpt_paint/paint_curve_undo.c b/source/blender/editors/sculpt_paint/paint_curve_undo.c
index 02d95ed54f8..82b26e62163 100644
--- a/source/blender/editors/sculpt_paint/paint_curve_undo.c
+++ b/source/blender/editors/sculpt_paint/paint_curve_undo.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_curve_undo.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include <string.h>
diff --git a/source/blender/editors/sculpt_paint/paint_hide.c b/source/blender/editors/sculpt_paint/paint_hide.c
index 0f284601f98..8b049bd8e6d 100644
--- a/source/blender/editors/sculpt_paint/paint_hide.c
+++ b/source/blender/editors/sculpt_paint/paint_hide.c
@@ -18,8 +18,7 @@
* Implements the PBVH node hiding operator
*/
-/** \file blender/editors/sculpt_paint/paint_hide.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/sculpt_paint/paint_image.c b/source/blender/editors/sculpt_paint/paint_image.c
index 92b00a1505f..577e544ad45 100644
--- a/source/blender/editors/sculpt_paint/paint_image.c
+++ b/source/blender/editors/sculpt_paint/paint_image.c
@@ -18,8 +18,7 @@
* The Original Code is: some of this file.
*/
-/** \file blender/editors/sculpt_paint/paint_image.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
* \brief Functions to paint images in 2D and 3D.
*/
diff --git a/source/blender/editors/sculpt_paint/paint_image_2d.c b/source/blender/editors/sculpt_paint/paint_image_2d.c
index 3636d0b7043..7a197ca8f07 100644
--- a/source/blender/editors/sculpt_paint/paint_image_2d.c
+++ b/source/blender/editors/sculpt_paint/paint_image_2d.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_image_2d.c
- * \ingroup bke
+/** \file \ingroup bke
*/
//#include <math.h>
#include <string.h>
diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c
index bb9391a052c..d87b6c860ba 100644
--- a/source/blender/editors/sculpt_paint/paint_image_proj.c
+++ b/source/blender/editors/sculpt_paint/paint_image_proj.c
@@ -18,8 +18,7 @@
* The Original Code is: some of this file.
*/
-/** \file blender/editors/sculpt_paint/paint_image_proj.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
* \brief Functions to paint images in 2D and 3D.
*/
diff --git a/source/blender/editors/sculpt_paint/paint_image_undo.c b/source/blender/editors/sculpt_paint/paint_image_undo.c
index 20696ed1e91..792f9a3403a 100644
--- a/source/blender/editors/sculpt_paint/paint_image_undo.c
+++ b/source/blender/editors/sculpt_paint/paint_image_undo.c
@@ -13,8 +13,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_image_undo.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h
index e1e7675b4d3..dfe73e72c26 100644
--- a/source/blender/editors/sculpt_paint/paint_intern.h
+++ b/source/blender/editors/sculpt_paint/paint_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_intern.h
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c
index 769c0c59891..be38510964a 100644
--- a/source/blender/editors/sculpt_paint/paint_mask.c
+++ b/source/blender/editors/sculpt_paint/paint_mask.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_mask.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/sculpt_paint/paint_ops.c b/source/blender/editors/sculpt_paint/paint_ops.c
index 4b725d1fa35..ad6e2160a7f 100644
--- a/source/blender/editors/sculpt_paint/paint_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_ops.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_ops.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c
index 0f480adc21d..24a87bea8d1 100644
--- a/source/blender/editors/sculpt_paint/paint_stroke.c
+++ b/source/blender/editors/sculpt_paint/paint_stroke.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_stroke.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
diff --git a/source/blender/editors/sculpt_paint/paint_utils.c b/source/blender/editors/sculpt_paint/paint_utils.c
index 72dd49dd27c..82b40466edb 100644
--- a/source/blender/editors/sculpt_paint/paint_utils.c
+++ b/source/blender/editors/sculpt_paint/paint_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_utils.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include <math.h>
diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c
index 8ea4fd142ff..f7bf974855b 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_vertex.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*
* Used for vertex color & weight paint and mode switching.
*
diff --git a/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c b/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c
index 2384b264a4d..4033a53ac9c 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_vertex_color_ops.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/sculpt_paint/paint_vertex_color_utils.c b/source/blender/editors/sculpt_paint/paint_vertex_color_utils.c
index 33208615c29..87e79d8ebda 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex_color_utils.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex_color_utils.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_vertex_color_utils.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*
* Intended for use by `paint_vertex.c` & `paint_vertex_color_ops.c`.
*/
diff --git a/source/blender/editors/sculpt_paint/paint_vertex_proj.c b/source/blender/editors/sculpt_paint/paint_vertex_proj.c
index 2c7541f4d5b..bd3925ccbfe 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex_proj.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex_proj.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/paint_vertex_proj.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*
* Utility functions for getting vertex locations while painting
* (since they may be instanced multiple times in an evaluated mesh)
diff --git a/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c b/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c
index 2ef6dc9b2da..c79b6792b00 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_vertex_weight_ops.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c b/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c
index 6fb374c4ed3..b62046d36a4 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/sculpt_paint/paint_vertex_weight_utils.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*
* Intended for use by `paint_vertex.c` & `paint_vertex_weight_ops.c`.
*/
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 3bf338e6e57..6512e279a15 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -18,8 +18,7 @@
* Implements the Sculpt Mode tools
*/
-/** \file blender/editors/sculpt_paint/sculpt.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 4cc655fc227..95158cf063c 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/sculpt_paint/sculpt_intern.h
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
diff --git a/source/blender/editors/sculpt_paint/sculpt_undo.c b/source/blender/editors/sculpt_paint/sculpt_undo.c
index a8c8490fb79..d8a85c33e55 100644
--- a/source/blender/editors/sculpt_paint/sculpt_undo.c
+++ b/source/blender/editors/sculpt_paint/sculpt_undo.c
@@ -18,8 +18,7 @@
* Implements the Sculpt Mode tools
*/
-/** \file blender/editors/sculpt_paint/sculpt_undo.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/
#include <stddef.h>
diff --git a/source/blender/editors/sculpt_paint/sculpt_uv.c b/source/blender/editors/sculpt_paint/sculpt_uv.c
index 4b417220c53..bc283b13eeb 100644
--- a/source/blender/editors/sculpt_paint/sculpt_uv.c
+++ b/source/blender/editors/sculpt_paint/sculpt_uv.c
@@ -18,8 +18,7 @@
* UV Sculpt tools
*/
-/** \file blender/editors/sculpt_paint/sculpt_uv.c
- * \ingroup edsculpt
+/** \file \ingroup edsculpt
*/