aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_tempbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/bits/stl_tempbuf.h')
-rw-r--r--libstdc++-v3/include/bits/stl_tempbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/bits/stl_tempbuf.h b/libstdc++-v3/include/bits/stl_tempbuf.h
index 088807fb82d..7b88f9333ec 100644
--- a/libstdc++-v3/include/bits/stl_tempbuf.h
+++ b/libstdc++-v3/include/bits/stl_tempbuf.h
@@ -65,11 +65,11 @@ namespace std
{
/**
- * @maint
+ * @if maint
* This class is used in two places: stl_algo.h and ext/memory, where it
* is wrapped as the temporary_buffer class. See temporary_buffer docs for
* more notes.
- * @endmaint
+ * @endif
*/
template <class _ForwardIterator, class _Tp>
class _Temporary_buffer