src/misc/smallvec.h
changeset 10429 1b99254f9607
parent 10208 98dc9f65629e
child 10683 d9c3f54fe72f
--- a/src/misc/smallvec.h	Tue May 06 15:06:19 2008 +0000
+++ b/src/misc/smallvec.h	Tue May 06 15:11:33 2008 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/* @file smallvec.h */
+/** @file smallvec.h Simple vector class that allows allocating an item without the need to copy data needlessly. */
 
 #ifndef SMALLVEC_H
 #define SMALLVEC_H