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_buttons/buttons_context.c | 3 +-- source/blender/editors/space_buttons/buttons_intern.h | 3 +-- source/blender/editors/space_buttons/buttons_ops.c | 3 +-- source/blender/editors/space_buttons/buttons_texture.c | 3 +-- source/blender/editors/space_buttons/space_buttons.c | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) (limited to 'source/blender/editors/space_buttons') diff --git a/source/blender/editors/space_buttons/buttons_context.c b/source/blender/editors/space_buttons/buttons_context.c index d03e768b144..68bc548e31e 100644 --- a/source/blender/editors/space_buttons/buttons_context.c +++ b/source/blender/editors/space_buttons/buttons_context.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_buttons/buttons_context.c - * \ingroup spbuttons +/** \file \ingroup spbuttons */ diff --git a/source/blender/editors/space_buttons/buttons_intern.h b/source/blender/editors/space_buttons/buttons_intern.h index 3913fea4cf0..55f33797cca 100644 --- a/source/blender/editors/space_buttons/buttons_intern.h +++ b/source/blender/editors/space_buttons/buttons_intern.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_buttons/buttons_intern.h - * \ingroup spbuttons +/** \file \ingroup spbuttons */ #ifndef __BUTTONS_INTERN_H__ diff --git a/source/blender/editors/space_buttons/buttons_ops.c b/source/blender/editors/space_buttons/buttons_ops.c index 7be89bb1277..5bca7b05bb6 100644 --- a/source/blender/editors/space_buttons/buttons_ops.c +++ b/source/blender/editors/space_buttons/buttons_ops.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_buttons/buttons_ops.c - * \ingroup spbuttons +/** \file \ingroup spbuttons */ diff --git a/source/blender/editors/space_buttons/buttons_texture.c b/source/blender/editors/space_buttons/buttons_texture.c index 5176e221a09..b0ddb35d124 100644 --- a/source/blender/editors/space_buttons/buttons_texture.c +++ b/source/blender/editors/space_buttons/buttons_texture.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_buttons/buttons_texture.c - * \ingroup spbuttons +/** \file \ingroup spbuttons */ diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c index d618423beba..6f59a373b6c 100644 --- a/source/blender/editors/space_buttons/space_buttons.c +++ b/source/blender/editors/space_buttons/space_buttons.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_buttons/space_buttons.c - * \ingroup spbuttons +/** \file \ingroup spbuttons */ #include -- cgit v1.2.3