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/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/physics')
-rw-r--r--source/blender/physics/BPH_mass_spring.h3
-rw-r--r--source/blender/physics/intern/BPH_mass_spring.cpp3
-rw-r--r--source/blender/physics/intern/eigen_utils.h3
-rw-r--r--source/blender/physics/intern/hair_volume.cpp3
-rw-r--r--source/blender/physics/intern/implicit.h3
-rw-r--r--source/blender/physics/intern/implicit_blender.c3
-rw-r--r--source/blender/physics/intern/implicit_eigen.cpp3
7 files changed, 7 insertions, 14 deletions
diff --git a/source/blender/physics/BPH_mass_spring.h b/source/blender/physics/BPH_mass_spring.h
index 8b03a20b222..0a310cb3d21 100644
--- a/source/blender/physics/BPH_mass_spring.h
+++ b/source/blender/physics/BPH_mass_spring.h
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/physics/BPH_mass_spring.h
- * \ingroup bph
+/** \file \ingroup bph
*/
#ifndef __BPH_MASS_SPRING_H__
diff --git a/source/blender/physics/intern/BPH_mass_spring.cpp b/source/blender/physics/intern/BPH_mass_spring.cpp
index c12891ce4b5..6655b4bde60 100644
--- a/source/blender/physics/intern/BPH_mass_spring.cpp
+++ b/source/blender/physics/intern/BPH_mass_spring.cpp
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/physics/intern/BPH_mass_spring.cpp
- * \ingroup bph
+/** \file \ingroup bph
*/
extern "C" {
diff --git a/source/blender/physics/intern/eigen_utils.h b/source/blender/physics/intern/eigen_utils.h
index c95740798c6..67781c72d98 100644
--- a/source/blender/physics/intern/eigen_utils.h
+++ b/source/blender/physics/intern/eigen_utils.h
@@ -20,8 +20,7 @@
#ifndef __EIGEN_UTILS_H__
#define __EIGEN_UTILS_H__
-/** \file blender/physics/intern/eigen_utils.h
- * \ingroup bph
+/** \file \ingroup bph
*/
#if defined(__GNUC__) && !defined(__clang__)
diff --git a/source/blender/physics/intern/hair_volume.cpp b/source/blender/physics/intern/hair_volume.cpp
index b982dd447f6..36b6f76023c 100644
--- a/source/blender/physics/intern/hair_volume.cpp
+++ b/source/blender/physics/intern/hair_volume.cpp
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/physics/intern/hair_volume.cpp
- * \ingroup bph
+/** \file \ingroup bph
*/
#include "MEM_guardedalloc.h"
diff --git a/source/blender/physics/intern/implicit.h b/source/blender/physics/intern/implicit.h
index 2a236de1d9d..095d686c03d 100644
--- a/source/blender/physics/intern/implicit.h
+++ b/source/blender/physics/intern/implicit.h
@@ -20,8 +20,7 @@
#ifndef __IMPLICIT_H__
#define __IMPLICIT_H__
-/** \file implicit.h
- * \ingroup bph
+/** \file \ingroup bph
*/
#include "stdio.h"
diff --git a/source/blender/physics/intern/implicit_blender.c b/source/blender/physics/intern/implicit_blender.c
index feebd358e9d..151732ec9f6 100644
--- a/source/blender/physics/intern/implicit_blender.c
+++ b/source/blender/physics/intern/implicit_blender.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/physics/intern/implicit_blender.c
- * \ingroup bph
+/** \file \ingroup bph
*/
#include "implicit.h"
diff --git a/source/blender/physics/intern/implicit_eigen.cpp b/source/blender/physics/intern/implicit_eigen.cpp
index 7c2fc753027..18ef95bb398 100644
--- a/source/blender/physics/intern/implicit_eigen.cpp
+++ b/source/blender/physics/intern/implicit_eigen.cpp
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/physics/intern/implicit_eigen.cpp
- * \ingroup bph
+/** \file \ingroup bph
*/
#include "implicit.h"