aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/std_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/std/std_memory.h')
-rw-r--r--libstdc++-v3/include/std/std_memory.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/libstdc++-v3/include/std/std_memory.h b/libstdc++-v3/include/std/std_memory.h
index a35cd0d4d41..b7feb37aa45 100644
--- a/libstdc++-v3/include/std/std_memory.h
+++ b/libstdc++-v3/include/std/std_memory.h
@@ -62,10 +62,10 @@ namespace std
{
/**
- * @maint
+ * @if maint
* This is a helper function. The unused second parameter exists to
* permit the real get_temporary_buffer to use template parameter deduction.
- * @endmaint
+ * @endif
*/
template <class _Tp>
pair<_Tp*, ptrdiff_t>
@@ -202,7 +202,3 @@ public:
#endif /* _CPP_MEMORY */
-
-// Local Variables:
-// mode:C++
-// End: