Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-09-05 05:56:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-05 05:56:55 +0300
commit6fc6f2504dfdae50c8184185222350052be0775c (patch)
tree4bd742837fb0627bb7331e788922187a2cd20da5 /source/blender/blenlib/intern/listbase.c
parentadae93281cec11e1b41e3c6c83d77827824eda40 (diff)
Cleanup: use backslash for doxygen commands
Diffstat (limited to 'source/blender/blenlib/intern/listbase.c')
-rw-r--r--source/blender/blenlib/intern/listbase.c2
1 files changed, 1 insertions, 1 deletions
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)
{