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:
@@ -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.
|
||||
|
@@ -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__
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
@@ -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);
|
||||
|
@@ -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.
|
||||
|
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
@@ -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,
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
@@ -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);
|
||||
|
@@ -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.
|
||||
|
@@ -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__
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user