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/BLI_link_utils.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/BLI_link_utils.h') diff --git a/source/blender/blenlib/BLI_link_utils.h b/source/blender/blenlib/BLI_link_utils.h index e74bde77312..9048b4e4b4a 100644 --- a/source/blender/blenlib/BLI_link_utils.h +++ b/source/blender/blenlib/BLI_link_utils.h @@ -17,8 +17,9 @@ #ifndef __BLI_LINK_UTILS_H__ #define __BLI_LINK_UTILS_H__ -/** \file \ingroup bli - * \brief Single link-list utility macros. (header only api). +/** \file + * \ingroup bli + * \brief Single link-list utility macros. (header only api). * * Use this api when the structure defines its own ``next`` pointer * and a double linked list such as #ListBase isnt needed. -- cgit v1.2.3