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/gpu/gpu_py_api.c
* \ingroup bpygpu
/** \file \ingroup bpygpu
*
* Experimental Python API, not considered public yet (called '_gpu'),
* we may re-expose as public later.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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