From b3eef5b0b82c20a9f11868ba376f6bb2d94faae4 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 3 Oct 2007 09:13:28 +0000 Subject: Nothing about function. I added a bunch of docs and re-arranged a bunch of the existing docs. Taking advantage of some of the cooler extra features of doxygen I've started writing extra how-to pages covering working with sections of the library. Also, I started grouping the classes by function so they show up on the Modules page together, very cute. --- src/list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/list.h') diff --git a/src/list.h b/src/list.h index ec0c195..8152e6b 100644 --- a/src/list.h +++ b/src/list.h @@ -25,6 +25,7 @@ namespace Bu *@param value (typename) The type of data to store in your list *@param valuealloc (typename) Memory Allocator for your value type *@param linkalloc (typename) Memory Allocator for the list links. + *@ingroup Containers */ template, typename linkalloc=std::allocator > > class List -- cgit v1.2.3