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>2015-07-31 15:59:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-31 16:44:37 +0300
commit03f00eb91d873cc118a100d6e5b5d7bf801dd451 (patch)
treece48560052400014fae1ca335c333caad57daa5d /source/blender/blenlib/BLI_linklist_stack.h
parent12b7850d4fcd420f23f80c16a85f08d7cd9158f5 (diff)
Docs: doxy corrections
Diffstat (limited to 'source/blender/blenlib/BLI_linklist_stack.h')
-rw-r--r--source/blender/blenlib/BLI_linklist_stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_linklist_stack.h b/source/blender/blenlib/BLI_linklist_stack.h
index a4b8f77bfa6..c5f9be927d3 100644
--- a/source/blender/blenlib/BLI_linklist_stack.h
+++ b/source/blender/blenlib/BLI_linklist_stack.h
@@ -37,7 +37,7 @@
* \note These macros follow STACK_* macros defined in 'BLI_utildefines.h'
* and should be kept (mostly) interchangeable.
*
- * \note _##var##_type is a dummy var only used for typechecks.
+ * \note ``_##var##_type`` is a dummy variable only used for typechecks.
*/
/* -------------------------------------------------------------------- */