summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/std/std_memory.h
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-27 21:41:36 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-27 21:41:36 +0000
commit62de2d430ea7f0aa5d6ba2b48f95c9cbea5127f1 (patch)
tree0e3d7dd60cff63506900f69b03ab54b8c380f073 /libstdc++-v3/include/std/std_memory.h
parent474f6c191353e2bc9094d135a3c2a60adcf8de90 (diff)
downloadppe42-gcc-62de2d430ea7f0aa5d6ba2b48f95c9cbea5127f1.tar.gz
ppe42-gcc-62de2d430ea7f0aa5d6ba2b48f95c9cbea5127f1.zip
2002-03-27 Phil Edwards <pme@gcc.gnu.org>
* docs/doxygen/Intro.3: Date tweak. * docs/doxygen/TODO: Update. * docs/doxygen/doxygroups.cc: Point to tables.html. * docs/doxygen/mainpage.html: Date tweak. * docs/doxygen/run_doxygen: Version tweak. Copy tables.html over. * docs/doxygen/tables.html: Fill in the blanks. * docs/doxygen/user.cfg.in (ALIASES): Remove maint and endmaint. * include/bits/stl_algo.h: Likewise; use expanded form. * include/bits/stl_alloc.h: Likewise. * include/bits/stl_construct.h: Likewise. * include/bits/stl_deque.h: Likewise. * include/bits/stl_iterator_base_types.h: Likewise. * include/bits/stl_list.h: Likewise. * include/bits/stl_relops.h: Likewise. * include/bits/stl_tempbuf.h: Likewise. * include/bits/stl_vector.h: Likewise. * include/std/std_memory.h: Likewise. * include/bits/stl_deque.h: Point into tables.html and add @ingroup. * include/bits/stl_list.h: Likewise. * include/bits/stl_vector.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51471 138bc75d-0d04-0410-961f-82ee72b054a4
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:
OpenPOWER on IntegriCloud