diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-03-26 16:48:23 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2012-03-26 16:48:23 +0200 |
commit | 6b8de05d0a6696dff4b7dccec5b74889f3cdc486 (patch) | |
tree | 123b892a842e3a99342cc4806b4a833b2a635b52 /src/mruset.h | |
parent | 01a196e08db49d83cf6c5abd8a799c56dcfef503 (diff) |
Begin doxygen-compatible comments
Diffstat (limited to 'src/mruset.h')
-rw-r--r-- | src/mruset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mruset.h b/src/mruset.h index 0cf65853c4..b21f18563c 100644 --- a/src/mruset.h +++ b/src/mruset.h @@ -7,6 +7,7 @@ #include <set> #include <deque> +/** STL-like set container that only keeps the most recent N elements. */ template <typename T> class mruset { public: |