diff options
Diffstat (limited to 'src/lib/memarea/memarea.c')
-rw-r--r-- | src/lib/memarea/memarea.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/memarea/memarea.c b/src/lib/memarea/memarea.c index 7fe3825723..2d510a51ac 100644 --- a/src/lib/memarea/memarea.c +++ b/src/lib/memarea/memarea.c @@ -1,7 +1,9 @@ /* Copyright (c) 2008-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ -/** \file memarea.c +/** + * \file memarea.c + * * \brief Implementation for memarea_t, an allocator for allocating lots of * small objects that will be freed all at once. */ |