From fcd0fc3364947071944cba0420d27cf267a3b146 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 11 Jun 2005 05:31:17 +0000 Subject: flesh out the source file descriptions for doxygen svn:r4404 --- src/common/container.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/common/container.c') diff --git a/src/common/container.c b/src/common/container.c index f892cd6773..dea3f71622 100644 --- a/src/common/container.c +++ b/src/common/container.c @@ -4,6 +4,13 @@ /* $Id$ */ const char container_c_id[] = "$Id$"; +/** + * \file container.c + * \brief Implements a smartlist (a resizable array) along + * with helper functions to use smartlists. Also includes a + * splay-tree implementation of the string-to-void* map. + **/ + #include "compat.h" #include "util.h" #include "log.h" @@ -17,10 +24,6 @@ const char container_c_id[] = "$Id$"; #include #include -/* ===== - * smartlist_t: a simple resizeable array abstraction. - * ===== */ - /* All newly allocated smartlists have this capacity. */ #define SMARTLIST_DEFAULT_CAPACITY 32 -- cgit v1.2.3-54-g00ecf