From de13d0a80c3cb6a7445245b2999a29fe70e49953 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 18 Feb 2019 08:08:12 +1100 Subject: doxygen: add newline after \file While \file doesn't need an argument, it can't have another doxy command after it. --- source/blender/blenlib/intern/array_store.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/intern/array_store.c') diff --git a/source/blender/blenlib/intern/array_store.c b/source/blender/blenlib/intern/array_store.c index bf46f8656ac..477d320835e 100644 --- a/source/blender/blenlib/intern/array_store.c +++ b/source/blender/blenlib/intern/array_store.c @@ -14,8 +14,9 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup bli - * \brief Array storage to minimize duplication. +/** \file + * \ingroup bli + * \brief Array storage to minimize duplication. * * This is done by splitting arrays into chunks and using copy-on-write (COW), * to de-duplicate chunks, -- cgit v1.2.3