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.
This commit is contained in:
2019-02-06 15:42:22 +11:00
parent 1085c2cc44
commit eef4077f18
2945 changed files with 2947 additions and 5892 deletions

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/physics/BPH_mass_spring.h
* \ingroup bph
/** \file \ingroup bph
*/
#ifndef __BPH_MASS_SPRING_H__

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/physics/intern/BPH_mass_spring.cpp
* \ingroup bph
/** \file \ingroup bph
*/
extern "C" {

View File

@@ -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__)

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/physics/intern/hair_volume.cpp
* \ingroup bph
/** \file \ingroup bph
*/
#include "MEM_guardedalloc.h"

View File

@@ -20,8 +20,7 @@
#ifndef __IMPLICIT_H__
#define __IMPLICIT_H__
/** \file implicit.h
* \ingroup bph
/** \file \ingroup bph
*/
#include "stdio.h"

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/physics/intern/implicit_blender.c
* \ingroup bph
/** \file \ingroup bph
*/
#include "implicit.h"

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/physics/intern/implicit_eigen.cpp
* \ingroup bph
/** \file \ingroup bph
*/
#include "implicit.h"