From eef4077f18495d88a2426cfda3ec9a4dc461f798 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 6 Feb 2019 15:42:22 +1100 Subject: 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. --- source/blender/python/intern/bpy.c | 3 +-- source/blender/python/intern/bpy.h | 3 +-- source/blender/python/intern/bpy_app.c | 3 +-- source/blender/python/intern/bpy_app.h | 3 +-- source/blender/python/intern/bpy_app_alembic.c | 3 +-- source/blender/python/intern/bpy_app_alembic.h | 3 +-- source/blender/python/intern/bpy_app_build_options.c | 3 +-- source/blender/python/intern/bpy_app_build_options.h | 3 +-- source/blender/python/intern/bpy_app_ffmpeg.c | 3 +-- source/blender/python/intern/bpy_app_ffmpeg.h | 3 +-- source/blender/python/intern/bpy_app_handlers.c | 3 +-- source/blender/python/intern/bpy_app_handlers.h | 3 +-- source/blender/python/intern/bpy_app_icons.c | 3 +-- source/blender/python/intern/bpy_app_icons.h | 3 +-- source/blender/python/intern/bpy_app_ocio.c | 3 +-- source/blender/python/intern/bpy_app_ocio.h | 3 +-- source/blender/python/intern/bpy_app_oiio.c | 3 +-- source/blender/python/intern/bpy_app_oiio.h | 3 +-- source/blender/python/intern/bpy_app_opensubdiv.c | 3 +-- source/blender/python/intern/bpy_app_opensubdiv.h | 3 +-- source/blender/python/intern/bpy_app_openvdb.c | 3 +-- source/blender/python/intern/bpy_app_openvdb.h | 3 +-- source/blender/python/intern/bpy_app_sdl.c | 3 +-- source/blender/python/intern/bpy_app_sdl.h | 3 +-- source/blender/python/intern/bpy_app_timers.c | 3 +-- source/blender/python/intern/bpy_app_timers.h | 3 +-- source/blender/python/intern/bpy_app_translations.c | 3 +-- source/blender/python/intern/bpy_app_translations.h | 3 +-- source/blender/python/intern/bpy_capi_utils.c | 3 +-- source/blender/python/intern/bpy_capi_utils.h | 3 +-- source/blender/python/intern/bpy_driver.c | 3 +-- source/blender/python/intern/bpy_driver.h | 3 +-- source/blender/python/intern/bpy_gizmo_wrap.c | 3 +-- source/blender/python/intern/bpy_gizmo_wrap.h | 3 +-- source/blender/python/intern/bpy_interface.c | 3 +-- source/blender/python/intern/bpy_interface_atexit.c | 3 +-- source/blender/python/intern/bpy_intern_string.c | 3 +-- source/blender/python/intern/bpy_intern_string.h | 3 +-- source/blender/python/intern/bpy_library.h | 3 +-- source/blender/python/intern/bpy_library_load.c | 3 +-- source/blender/python/intern/bpy_library_write.c | 3 +-- source/blender/python/intern/bpy_msgbus.c | 3 +-- source/blender/python/intern/bpy_msgbus.h | 3 +-- source/blender/python/intern/bpy_operator.c | 3 +-- source/blender/python/intern/bpy_operator.h | 3 +-- source/blender/python/intern/bpy_operator_wrap.c | 3 +-- source/blender/python/intern/bpy_operator_wrap.h | 3 +-- source/blender/python/intern/bpy_path.c | 3 +-- source/blender/python/intern/bpy_path.h | 3 +-- source/blender/python/intern/bpy_props.c | 3 +-- source/blender/python/intern/bpy_props.h | 3 +-- source/blender/python/intern/bpy_rna.c | 3 +-- source/blender/python/intern/bpy_rna.h | 3 +-- source/blender/python/intern/bpy_rna_anim.c | 3 +-- source/blender/python/intern/bpy_rna_anim.h | 3 +-- source/blender/python/intern/bpy_rna_array.c | 3 +-- source/blender/python/intern/bpy_rna_callback.c | 3 +-- source/blender/python/intern/bpy_rna_callback.h | 3 +-- source/blender/python/intern/bpy_rna_driver.c | 3 +-- source/blender/python/intern/bpy_rna_driver.h | 3 +-- source/blender/python/intern/bpy_rna_gizmo.c | 3 +-- source/blender/python/intern/bpy_rna_gizmo.h | 3 +-- source/blender/python/intern/bpy_rna_id_collection.c | 3 +-- source/blender/python/intern/bpy_rna_id_collection.h | 3 +-- source/blender/python/intern/bpy_traceback.c | 3 +-- source/blender/python/intern/bpy_traceback.h | 3 +-- source/blender/python/intern/bpy_utils_previews.c | 3 +-- source/blender/python/intern/bpy_utils_previews.h | 3 +-- source/blender/python/intern/bpy_utils_units.c | 3 +-- source/blender/python/intern/bpy_utils_units.h | 3 +-- source/blender/python/intern/stubs.c | 3 +-- 71 files changed, 71 insertions(+), 142 deletions(-) (limited to 'source/blender/python/intern') diff --git a/source/blender/python/intern/bpy.c b/source/blender/python/intern/bpy.c index c122a45ba9b..f2596a072a4 100644 --- a/source/blender/python/intern/bpy.c +++ b/source/blender/python/intern/bpy.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy.c - * \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. diff --git a/source/blender/python/intern/bpy.h b/source/blender/python/intern/bpy.h index ebbd040c63a..d05683e403f 100644 --- a/source/blender/python/intern/bpy.h +++ b/source/blender/python/intern/bpy.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_H__ diff --git a/source/blender/python/intern/bpy_app.c b/source/blender/python/intern/bpy_app.c index 1a0bc8db810..c95e91e0119 100644 --- a/source/blender/python/intern/bpy_app.c +++ b/source/blender/python/intern/bpy_app.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * * This file defines a 'PyStructSequence' accessed via 'bpy.app', mostly * exposing static applications variables such as version and buildinfo diff --git a/source/blender/python/intern/bpy_app.h b/source/blender/python/intern/bpy_app.h index a29cd4dc884..c137f5133b9 100644 --- a/source/blender/python/intern/bpy_app.h +++ b/source/blender/python/intern/bpy_app.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_APP_H__ diff --git a/source/blender/python/intern/bpy_app_alembic.c b/source/blender/python/intern/bpy_app_alembic.c index 7ba040a587b..ec272525fa7 100644 --- a/source/blender/python/intern/bpy_app_alembic.c +++ b/source/blender/python/intern/bpy_app_alembic.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/python/intern/bpy_app_alembic.c - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #include diff --git a/source/blender/python/intern/bpy_app_alembic.h b/source/blender/python/intern/bpy_app_alembic.h index 39abc00bebe..466a671ba47 100644 --- a/source/blender/python/intern/bpy_app_alembic.h +++ b/source/blender/python/intern/bpy_app_alembic.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/python/intern/bpy_app_alembic.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_APP_ALEMBIC_H__ diff --git a/source/blender/python/intern/bpy_app_build_options.c b/source/blender/python/intern/bpy_app_build_options.c index 7043ebbf537..287742c620c 100644 --- a/source/blender/python/intern/bpy_app_build_options.c +++ b/source/blender/python/intern/bpy_app_build_options.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_build_options.c - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #include diff --git a/source/blender/python/intern/bpy_app_build_options.h b/source/blender/python/intern/bpy_app_build_options.h index 1a007d2b27d..870c5f293f9 100644 --- a/source/blender/python/intern/bpy_app_build_options.h +++ b/source/blender/python/intern/bpy_app_build_options.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_build_options.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_APP_BUILD_OPTIONS_H__ diff --git a/source/blender/python/intern/bpy_app_ffmpeg.c b/source/blender/python/intern/bpy_app_ffmpeg.c index b6034d07420..51934b2c0e9 100644 --- a/source/blender/python/intern/bpy_app_ffmpeg.c +++ b/source/blender/python/intern/bpy_app_ffmpeg.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_ffmpeg.c - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #include diff --git a/source/blender/python/intern/bpy_app_ffmpeg.h b/source/blender/python/intern/bpy_app_ffmpeg.h index b64ad6120a2..2132af994d4 100644 --- a/source/blender/python/intern/bpy_app_ffmpeg.h +++ b/source/blender/python/intern/bpy_app_ffmpeg.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_ffmpeg.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_APP_FFMPEG_H__ diff --git a/source/blender/python/intern/bpy_app_handlers.c b/source/blender/python/intern/bpy_app_handlers.c index d5d823129ac..fd49b96df9f 100644 --- a/source/blender/python/intern/bpy_app_handlers.c +++ b/source/blender/python/intern/bpy_app_handlers.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_handlers.c - * \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 diff --git a/source/blender/python/intern/bpy_app_handlers.h b/source/blender/python/intern/bpy_app_handlers.h index 39293052487..173a73f4012 100644 --- a/source/blender/python/intern/bpy_app_handlers.h +++ b/source/blender/python/intern/bpy_app_handlers.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_handlers.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_APP_HANDLERS_H__ diff --git a/source/blender/python/intern/bpy_app_icons.c b/source/blender/python/intern/bpy_app_icons.c index 7f70a4081da..afdd76bc07e 100644 --- a/source/blender/python/intern/bpy_app_icons.c +++ b/source/blender/python/intern/bpy_app_icons.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_icons.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * * Runtime defined icons. */ diff --git a/source/blender/python/intern/bpy_app_icons.h b/source/blender/python/intern/bpy_app_icons.h index aad41c6a202..7b391b13ec5 100644 --- a/source/blender/python/intern/bpy_app_icons.h +++ b/source/blender/python/intern/bpy_app_icons.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_icons.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_APP_ICONS_H__ diff --git a/source/blender/python/intern/bpy_app_ocio.c b/source/blender/python/intern/bpy_app_ocio.c index 12e0488b66f..7300d82a225 100644 --- a/source/blender/python/intern/bpy_app_ocio.c +++ b/source/blender/python/intern/bpy_app_ocio.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_ocio.c - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #include diff --git a/source/blender/python/intern/bpy_app_ocio.h b/source/blender/python/intern/bpy_app_ocio.h index 849c432c638..383459cf29f 100644 --- a/source/blender/python/intern/bpy_app_ocio.h +++ b/source/blender/python/intern/bpy_app_ocio.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_ocio.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_APP_OCIO_H__ diff --git a/source/blender/python/intern/bpy_app_oiio.c b/source/blender/python/intern/bpy_app_oiio.c index 77bee20c97c..1550022b84e 100644 --- a/source/blender/python/intern/bpy_app_oiio.c +++ b/source/blender/python/intern/bpy_app_oiio.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_oiio.c - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #include diff --git a/source/blender/python/intern/bpy_app_oiio.h b/source/blender/python/intern/bpy_app_oiio.h index 5087a844feb..66a65427822 100644 --- a/source/blender/python/intern/bpy_app_oiio.h +++ b/source/blender/python/intern/bpy_app_oiio.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_oiio.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_APP_OIIO_H__ diff --git a/source/blender/python/intern/bpy_app_opensubdiv.c b/source/blender/python/intern/bpy_app_opensubdiv.c index c5965aad528..be390b017ea 100644 --- a/source/blender/python/intern/bpy_app_opensubdiv.c +++ b/source/blender/python/intern/bpy_app_opensubdiv.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_opensubdiv.c - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #include diff --git a/source/blender/python/intern/bpy_app_opensubdiv.h b/source/blender/python/intern/bpy_app_opensubdiv.h index 942c1edbe2f..0c2a4c2acfb 100644 --- a/source/blender/python/intern/bpy_app_opensubdiv.h +++ b/source/blender/python/intern/bpy_app_opensubdiv.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_opensubdiv.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_APP_OPENSUBDIV_H__ diff --git a/source/blender/python/intern/bpy_app_openvdb.c b/source/blender/python/intern/bpy_app_openvdb.c index 2a5f5ec9e99..9fb70928738 100644 --- a/source/blender/python/intern/bpy_app_openvdb.c +++ b/source/blender/python/intern/bpy_app_openvdb.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/python/intern/bpy_app_openvdb.c - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #include diff --git a/source/blender/python/intern/bpy_app_openvdb.h b/source/blender/python/intern/bpy_app_openvdb.h index ffefac1d3c3..9dfd0248ead 100644 --- a/source/blender/python/intern/bpy_app_openvdb.h +++ b/source/blender/python/intern/bpy_app_openvdb.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/python/intern/bpy_app_openvdb.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_APP_OPENVDB_H__ diff --git a/source/blender/python/intern/bpy_app_sdl.c b/source/blender/python/intern/bpy_app_sdl.c index c1faf5a3360..c37c435e9c0 100644 --- a/source/blender/python/intern/bpy_app_sdl.c +++ b/source/blender/python/intern/bpy_app_sdl.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_sdl.c - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #include diff --git a/source/blender/python/intern/bpy_app_sdl.h b/source/blender/python/intern/bpy_app_sdl.h index 6fb5e984876..1bc25defb6c 100644 --- a/source/blender/python/intern/bpy_app_sdl.h +++ b/source/blender/python/intern/bpy_app_sdl.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_sdl.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_APP_SDL_H__ diff --git a/source/blender/python/intern/bpy_app_timers.c b/source/blender/python/intern/bpy_app_timers.c index 5b5c6840a23..788040d515a 100644 --- a/source/blender/python/intern/bpy_app_timers.c +++ b/source/blender/python/intern/bpy_app_timers.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_timers.c - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #include diff --git a/source/blender/python/intern/bpy_app_timers.h b/source/blender/python/intern/bpy_app_timers.h index 313aaa3aa36..1c977640c17 100644 --- a/source/blender/python/intern/bpy_app_timers.h +++ b/source/blender/python/intern/bpy_app_timers.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_timers.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_APP_TIMERS_H__ diff --git a/source/blender/python/intern/bpy_app_translations.c b/source/blender/python/intern/bpy_app_translations.c index 45d13e2a6a4..233c8e5228e 100644 --- a/source/blender/python/intern/bpy_app_translations.c +++ b/source/blender/python/intern/bpy_app_translations.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_translations.c - * \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. diff --git a/source/blender/python/intern/bpy_app_translations.h b/source/blender/python/intern/bpy_app_translations.h index 2451e051a1b..0f77badcaa6 100644 --- a/source/blender/python/intern/bpy_app_translations.h +++ b/source/blender/python/intern/bpy_app_translations.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_app_translations.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_APP_TRANSLATIONS_H__ diff --git a/source/blender/python/intern/bpy_capi_utils.c b/source/blender/python/intern/bpy_capi_utils.c index fc49223ef9d..dc13d012a80 100644 --- a/source/blender/python/intern/bpy_capi_utils.c +++ b/source/blender/python/intern/bpy_capi_utils.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_capi_utils.c - * \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. diff --git a/source/blender/python/intern/bpy_capi_utils.h b/source/blender/python/intern/bpy_capi_utils.h index cd34d61ea7d..22cd3feb65b 100644 --- a/source/blender/python/intern/bpy_capi_utils.h +++ b/source/blender/python/intern/bpy_capi_utils.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_capi_utils.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_CAPI_UTILS_H__ diff --git a/source/blender/python/intern/bpy_driver.c b/source/blender/python/intern/bpy_driver.c index e45a9c221f6..3d0416796e5 100644 --- a/source/blender/python/intern/bpy_driver.c +++ b/source/blender/python/intern/bpy_driver.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_driver.c - * \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 diff --git a/source/blender/python/intern/bpy_driver.h b/source/blender/python/intern/bpy_driver.h index fd2ee0a01d2..cddb653f6ee 100644 --- a/source/blender/python/intern/bpy_driver.h +++ b/source/blender/python/intern/bpy_driver.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_driver.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_DRIVER_H__ diff --git a/source/blender/python/intern/bpy_gizmo_wrap.c b/source/blender/python/intern/bpy_gizmo_wrap.c index 28237af5688..d4eedbdd78b 100644 --- a/source/blender/python/intern/bpy_gizmo_wrap.c +++ b/source/blender/python/intern/bpy_gizmo_wrap.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_gizmo_wrap.c - * \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 diff --git a/source/blender/python/intern/bpy_gizmo_wrap.h b/source/blender/python/intern/bpy_gizmo_wrap.h index 02bf1ba6656..a55906e2352 100644 --- a/source/blender/python/intern/bpy_gizmo_wrap.h +++ b/source/blender/python/intern/bpy_gizmo_wrap.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_gizmo_wrap.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_GIZMO_WRAP_H__ diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c index 0a2908c056d..26bfa5d06cd 100644 --- a/source/blender/python/intern/bpy_interface.c +++ b/source/blender/python/intern/bpy_interface.c @@ -16,8 +16,7 @@ * Chris Keith, Chris Want, Ken Hughes, Campbell Barton */ -/** \file blender/python/intern/bpy_interface.c - * \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 diff --git a/source/blender/python/intern/bpy_interface_atexit.c b/source/blender/python/intern/bpy_interface_atexit.c index 36cb44ae35f..b8d5486b1bf 100644 --- a/source/blender/python/intern/bpy_interface_atexit.c +++ b/source/blender/python/intern/bpy_interface_atexit.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_interface_atexit.c - * \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 diff --git a/source/blender/python/intern/bpy_intern_string.c b/source/blender/python/intern/bpy_intern_string.c index 7bd72e11b1b..792fd81bf7f 100644 --- a/source/blender/python/intern/bpy_intern_string.c +++ b/source/blender/python/intern/bpy_intern_string.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_intern_string.c - * \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 diff --git a/source/blender/python/intern/bpy_intern_string.h b/source/blender/python/intern/bpy_intern_string.h index 7e823db0b4e..3ffc6f9a1d2 100644 --- a/source/blender/python/intern/bpy_intern_string.h +++ b/source/blender/python/intern/bpy_intern_string.h @@ -17,8 +17,7 @@ #ifndef __BPY_INTERN_STRING_H__ #define __BPY_INTERN_STRING_H__ -/** \file blender/python/intern/bpy_intern_string.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ void bpy_intern_string_init(void); diff --git a/source/blender/python/intern/bpy_library.h b/source/blender/python/intern/bpy_library.h index 85a85e74d64..4f41909a1fe 100644 --- a/source/blender/python/intern/bpy_library.h +++ b/source/blender/python/intern/bpy_library.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_library.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_LIBRARY_H__ diff --git a/source/blender/python/intern/bpy_library_load.c b/source/blender/python/intern/bpy_library_load.c index 094d3619fc6..d64a05e5696 100644 --- a/source/blender/python/intern/bpy_library_load.c +++ b/source/blender/python/intern/bpy_library_load.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_library_load.c - * \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 diff --git a/source/blender/python/intern/bpy_library_write.c b/source/blender/python/intern/bpy_library_write.c index 6c97c1622d5..7575ad69858 100644 --- a/source/blender/python/intern/bpy_library_write.c +++ b/source/blender/python/intern/bpy_library_write.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_library_write.c - * \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(...)`. diff --git a/source/blender/python/intern/bpy_msgbus.c b/source/blender/python/intern/bpy_msgbus.c index 7455ef2b4fe..8dfbf3f6089 100644 --- a/source/blender/python/intern/bpy_msgbus.c +++ b/source/blender/python/intern/bpy_msgbus.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_msgbus.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * This file defines '_bpy_msgbus' module, exposed as 'bpy.msgbus'. */ diff --git a/source/blender/python/intern/bpy_msgbus.h b/source/blender/python/intern/bpy_msgbus.h index 8ded2840b56..92675ffa27b 100644 --- a/source/blender/python/intern/bpy_msgbus.h +++ b/source/blender/python/intern/bpy_msgbus.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_msgbus.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_MSGBUS_H__ diff --git a/source/blender/python/intern/bpy_operator.c b/source/blender/python/intern/bpy_operator.c index 2039ca90237..d630dd2ac38 100644 --- a/source/blender/python/intern/bpy_operator.c +++ b/source/blender/python/intern/bpy_operator.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_operator.c - * \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. diff --git a/source/blender/python/intern/bpy_operator.h b/source/blender/python/intern/bpy_operator.h index d1156defe15..b58ca3369ed 100644 --- a/source/blender/python/intern/bpy_operator.h +++ b/source/blender/python/intern/bpy_operator.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_operator.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_OPERATOR_H__ diff --git a/source/blender/python/intern/bpy_operator_wrap.c b/source/blender/python/intern/bpy_operator_wrap.c index 5f56b3cc52e..1a795ee9fa4 100644 --- a/source/blender/python/intern/bpy_operator_wrap.c +++ b/source/blender/python/intern/bpy_operator_wrap.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_operator_wrap.c - * \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 diff --git a/source/blender/python/intern/bpy_operator_wrap.h b/source/blender/python/intern/bpy_operator_wrap.h index 32adbd74f29..50135d2a3a5 100644 --- a/source/blender/python/intern/bpy_operator_wrap.h +++ b/source/blender/python/intern/bpy_operator_wrap.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_operator_wrap.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_OPERATOR_WRAP_H__ diff --git a/source/blender/python/intern/bpy_path.c b/source/blender/python/intern/bpy_path.c index 25b3ec7da53..50b49a8413e 100644 --- a/source/blender/python/intern/bpy_path.c +++ b/source/blender/python/intern/bpy_path.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_path.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * * This file defines '_bpy_path' module, Some 'C' functionality used by 'bpy.path' */ diff --git a/source/blender/python/intern/bpy_path.h b/source/blender/python/intern/bpy_path.h index 003df2f8eb9..9c6cdbce03b 100644 --- a/source/blender/python/intern/bpy_path.h +++ b/source/blender/python/intern/bpy_path.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_path.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ diff --git a/source/blender/python/intern/bpy_props.c b/source/blender/python/intern/bpy_props.c index d8a4ced81fe..52354e7f740 100644 --- a/source/blender/python/intern/bpy_props.c +++ b/source/blender/python/intern/bpy_props.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_props.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * * This file defines 'bpy.props' module used so scripts can define their own * rna properties for use with python operators or adding new properties to diff --git a/source/blender/python/intern/bpy_props.h b/source/blender/python/intern/bpy_props.h index 2f1ce1ec766..0cc9bc55e06 100644 --- a/source/blender/python/intern/bpy_props.h +++ b/source/blender/python/intern/bpy_props.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_props.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c index e8fcb62ba91..cd9db310d42 100644 --- a/source/blender/python/intern/bpy_rna.c +++ b/source/blender/python/intern/bpy_rna.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_rna.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * * This file is the main interface between python and blenders data api (RNA), * exposing RNA to python so blender data can be accessed in a python like way. diff --git a/source/blender/python/intern/bpy_rna.h b/source/blender/python/intern/bpy_rna.h index 9d1b8b313ec..002332aadec 100644 --- a/source/blender/python/intern/bpy_rna.h +++ b/source/blender/python/intern/bpy_rna.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_rna.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_RNA_H__ diff --git a/source/blender/python/intern/bpy_rna_anim.c b/source/blender/python/intern/bpy_rna_anim.c index 77a048aced3..cdefd810cca 100644 --- a/source/blender/python/intern/bpy_rna_anim.c +++ b/source/blender/python/intern/bpy_rna_anim.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_rna_anim.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * * This file defines the animation related methods used in bpy_rna.c */ diff --git a/source/blender/python/intern/bpy_rna_anim.h b/source/blender/python/intern/bpy_rna_anim.h index 2eb97f017f6..1350cffb6c0 100644 --- a/source/blender/python/intern/bpy_rna_anim.h +++ b/source/blender/python/intern/bpy_rna_anim.h @@ -17,8 +17,7 @@ #ifndef __BPY_RNA_ANIM_H__ #define __BPY_RNA_ANIM_H__ -/** \file blender/python/intern/bpy_rna_anim.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ extern char pyrna_struct_keyframe_insert_doc[]; diff --git a/source/blender/python/intern/bpy_rna_array.c b/source/blender/python/intern/bpy_rna_array.c index fd645c6b64c..87c2f2e1d70 100644 --- a/source/blender/python/intern/bpy_rna_array.c +++ b/source/blender/python/intern/bpy_rna_array.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_rna_array.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * * This file deals with array access for 'BPy_PropertyArrayRNA' from bpy_rna.c */ diff --git a/source/blender/python/intern/bpy_rna_callback.c b/source/blender/python/intern/bpy_rna_callback.c index df6f9739a8e..1206ec498d1 100644 --- a/source/blender/python/intern/bpy_rna_callback.c +++ b/source/blender/python/intern/bpy_rna_callback.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_rna_callback.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * * This file currently exposes callbacks for interface regions but may be * extended later. diff --git a/source/blender/python/intern/bpy_rna_callback.h b/source/blender/python/intern/bpy_rna_callback.h index c28b5cda7ec..ad3b5c0456d 100644 --- a/source/blender/python/intern/bpy_rna_callback.h +++ b/source/blender/python/intern/bpy_rna_callback.h @@ -17,8 +17,7 @@ #ifndef __BPY_RNA_CALLBACK_H__ #define __BPY_RNA_CALLBACK_H__ -/** \file blender/python/intern/bpy_rna_callback.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ struct BPy_StructRNA; diff --git a/source/blender/python/intern/bpy_rna_driver.c b/source/blender/python/intern/bpy_rna_driver.c index d59c2264a06..4aada299c38 100644 --- a/source/blender/python/intern/bpy_rna_driver.c +++ b/source/blender/python/intern/bpy_rna_driver.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_rna_driver.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * * This file defines utility functions that use the RNA API, from PyDrivers. */ diff --git a/source/blender/python/intern/bpy_rna_driver.h b/source/blender/python/intern/bpy_rna_driver.h index 3c2b9152f6b..68bc4b3e233 100644 --- a/source/blender/python/intern/bpy_rna_driver.h +++ b/source/blender/python/intern/bpy_rna_driver.h @@ -17,8 +17,7 @@ #ifndef __BPY_RNA_DRIVER_H__ #define __BPY_RNA_DRIVER_H__ -/** \file blender/python/intern/bpy_rna_driver.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ struct ChannelDriver; diff --git a/source/blender/python/intern/bpy_rna_gizmo.c b/source/blender/python/intern/bpy_rna_gizmo.c index a7a980a034d..b9486e143b3 100644 --- a/source/blender/python/intern/bpy_rna_gizmo.c +++ b/source/blender/python/intern/bpy_rna_gizmo.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_rna_gizmo.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * * . */ diff --git a/source/blender/python/intern/bpy_rna_gizmo.h b/source/blender/python/intern/bpy_rna_gizmo.h index dcce71ec758..fa5e2e3b27c 100644 --- a/source/blender/python/intern/bpy_rna_gizmo.h +++ b/source/blender/python/intern/bpy_rna_gizmo.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_rna_gizmo.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_RNA_GIZMO_H__ diff --git a/source/blender/python/intern/bpy_rna_id_collection.c b/source/blender/python/intern/bpy_rna_id_collection.c index 25d374b0f98..7e11429e641 100644 --- a/source/blender/python/intern/bpy_rna_id_collection.c +++ b/source/blender/python/intern/bpy_rna_id_collection.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_rna_id_collection.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * * This file adds some helpers related to ID/Main handling, that cannot fit well in RNA itself. */ diff --git a/source/blender/python/intern/bpy_rna_id_collection.h b/source/blender/python/intern/bpy_rna_id_collection.h index e8e6e7ca330..f0f9fe0b982 100644 --- a/source/blender/python/intern/bpy_rna_id_collection.h +++ b/source/blender/python/intern/bpy_rna_id_collection.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_rna_id_collection.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_RNA_ID_COLLECTION_H__ diff --git a/source/blender/python/intern/bpy_traceback.c b/source/blender/python/intern/bpy_traceback.c index 8e4160c82a1..f9134a275e8 100644 --- a/source/blender/python/intern/bpy_traceback.c +++ b/source/blender/python/intern/bpy_traceback.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_traceback.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * * This file contains utility functions for getting data from a python stack * trace. diff --git a/source/blender/python/intern/bpy_traceback.h b/source/blender/python/intern/bpy_traceback.h index a182e8bdbff..73e8bcb9cc9 100644 --- a/source/blender/python/intern/bpy_traceback.h +++ b/source/blender/python/intern/bpy_traceback.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_traceback.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ diff --git a/source/blender/python/intern/bpy_utils_previews.c b/source/blender/python/intern/bpy_utils_previews.c index 677bb1771ec..226ff28b4f4 100644 --- a/source/blender/python/intern/bpy_utils_previews.c +++ b/source/blender/python/intern/bpy_utils_previews.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_utils_previews.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * * This file defines a singleton py object accessed via 'bpy.utils.previews', * which exposes low-level API for custom previews/icons. diff --git a/source/blender/python/intern/bpy_utils_previews.h b/source/blender/python/intern/bpy_utils_previews.h index f60a41ed1eb..93752061df3 100644 --- a/source/blender/python/intern/bpy_utils_previews.h +++ b/source/blender/python/intern/bpy_utils_previews.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_utils_previews.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_UTILS_PREVIEWS_H__ diff --git a/source/blender/python/intern/bpy_utils_units.c b/source/blender/python/intern/bpy_utils_units.c index 614abf041d3..ca27212822a 100644 --- a/source/blender/python/intern/bpy_utils_units.c +++ b/source/blender/python/intern/bpy_utils_units.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_utils_units.c - * \ingroup pythonintern +/** \file \ingroup pythonintern * * This file defines a singleton py object accessed via 'bpy.utils.units', * which exposes various data and functions useful in units handling. diff --git a/source/blender/python/intern/bpy_utils_units.h b/source/blender/python/intern/bpy_utils_units.h index 1efc27af1d3..f90ca586a91 100644 --- a/source/blender/python/intern/bpy_utils_units.h +++ b/source/blender/python/intern/bpy_utils_units.h @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/python/intern/bpy_utils_units.h - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #ifndef __BPY_UTILS_UNITS_H__ diff --git a/source/blender/python/intern/stubs.c b/source/blender/python/intern/stubs.c index 42868666e0a..c0182e654ed 100644 --- a/source/blender/python/intern/stubs.c +++ b/source/blender/python/intern/stubs.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/python/intern/stubs.c - * \ingroup pythonintern +/** \file \ingroup pythonintern */ #include "BLI_utildefines.h" -- cgit v1.2.3