doxygen: add newline after \file
While \file doesn't need an argument, it can't have another doxy command after it.
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \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,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
#ifndef __BGL_H__
|
||||
|
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*
|
||||
* This file defines the 'bgl' module, used for drawing text in OpenGL.
|
||||
*/
|
||||
|
@@ -17,7 +17,8 @@
|
||||
#ifndef __BLF_PY_API_H__
|
||||
#define __BLF_PY_API_H__
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
PyObject *BPyInit_blf(void);
|
||||
|
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*
|
||||
* This file defines replacements for pythons '__import__' and 'imp.reload'
|
||||
* functions which can import from blender textblocks.
|
||||
|
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
|
||||
|
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \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,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
|
||||
|
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*
|
||||
* This file defines the 'imbuf' image manipulation module.
|
||||
*/
|
||||
|
@@ -17,7 +17,8 @@
|
||||
#ifndef __IMBUF_PY_API_H__
|
||||
#define __IMBUF_PY_API_H__
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
PyObject *BPyInit_imbuf(void);
|
||||
|
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \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,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
*/
|
||||
|
||||
#ifndef __PY_CAPI_UTILS_H__
|
||||
|
@@ -14,9 +14,10 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pygen
|
||||
* \brief header-only utilities
|
||||
* \note light addition to Python.h, use py_capi_utils.h for larger features.
|
||||
/** \file
|
||||
* \ingroup pygen
|
||||
* \brief header-only utilities
|
||||
* \note light addition to Python.h, use py_capi_utils.h for larger features.
|
||||
*/
|
||||
|
||||
#ifndef __PYTHON_UTILDEFINES_H__
|
||||
|
Reference in New Issue
Block a user