summaryrefslogtreecommitdiff
path: root/src/misc/smallvec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/smallvec.h')
-rw-r--r--src/misc/smallvec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/smallvec.h b/src/misc/smallvec.h
index 35e90be97..d57f29688 100644
--- a/src/misc/smallvec.h
+++ b/src/misc/smallvec.h
@@ -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