summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/std_memory.h
diff options
context:
space:
mode:
authorJonathan Wakely <redi@gcc.gnu.org>2004-11-21 13:16:24 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2004-11-21 13:16:24 +0000
commit20fff8cd7c51aa392a6dac477002afdf68df5efd (patch)
treec8ea2285e94a1429b3983726764df6e3cc678ceb /libstdc++-v3/include/std/std_memory.h
parentb10cf17380989f567ba00bf933b2ce93635a0a3a (diff)
downloadgcc-20fff8cd7c51aa392a6dac477002afdf68df5efd.tar.gz
basic_string.h, [...]: Doxygen fixes.
2004-11-19 Jonathan Wakely <redi@gcc.gnu.org> * 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
Diffstat (limited to 'libstdc++-v3/include/std/std_memory.h')
-rw-r--r--libstdc++-v3/include/std/std_memory.h4
1 files changed, 2 insertions, 2 deletions
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; }