From 6fc6f2504dfdae50c8184185222350052be0775c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 5 Sep 2019 12:56:55 +1000 Subject: Cleanup: use backslash for doxygen commands --- source/blender/blenlib/intern/listbase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/listbase.c') diff --git a/source/blender/blenlib/intern/listbase.c b/source/blender/blenlib/intern/listbase.c index 631978f60fe..232dc245152 100644 --- a/source/blender/blenlib/intern/listbase.c +++ b/source/blender/blenlib/intern/listbase.c @@ -506,7 +506,7 @@ bool BLI_listbase_link_move(ListBase *listbase, void *vlink, int step) /** * Move the link at the index \a from to the position at index \a to. * - * @return If the move was successful. + * \return If the move was successful. */ bool BLI_listbase_move_index(ListBase *listbase, int from, int to) { -- cgit v1.2.3