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_nla/nla_buttons.c | 3 +-- source/blender/editors/space_nla/nla_channels.c | 3 +-- source/blender/editors/space_nla/nla_draw.c | 3 +-- source/blender/editors/space_nla/nla_edit.c | 3 +-- source/blender/editors/space_nla/nla_intern.h | 3 +-- source/blender/editors/space_nla/nla_ops.c | 3 +-- source/blender/editors/space_nla/nla_select.c | 3 +-- source/blender/editors/space_nla/space_nla.c | 3 +-- 8 files changed, 8 insertions(+), 16 deletions(-) (limited to 'source/blender/editors/space_nla') diff --git a/source/blender/editors/space_nla/nla_buttons.c b/source/blender/editors/space_nla/nla_buttons.c index a7f5020aa20..7b4fae6676d 100644 --- a/source/blender/editors/space_nla/nla_buttons.c +++ b/source/blender/editors/space_nla/nla_buttons.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_nla/nla_buttons.c - * \ingroup spnla +/** \file \ingroup spnla */ diff --git a/source/blender/editors/space_nla/nla_channels.c b/source/blender/editors/space_nla/nla_channels.c index 96041fab923..f0ac1e068dc 100644 --- a/source/blender/editors/space_nla/nla_channels.c +++ b/source/blender/editors/space_nla/nla_channels.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_nla/nla_channels.c - * \ingroup spnla +/** \file \ingroup spnla */ diff --git a/source/blender/editors/space_nla/nla_draw.c b/source/blender/editors/space_nla/nla_draw.c index d61a5852563..6e8c33b2a18 100644 --- a/source/blender/editors/space_nla/nla_draw.c +++ b/source/blender/editors/space_nla/nla_draw.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_nla/nla_draw.c - * \ingroup spnla +/** \file \ingroup spnla */ diff --git a/source/blender/editors/space_nla/nla_edit.c b/source/blender/editors/space_nla/nla_edit.c index 5222fd7d6f2..0c50dacb344 100644 --- a/source/blender/editors/space_nla/nla_edit.c +++ b/source/blender/editors/space_nla/nla_edit.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_nla/nla_edit.c - * \ingroup spnla +/** \file \ingroup spnla */ diff --git a/source/blender/editors/space_nla/nla_intern.h b/source/blender/editors/space_nla/nla_intern.h index fe608e1b9ba..bf2ee096a6e 100644 --- a/source/blender/editors/space_nla/nla_intern.h +++ b/source/blender/editors/space_nla/nla_intern.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_nla/nla_intern.h - * \ingroup spnla +/** \file \ingroup spnla */ #ifndef __NLA_INTERN_H__ diff --git a/source/blender/editors/space_nla/nla_ops.c b/source/blender/editors/space_nla/nla_ops.c index 3bac8e0cd3f..9cd9c717997 100644 --- a/source/blender/editors/space_nla/nla_ops.c +++ b/source/blender/editors/space_nla/nla_ops.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_nla/nla_ops.c - * \ingroup spnla +/** \file \ingroup spnla */ #include diff --git a/source/blender/editors/space_nla/nla_select.c b/source/blender/editors/space_nla/nla_select.c index 1cb91031369..acca41cb22c 100644 --- a/source/blender/editors/space_nla/nla_select.c +++ b/source/blender/editors/space_nla/nla_select.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_nla/nla_select.c - * \ingroup spnla +/** \file \ingroup spnla */ diff --git a/source/blender/editors/space_nla/space_nla.c b/source/blender/editors/space_nla/space_nla.c index e1e25ee46d0..5b2dc19c84b 100644 --- a/source/blender/editors/space_nla/space_nla.c +++ b/source/blender/editors/space_nla/space_nla.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file blender/editors/space_nla/space_nla.c - * \ingroup spnla +/** \file \ingroup spnla */ -- cgit v1.2.3