summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/profile/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/profile/set.h')
-rw-r--r--libstdc++-v3/include/profile/set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/profile/set.h b/libstdc++-v3/include/profile/set.h
index 50fb16faf37..af249a261c5 100644
--- a/libstdc++-v3/include/profile/set.h
+++ b/libstdc++-v3/include/profile/set.h
@@ -35,7 +35,7 @@ namespace std
{
namespace __profile
{
- /** @brief Set wrapper with performance instrumentation. */
+ /// Class std::set wrapper with performance instrumentation.
template<typename _Key, typename _Compare = std::less<_Key>,
typename _Allocator = std::allocator<_Key> >
class set