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:
Diffstat (limited to 'source/blender/blenlib/intern/BLI_memarena.c')
-rw-r--r--source/blender/blenlib/intern/BLI_memarena.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/BLI_memarena.c b/source/blender/blenlib/intern/BLI_memarena.c
index b2541d0365c..12b4b5350ef 100644
--- a/source/blender/blenlib/intern/BLI_memarena.c
+++ b/source/blender/blenlib/intern/BLI_memarena.c
@@ -18,8 +18,7 @@
* Efficient memory allocation for lots of similar small chunks.
*/
-/** \file blender/blenlib/intern/BLI_memarena.c
- * \ingroup bli
+/** \file \ingroup bli
* \brief Memory arena ADT.
* \section aboutmemarena Memory Arena
*