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:
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, 14 insertions, 7 deletions
diff --git a/source/blender/physics/BPH_mass_spring.h b/source/blender/physics/BPH_mass_spring.h
index 0a310cb3d21..56743b4867a 100644
--- a/source/blender/physics/BPH_mass_spring.h
+++ b/source/blender/physics/BPH_mass_spring.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 6655b4bde60..1c78a0728b2 100644
--- a/source/blender/physics/intern/BPH_mass_spring.cpp
+++ b/source/blender/physics/intern/BPH_mass_spring.cpp
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 67781c72d98..16e1186441f 100644
--- a/source/blender/physics/intern/eigen_utils.h
+++ b/source/blender/physics/intern/eigen_utils.h
@@ -20,7 +20,8 @@
#ifndef __EIGEN_UTILS_H__
#define __EIGEN_UTILS_H__
-/** \file \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 36b6f76023c..0eb26934b5d 100644
--- a/source/blender/physics/intern/hair_volume.cpp
+++ b/source/blender/physics/intern/hair_volume.cpp
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 095d686c03d..eac59a3edbb 100644
--- a/source/blender/physics/intern/implicit.h
+++ b/source/blender/physics/intern/implicit.h
@@ -20,7 +20,8 @@
#ifndef __IMPLICIT_H__
#define __IMPLICIT_H__
-/** \file \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 151732ec9f6..cc8caca9588 100644
--- a/source/blender/physics/intern/implicit_blender.c
+++ b/source/blender/physics/intern/implicit_blender.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \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 18ef95bb398..5319042ec13 100644
--- a/source/blender/physics/intern/implicit_eigen.cpp
+++ b/source/blender/physics/intern/implicit_eigen.cpp
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup bph
+/** \file
+ * \ingroup bph
*/
#include "implicit.h"