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/Interface0D/BPy_CurvePoint.cpp
* \ingroup freestyle
/** \file \ingroup freestyle
*/
#include "BPy_CurvePoint.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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