diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2004-11-05 19:58:03 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2004-11-05 19:58:03 +0000 |
commit | 6309eefc3dad5883ffc59a6fe55e472b9d88e999 (patch) | |
tree | cc0029c71210b825470053ab041bb2d5ee1ce457 /libstdc++-v3/include/std | |
parent | ca0e9281da684a6f811dd602783dce9cbdbf1a7f (diff) | |
download | gcc-6309eefc3dad5883ffc59a6fe55e472b9d88e999.tar.gz |
re PR libstdc++/17218 (unknown subjects in generated libstdc++ manpages)
2004-11-05 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/17218
PR libstdc++/17223
* docs/doxygen/filter: Remove.
* docs/doxygen/filter.sed: Remove.
* docs/doxygen/mainpage.html: Add link to functions.
* docs/doxygen/run_doxygen: Changes due to new source filtering.
* docs/doxygen/user.cfg.in: Update to doxygen 1.3.9.1, tweak.
* include/bits/allocator.h: Tweaks for doxygen.
* include/bits/char_traits.h: Same.
* include/bits/codecvt.h: Same.
* include/bits/concurrence.h: Same.
* include/bits/locale_facets.h: Same.
* include/ext/array_allocator.h: Same.
* include/ext/debug_allocator.h: Same.
* include/ext/malloc_allocator.h: Same.
* include/ext/mt_allocator.h: Same.
* include/ext/new_allocator.h: Same.
* include/ext/pool_allocator.h: Same.
* include/ext/stdio_sync_filebuf.h: Same.
* include/std/std_memory.h: Same.
* include/tr1/array: Same.
* include/tr1/tuple: Same.
* config/locale/ieee_1003.1-2001/codecvt_specializations.h: Same.
* config/os/gnu-linux/ctype_base.h: Same.
From-SVN: r90137
Diffstat (limited to 'libstdc++-v3/include/std')
-rw-r--r-- | libstdc++-v3/include/std/std_memory.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libstdc++-v3/include/std/std_memory.h b/libstdc++-v3/include/std/std_memory.h index 1d278e6cb86..e9a7c273679 100644 --- a/libstdc++-v3/include/std/std_memory.h +++ b/libstdc++-v3/include/std/std_memory.h @@ -336,7 +336,7 @@ namespace std } } - /** @{ + /** * @brief Automatic conversions * * These operations convert an %auto_ptr into and from an auto_ptr_ref @@ -368,7 +368,6 @@ namespace std template<typename _Tp1> operator auto_ptr<_Tp1>() throw() { return auto_ptr<_Tp1>(this->release()); } - /** @} */ }; } // namespace std |