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:
2019-02-18 08:08:12 +11:00
parent 3316853323
commit de13d0a80c
2994 changed files with 6288 additions and 3339 deletions

View File

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

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup python
/** \file
* \ingroup python
*
* Logging defines.
*/

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file defines the 'bmesh' module.
*/

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_API_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file defines the 'bmesh.geometry' module.
* Utility functions for operating on 'bmesh.types'

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_GEOMETRY_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file defines the 'bmesh.ops' module.
* Operators from 'opdefines' are wrapped.

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_OPS_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file provides __call__ aka BPy_BMO_call for
* the bmesh operator and has been given its own file

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_OPS_CALL_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#include "BLI_math.h"

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_TYPES_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file defines the types for 'BMesh.verts/edges/faces/loops.layers'
* customdata layer access.

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_TYPES_CUSTOMDATA_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file defines customdata types which can't be accessed as primitive
* python types such as MDeformVert, MLoopUV, MTexPoly

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_TYPES_MESHDATA_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file defines the types for 'BMesh.select_history'
* sequence and iterator.

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_TYPES_SELECT_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*
* This file defines the 'bmesh.utils' module.
* Utility functions for operating on 'bmesh.types'

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pybmesh
/** \file
* \ingroup pybmesh
*/
#ifndef __BMESH_PY_UTILS_H__

View File

@@ -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.

View File

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

View File

@@ -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.
*/

View File

@@ -17,7 +17,8 @@
#ifndef __BLF_PY_API_H__
#define __BLF_PY_API_H__
/** \file \ingroup pygen
/** \file
* \ingroup pygen
*/
PyObject *BPyInit_blf(void);

View File

@@ -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.

View File

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

View File

@@ -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,

View File

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

View File

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

View File

@@ -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.
*/

View File

@@ -17,7 +17,8 @@
#ifndef __IMBUF_PY_API_H__
#define __IMBUF_PY_API_H__
/** \file \ingroup pygen
/** \file
* \ingroup pygen
*/
PyObject *BPyInit_imbuf(void);

View File

@@ -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.

View File

@@ -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__

View File

@@ -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__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*
* Experimental Python API, not considered public yet (called '_gpu'),
* we may re-expose as public later.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*/
#ifndef __GPU_PY_API_H__

View File

@@ -16,7 +16,8 @@
* Copyright 2015, Blender Foundation.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*
* This file defines the offscreen functionalities of the 'gpu' module
* used for off-screen OpenGL rendering.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*/
#ifndef __GPU_PY_BATCH_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*
* - Use ``bpygpu_`` for local API.
* - Use ``BPyGPU`` for public API.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*/
#ifndef __GPU_PY_ELEMENT_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*
* This file defines the gpu.matrix stack API.
*

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*/
#ifndef __GPU_PY_MATRIX_H__

View File

@@ -16,7 +16,8 @@
* Copyright 2015, Blender Foundation.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*
* This file defines the offscreen functionalities of the 'gpu' module
* used for off-screen OpenGL rendering.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*/
#ifndef __GPU_PY_OFFSCREEN_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*
* This file defines the gpu.select API.
*

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*/
#ifndef __GPU_PY_SELECT_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*
* - Use ``bpygpu_`` for local API.
* - Use ``BPyGPU`` for public API.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*/
#ifndef __GPU_PY_SHADER_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*
* - Use ``bpygpu_`` for local API.
* - Use ``BPyGPU`` for public API.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*/
#ifndef __GPU_PY_TYPES_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*
* - Use ``bpygpu_`` for local API.
* - Use ``BPyGPU`` for public API.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*/
#ifndef __GPU_PY_VERTEX_BUFFER_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*
* - Use ``bpygpu_`` for local API.
* - Use ``BPyGPU`` for public API.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup bpygpu
/** \file
* \ingroup bpygpu
*/
#ifndef __GPU_PY_VERTEX_FORMAT_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* This file defines the '_bpy' module which is used by python's 'bpy' package
* to access C defined builtin functions.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* This file defines a 'PyStructSequence' accessed via 'bpy.app', mostly
* exposing static applications variables such as version and buildinfo

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_APP_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#include <Python.h>

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_APP_ALEMBIC_H__

View File

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

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_APP_BUILD_OPTIONS_H__

View File

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

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_APP_FFMPEG_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* This file defines a 'PyStructSequence' accessed via 'bpy.app.handlers',
* which exposes various lists that the script author can add callback

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_APP_HANDLERS_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* Runtime defined icons.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_APP_ICONS_H__

View File

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

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_APP_OCIO_H__

View File

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

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_APP_OIIO_H__

View File

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

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_APP_OPENSUBDIV_H__

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#include <Python.h>

View File

@@ -17,7 +17,8 @@
* All rights reserved.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_APP_OPENVDB_H__

View File

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

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_APP_SDL_H__

View File

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

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_APP_TIMERS_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* This file defines a singleton py object accessed via 'bpy.app.translations',
* which exposes various data and functions useful in i18n work.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_APP_TRANSLATIONS_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* This file contains Blender/Python utility functions to help implementing API's.
* This is not related to a particular module.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_CAPI_UTILS_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* This file defines the 'BPY_driver_exec' to execute python driver expressions,
* called by the animation system, there are also some utility functions

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_DRIVER_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* This file is so Python can define widget-group's that C can call into.
* The generic callback functions for Python widget-group are defines in

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_GIZMO_WRAP_H__

View File

@@ -16,7 +16,8 @@
* Chris Keith, Chris Want, Ken Hughes, Campbell Barton
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* This file deals with embedding the python interpreter within blender,
* starting and stopping python and exposing blender/python modules so they can

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* This file inserts an exit callback into pythons 'atexit' module.
* Without this sys.exit() can crash because blender is not properly closing

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* Store python versions of strings frequently used for python lookups
* to avoid converting, creating the hash and freeing every time as

View File

@@ -17,7 +17,8 @@
#ifndef __BPY_INTERN_STRING_H__
#define __BPY_INTERN_STRING_H__
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
void bpy_intern_string_init(void);

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_LIBRARY_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* This file exposed blend file library appending/linking to python, typically
* this would be done via RNA api but in this case a hand written python api

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* Python API for writing a set of data-blocks into a file.
* Useful for writing out asset-libraries, defines: `bpy.data.libraries.write(...)`.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
* This file defines '_bpy_msgbus' module, exposed as 'bpy.msgbus'.
*/

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_MSGBUS_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* This file defines '_bpy.ops', an internal python module which gives python
* the ability to inspect and call both C and Python defined operators.

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*/
#ifndef __BPY_OPERATOR_H__

View File

@@ -14,7 +14,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/** \file \ingroup pythonintern
/** \file
* \ingroup pythonintern
*
* This file is so python can define operators that C can call into.
* The generic callback functions for python operators are defines in

Some files were not shown because too many files have changed in this diff Show More