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

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#include "BPy_FEdge.h"

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.h
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#ifndef __FREESTYLE_PYTHON_FEDGE_H__

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.cpp
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#include "BPy_FrsCurve.h"

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.h
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#ifndef __FREESTYLE_PYTHON_FRSCURVE_H__

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#include "BPy_Stroke.h"

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.h
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#ifndef __FREESTYLE_PYTHON_STROKE_H__

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.cpp
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#include "BPy_ViewEdge.h"

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.h
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#ifndef __FREESTYLE_PYTHON_VIEWEDGE_H__

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.cpp
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#include "BPy_Chain.h"

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.h
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#ifndef __FREESTYLE_PYTHON_CHAIN_H__

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#include "BPy_FEdgeSharp.h"

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.h
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#ifndef __FREESTYLE_PYTHON_FEDGESHARP_H__

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#include "BPy_FEdgeSmooth.h"

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.h
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#ifndef __FREESTYLE_PYTHON_FEDGESMOOTH_H__