From 62c8f46ab6f16f99bcf848936a690e01f4c9e770 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 5 Aug 2015 00:21:50 +1000 Subject: Docs: comment functions in BLI & Py API --- source/blender/blenlib/BLI_memarena.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/blenlib/BLI_memarena.h') diff --git a/source/blender/blenlib/BLI_memarena.h b/source/blender/blenlib/BLI_memarena.h index 8d5a7654425..6b1d32b48f2 100644 --- a/source/blender/blenlib/BLI_memarena.h +++ b/source/blender/blenlib/BLI_memarena.h @@ -27,11 +27,6 @@ /** \file BLI_memarena.h * \ingroup bli - * \brief Memory arena ADT. - * \section aboutmemarena Memory Arena - * Memory arena's are commonly used when the program - * needs to quickly allocate lots of little bits of - * data, which are all freed at the same moment. */ #ifndef __BLI_MEMARENA_H__ -- cgit v1.2.3