From 20fff8cd7c51aa392a6dac477002afdf68df5efd Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Sun, 21 Nov 2004 13:16:24 +0000 Subject: basic_string.h, [...]: Doxygen fixes. 2004-11-19 Jonathan Wakely * include/bits/basic_string.h, include/bits/locale_classes.h, include/bits/valarray_after.h, include/bits/valarray_before.h, include/ext/stdio_sync_filebuf.h, include/std/std_algorithm.h, include/std/std_functional.h, include/std/std_memory.h, include/std/std_numeric.h: Doxygen fixes. From-SVN: r90979 --- libstdc++-v3/include/std/std_memory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libstdc++-v3/include/std/std_memory.h') diff --git a/libstdc++-v3/include/std/std_memory.h b/libstdc++-v3/include/std/std_memory.h index e9a7c273679..6f88549a319 100644 --- a/libstdc++-v3/include/std/std_memory.h +++ b/libstdc++-v3/include/std/std_memory.h @@ -41,7 +41,7 @@ * */ -/** @file memory +/** @file * This is a Standard C++ Library header. You should @c #include this header * in your programs, rather than any of the "st[dl]_*.h" implementation files. */ @@ -255,7 +255,7 @@ namespace std * specification here, but omitting it is standard conforming. Its * presence can be detected only if _Tp::~_Tp() throws, but this is * prohibited. [17.4.3.6]/2 - * @end maint + * @endif */ ~auto_ptr() { delete _M_ptr; } -- cgit v1.2.1