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/editors/space_file/file_draw.c | 3 +-- source/blender/editors/space_file/file_intern.h | 3 +-- source/blender/editors/space_file/file_ops.c | 3 +-- source/blender/editors/space_file/file_panels.c | 3 +-- source/blender/editors/space_file/file_utils.c | 3 +-- source/blender/editors/space_file/filelist.c | 3 +-- source/blender/editors/space_file/filelist.h | 3 +-- source/blender/editors/space_file/filesel.c | 3 +-- source/blender/editors/space_file/fsmenu.c | 3 +-- source/blender/editors/space_file/fsmenu.h | 3 +-- source/blender/editors/space_file/space_file.c | 3 +-- 11 files changed, 11 insertions(+), 22 deletions(-) (limited to 'source/blender/editors/space_file') diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c index 4c1bbfacbee..c947b8abbbf 100644 --- a/source/blender/editors/space_file/file_draw.c +++ b/source/blender/editors/space_file/file_draw.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_file/file_draw.c - * \ingroup spfile +/** \file \ingroup spfile */ diff --git a/source/blender/editors/space_file/file_intern.h b/source/blender/editors/space_file/file_intern.h index f6ee5670473..69cca6d5ff1 100644 --- a/source/blender/editors/space_file/file_intern.h +++ b/source/blender/editors/space_file/file_intern.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_file/file_intern.h - * \ingroup spfile +/** \file \ingroup spfile */ #ifndef __FILE_INTERN_H__ diff --git a/source/blender/editors/space_file/file_ops.c b/source/blender/editors/space_file/file_ops.c index b8da0d47932..ea2597cbcc2 100644 --- a/source/blender/editors/space_file/file_ops.c +++ b/source/blender/editors/space_file/file_ops.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_file/file_ops.c - * \ingroup spfile +/** \file \ingroup spfile */ #include "BLI_blenlib.h" diff --git a/source/blender/editors/space_file/file_panels.c b/source/blender/editors/space_file/file_panels.c index 4fd7a8d2fa2..bdc2ba78a33 100644 --- a/source/blender/editors/space_file/file_panels.c +++ b/source/blender/editors/space_file/file_panels.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_file/file_panels.c - * \ingroup spfile +/** \file \ingroup spfile */ #include "BLI_blenlib.h" diff --git a/source/blender/editors/space_file/file_utils.c b/source/blender/editors/space_file/file_utils.c index a4d12e88916..bac79e464d7 100644 --- a/source/blender/editors/space_file/file_utils.c +++ b/source/blender/editors/space_file/file_utils.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file blender/editors/space_file/file_utils.c - * \ingroup spfile +/** \file \ingroup spfile */ #include "BLI_rect.h" diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c index cafc8f46dc7..090062a479c 100644 --- a/source/blender/editors/space_file/filelist.c +++ b/source/blender/editors/space_file/filelist.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_file/filelist.c - * \ingroup spfile +/** \file \ingroup spfile */ diff --git a/source/blender/editors/space_file/filelist.h b/source/blender/editors/space_file/filelist.h index 0ac75168276..a66510a8555 100644 --- a/source/blender/editors/space_file/filelist.h +++ b/source/blender/editors/space_file/filelist.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_file/filelist.h - * \ingroup spfile +/** \file \ingroup spfile */ diff --git a/source/blender/editors/space_file/filesel.c b/source/blender/editors/space_file/filesel.c index bd6e19d099e..903c4e18620 100644 --- a/source/blender/editors/space_file/filesel.c +++ b/source/blender/editors/space_file/filesel.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_file/filesel.c - * \ingroup spfile +/** \file \ingroup spfile */ diff --git a/source/blender/editors/space_file/fsmenu.c b/source/blender/editors/space_file/fsmenu.c index 3e1c99f7ab4..07aa49407da 100644 --- a/source/blender/editors/space_file/fsmenu.c +++ b/source/blender/editors/space_file/fsmenu.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_file/fsmenu.c - * \ingroup spfile +/** \file \ingroup spfile */ diff --git a/source/blender/editors/space_file/fsmenu.h b/source/blender/editors/space_file/fsmenu.h index 66acea7de23..00654c6faf6 100644 --- a/source/blender/editors/space_file/fsmenu.h +++ b/source/blender/editors/space_file/fsmenu.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_file/fsmenu.h - * \ingroup spfile +/** \file \ingroup spfile */ diff --git a/source/blender/editors/space_file/space_file.c b/source/blender/editors/space_file/space_file.c index e3b5fb70e33..1774b8a5cc6 100644 --- a/source/blender/editors/space_file/space_file.c +++ b/source/blender/editors/space_file/space_file.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_file/space_file.c - * \ingroup spfile +/** \file \ingroup spfile */ #include -- cgit v1.2.3