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 blender/python/generic/bgl.c
* \ingroup pygen
/** \file \ingroup pygen
*
* This file is the 'bgl' module which wraps OpenGL functions and constants,
* allowing script writers to make OpenGL calls in their Python scripts.

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file blender/python/generic/bgl.h
* \ingroup pygen
/** \file \ingroup pygen
*/
#ifndef __BGL_H__

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file blender/python/generic/blf_py_api.c
* \ingroup pygen
/** \file \ingroup pygen
*
* This file defines the 'bgl' module, used for drawing text in OpenGL.
*/

View File

@@ -17,8 +17,7 @@
#ifndef __BLF_PY_API_H__
#define __BLF_PY_API_H__
/** \file blender/python/generic/blf_py_api.h
* \ingroup pygen
/** \file \ingroup pygen
*/
PyObject *BPyInit_blf(void);

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file blender/python/generic/bpy_internal_import.c
* \ingroup pygen
/** \file \ingroup pygen
*
* This file defines replacements for pythons '__import__' and 'imp.reload'
* functions which can import from blender textblocks.

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file blender/python/generic/bpy_internal_import.h
* \ingroup pygen
/** \file \ingroup pygen
*/

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file blender/python/generic/bpy_threads.c
* \ingroup pygen
/** \file \ingroup pygen
*
* This file contains wrapper functions related to global interpreter lock.
* these functions are slightly different from the original Python API,

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file blender/python/generic/idprop_py_api.c
* \ingroup pygen
/** \file \ingroup pygen
*/
#include <Python.h>

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file blender/python/generic/idprop_py_api.h
* \ingroup pygen
/** \file \ingroup pygen
*/

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file blender/python/generic/imbuf_py_api.c
* \ingroup pygen
/** \file \ingroup pygen
*
* This file defines the 'imbuf' image manipulation module.
*/

View File

@@ -17,8 +17,7 @@
#ifndef __IMBUF_PY_API_H__
#define __IMBUF_PY_API_H__
/** \file blender/python/generic/imbuf_py_api.h
* \ingroup pygen
/** \file \ingroup pygen
*/
PyObject *BPyInit_imbuf(void);

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file blender/python/generic/py_capi_utils.c
* \ingroup pygen
/** \file \ingroup pygen
*
* Extend upon CPython's API, filling in some gaps, these functions use PyC_
* prefix to distinguish them apart from CPython.

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file blender/python/generic/py_capi_utils.h
* \ingroup pygen
/** \file \ingroup pygen
*/
#ifndef __PY_CAPI_UTILS_H__

View File

@@ -14,8 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file blender/python/generic/python_utildefines.h
* \ingroup pygen
/** \file \ingroup pygen
* \brief header-only utilities
* \note light addition to Python.h, use py_capi_utils.h for larger features.
*/