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/physics
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/physics')
-rw-r--r--source/blender/editors/physics/dynamicpaint_ops.c3
-rw-r--r--source/blender/editors/physics/particle_boids.c3
-rw-r--r--source/blender/editors/physics/particle_edit.c3
-rw-r--r--source/blender/editors/physics/particle_edit_undo.c3
-rw-r--r--source/blender/editors/physics/particle_edit_utildefines.h3
-rw-r--r--source/blender/editors/physics/particle_object.c3
-rw-r--r--source/blender/editors/physics/physics_fluid.c3
-rw-r--r--source/blender/editors/physics/physics_intern.h3
-rw-r--r--source/blender/editors/physics/physics_ops.c3
-rw-r--r--source/blender/editors/physics/physics_pointcache.c3
-rw-r--r--source/blender/editors/physics/rigidbody_constraint.c3
-rw-r--r--source/blender/editors/physics/rigidbody_object.c3
-rw-r--r--source/blender/editors/physics/rigidbody_world.c3
13 files changed, 13 insertions, 26 deletions
diff --git a/source/blender/editors/physics/dynamicpaint_ops.c b/source/blender/editors/physics/dynamicpaint_ops.c
index 8979cacde9d..51826be06ce 100644
--- a/source/blender/editors/physics/dynamicpaint_ops.c
+++ b/source/blender/editors/physics/dynamicpaint_ops.c
@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-/** \file blender/editors/physics/dynamicpaint_ops.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
#include <math.h>
diff --git a/source/blender/editors/physics/particle_boids.c b/source/blender/editors/physics/particle_boids.c
index 9ffe4499df4..cd34286293a 100644
--- a/source/blender/editors/physics/particle_boids.c
+++ b/source/blender/editors/physics/particle_boids.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/particle_boids.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c
index 2b253eb9050..0895ea86a6a 100644
--- a/source/blender/editors/physics/particle_edit.c
+++ b/source/blender/editors/physics/particle_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/particle_edit.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
#include <stdlib.h>
diff --git a/source/blender/editors/physics/particle_edit_undo.c b/source/blender/editors/physics/particle_edit_undo.c
index 0ffd6fb5a94..115403da3f8 100644
--- a/source/blender/editors/physics/particle_edit_undo.c
+++ b/source/blender/editors/physics/particle_edit_undo.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/particle_edit_undo.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
#include <stdlib.h>
diff --git a/source/blender/editors/physics/particle_edit_utildefines.h b/source/blender/editors/physics/particle_edit_utildefines.h
index 1f8339906f5..9dbd4420792 100644
--- a/source/blender/editors/physics/particle_edit_utildefines.h
+++ b/source/blender/editors/physics/particle_edit_utildefines.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/particle_edit_utildefines.h
- * \ingroup edphys
+/** \file \ingroup edphys
*/
#ifndef __PARTICLE_EDIT_UTILDEFNIES_H__
diff --git a/source/blender/editors/physics/particle_object.c b/source/blender/editors/physics/particle_object.c
index c8a161b7ac0..3eea125f91c 100644
--- a/source/blender/editors/physics/particle_object.c
+++ b/source/blender/editors/physics/particle_object.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/particle_object.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
diff --git a/source/blender/editors/physics/physics_fluid.c b/source/blender/editors/physics/physics_fluid.c
index fa02f950be9..abbe62a59c8 100644
--- a/source/blender/editors/physics/physics_fluid.c
+++ b/source/blender/editors/physics/physics_fluid.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/physics_fluid.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
#include <math.h>
diff --git a/source/blender/editors/physics/physics_intern.h b/source/blender/editors/physics/physics_intern.h
index df1a7168bcb..217d53d8726 100644
--- a/source/blender/editors/physics/physics_intern.h
+++ b/source/blender/editors/physics/physics_intern.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/physics_intern.h
- * \ingroup edphys
+/** \file \ingroup edphys
*/
diff --git a/source/blender/editors/physics/physics_ops.c b/source/blender/editors/physics/physics_ops.c
index 29f6ac643d6..df34e119883 100644
--- a/source/blender/editors/physics/physics_ops.c
+++ b/source/blender/editors/physics/physics_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/physics_ops.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
#include <stdlib.h>
diff --git a/source/blender/editors/physics/physics_pointcache.c b/source/blender/editors/physics/physics_pointcache.c
index 048c404d8cb..a12cd84c2f7 100644
--- a/source/blender/editors/physics/physics_pointcache.c
+++ b/source/blender/editors/physics/physics_pointcache.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/physics/physics_pointcache.c
- * \ingroup edphys
+/** \file \ingroup edphys
*/
#include <stdlib.h>
diff --git a/source/blender/editors/physics/rigidbody_constraint.c b/source/blender/editors/physics/rigidbody_constraint.c
index 6f3592e23ad..950c6ea4aab 100644
--- a/source/blender/editors/physics/rigidbody_constraint.c
+++ b/source/blender/editors/physics/rigidbody_constraint.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file rigidbody_constraint.c
- * \ingroup editor_physics
+/** \file \ingroup editor_physics
* \brief Rigid Body constraint editing operators
*/
diff --git a/source/blender/editors/physics/rigidbody_object.c b/source/blender/editors/physics/rigidbody_object.c
index 1472d1835ef..a51cd3e52fc 100644
--- a/source/blender/editors/physics/rigidbody_object.c
+++ b/source/blender/editors/physics/rigidbody_object.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file rigidbody_object.c
- * \ingroup editor_physics
+/** \file \ingroup editor_physics
* \brief Rigid Body object editing operators
*/
diff --git a/source/blender/editors/physics/rigidbody_world.c b/source/blender/editors/physics/rigidbody_world.c
index 9f470b0b1d3..6ab9562614c 100644
--- a/source/blender/editors/physics/rigidbody_world.c
+++ b/source/blender/editors/physics/rigidbody_world.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file rigidbody_world.c
- * \ingroup editor_physics
+/** \file \ingroup editor_physics
* \brief Rigid Body world editing operators
*/