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_script/script_edit.c | 3 +-- source/blender/editors/space_script/script_intern.h | 3 +-- source/blender/editors/space_script/script_ops.c | 3 +-- source/blender/editors/space_script/space_script.c | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) (limited to 'source/blender/editors/space_script') diff --git a/source/blender/editors/space_script/script_edit.c b/source/blender/editors/space_script/script_edit.c index f176388361d..a7e86ee193a 100644 --- a/source/blender/editors/space_script/script_edit.c +++ b/source/blender/editors/space_script/script_edit.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_script/script_edit.c - * \ingroup spscript +/** \file \ingroup spscript */ diff --git a/source/blender/editors/space_script/script_intern.h b/source/blender/editors/space_script/script_intern.h index 934a8fd4701..b64f0d172f1 100644 --- a/source/blender/editors/space_script/script_intern.h +++ b/source/blender/editors/space_script/script_intern.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_script/script_intern.h - * \ingroup spscript +/** \file \ingroup spscript */ #ifndef __SCRIPT_INTERN_H__ diff --git a/source/blender/editors/space_script/script_ops.c b/source/blender/editors/space_script/script_ops.c index d859d2806e7..85756b6b47c 100644 --- a/source/blender/editors/space_script/script_ops.c +++ b/source/blender/editors/space_script/script_ops.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_script/script_ops.c - * \ingroup spscript +/** \file \ingroup spscript */ diff --git a/source/blender/editors/space_script/space_script.c b/source/blender/editors/space_script/space_script.c index c61848c4291..0a03d6645e1 100644 --- a/source/blender/editors/space_script/space_script.c +++ b/source/blender/editors/space_script/space_script.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_script/space_script.c - * \ingroup spscript +/** \file \ingroup spscript */ -- cgit v1.2.3