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:
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/physics/BPH_mass_spring.h
|
||||
* \ingroup bph
|
||||
/** \file \ingroup bph
|
||||
*/
|
||||
|
||||
#ifndef __BPH_MASS_SPRING_H__
|
||||
|
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/physics/intern/BPH_mass_spring.cpp
|
||||
* \ingroup bph
|
||||
/** \file \ingroup bph
|
||||
*/
|
||||
|
||||
extern "C" {
|
||||
|
@@ -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__)
|
||||
|
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/physics/intern/hair_volume.cpp
|
||||
* \ingroup bph
|
||||
/** \file \ingroup bph
|
||||
*/
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
@@ -20,8 +20,7 @@
|
||||
#ifndef __IMPLICIT_H__
|
||||
#define __IMPLICIT_H__
|
||||
|
||||
/** \file implicit.h
|
||||
* \ingroup bph
|
||||
/** \file \ingroup bph
|
||||
*/
|
||||
|
||||
#include "stdio.h"
|
||||
|
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/physics/intern/implicit_blender.c
|
||||
* \ingroup bph
|
||||
/** \file \ingroup bph
|
||||
*/
|
||||
|
||||
#include "implicit.h"
|
||||
|
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file blender/physics/intern/implicit_eigen.cpp
|
||||
* \ingroup bph
|
||||
/** \file \ingroup bph
|
||||
*/
|
||||
|
||||
#include "implicit.h"
|
||||
|
Reference in New Issue
Block a user