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/sptr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sptr.h') diff --git a/src/sptr.h b/src/sptr.h index bccf887..aac7f48 100644 --- a/src/sptr.h +++ b/src/sptr.h @@ -9,6 +9,9 @@ namespace Bu template class SPtr; template< typename Tb, typename Ta > SPtr SPtrCast( SPtr src ); + /** + *@ingroup Containers + */ template class SPtr { -- cgit v1.2.3