code cleanup: doxy comment filename corrections

This commit is contained in:
Campbell Barton
2012-06-08 23:43:11 +00:00
parent c96c63ad3a
commit 56c5c63f57
14 changed files with 14 additions and 14 deletions

View File

@@ -26,7 +26,7 @@
#ifndef __BLI_STRING_CURSOR_UTF8_H__
#define __BLI_STRING_CURSOR_UTF8_H__
/** \file BLI_string_utf8.h
/** \file BLI_string_cursor_utf8.h
* \ingroup bli
*/

View File

@@ -20,7 +20,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/bmesh/operators/bmesh_mesh_conv.c
/** \file blender/bmesh/operators/bmo_mesh_conv.c
* \ingroup bmesh
*
* This file contains functions

View File

@@ -20,7 +20,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/bmesh/operators/bmo_subdivide.c
/** \file blender/bmesh/operators/bmo_triangulate.c
* \ingroup bmesh
*/

View File

@@ -20,7 +20,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/bmesh/operators/bmo_subdivide.c
/** \file blender/bmesh/operators/bmo_utils.c
* \ingroup bmesh
*
* utility bmesh operators, e.g. transform,

View File

@@ -25,7 +25,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/editors/mask/mask_ops.c
/** \file blender/editors/mask/mask_edit.c
* \ingroup edmask
*/

View File

@@ -25,7 +25,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/editors/mask/mask_relationshops.c
/** \file blender/editors/mask/mask_relationships.c
* \ingroup edmask
*/

View File

@@ -25,7 +25,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/editors/space_clip/clip_graph_draw.c
/** \file blender/editors/space_clip/clip_dopesheet_draw.c
* \ingroup spclip
*/

View File

@@ -25,7 +25,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/editors/space_clip/clip_graph_ops.c
/** \file blender/editors/space_clip/clip_dopesheet_ops.c
* \ingroup spclip
*/

View File

@@ -28,7 +28,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_blur.c
/** \file blender/nodes/composite/nodes/node_composite_bokehblur.c
* \ingroup cmpnodes
*/

View File

@@ -28,7 +28,7 @@
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_gamma.c
/** \file blender/nodes/composite/nodes/node_composite_bokehimage.c
* \ingroup cmpnodes
*/

View File

@@ -27,7 +27,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_math.c
/** \file blender/nodes/composite/nodes/node_composite_boxmask.c
* \ingroup cmpnodes
*/

View File

@@ -27,7 +27,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_math.c
/** \file blender/nodes/composite/nodes/node_composite_ellipsemask.c
* \ingroup cmpnodes
*/

View File

@@ -27,7 +27,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_switch.c
/** \file blender/nodes/composite/nodes/node_composite_switch.c
* \ingroup cmpnodes
*/

View File

@@ -23,7 +23,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/python/bmesh/bmesh_py_api.c
/** \file blender/python/bmesh/bmesh_py_utils.c
* \ingroup pybmesh
*
* This file defines the 'bmesh.utils' module.