Commit 861e48cb by Benjamin Kosnik

user.cfg.in: Update to doxygen-1.4.2.


2005-04-27  Benjamin Kosnik  <bkoz@redhat.com>

	* docs/doxygen/user.cfg.in: Update to doxygen-1.4.2.
	* docs/doxygen/doxygroups.cc: Update namespace comments.

From-SVN: r98893
parent ef614e8a
2005-04-27 Benjamin Kosnik <bkoz@redhat.com>
* docs/doxygen/user.cfg.in: Update to doxygen-1.4.2.
* docs/doxygen/doxygroups.cc: Update namespace comments.
2005-04-27 Dominik Strasser <dominik.strasser@infineon.com> 2005-04-27 Dominik Strasser <dominik.strasser@infineon.com>
Paolo Carlini <pcarlini@suse.de> Paolo Carlini <pcarlini@suse.de>
...@@ -77,7 +82,7 @@ ...@@ -77,7 +82,7 @@
__int_to_char(_CharT*, long long, const _CharT*, ios_base::fmtflags)): __int_to_char(_CharT*, long long, const _CharT*, ios_base::fmtflags)):
Simplify, don't pass the sign. Simplify, don't pass the sign.
(_M_insert_float(_OutIter, ios_base&, _CharT, char, _ValueT)): (_M_insert_float(_OutIter, ios_base&, _CharT, char, _ValueT)):
Deal with a sign at the beginning of __cs; robustify the grouping Deal with a sign at the beginning of __cs; robustify the grouping
check. check.
* testsuite/22_locale/num_put/put/char/20914.cc: New. * testsuite/22_locale/num_put/put/char/20914.cc: New.
* testsuite/22_locale/num_put/put/wchar_t/20914.cc: Likewise. * testsuite/22_locale/num_put/put/wchar_t/20914.cc: Likewise.
......
/* /*
Copyright (C) 2001, 2002 Free Software Foundation, Inc. Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc.
See license.html for license. See license.html for license.
This just provides documentation for stuff that doesn't need to be in the This just provides documentation for stuff that doesn't need to be in the
...@@ -23,19 +23,17 @@ ...@@ -23,19 +23,17 @@
* @brief Everything defined by the TR1 is within namespace std::tr1. * @brief Everything defined by the TR1 is within namespace std::tr1.
*/ */
/** @namespace __gnu_cxx /** @namespace __gnu_cxx
* @brief This namespace serves two purposes. * @brief GNU extensions for public use.
* */
* This namespace is used for two things: /** @namespace __gnu_cxx::balloc
* - sequestering internal (implementation-only) names away from the * @brief Related to __gnu_cxx::bitmap_allocator.
* global namespace; these are details of the implementation and should */
* not be touched by users /** @namespace __gnu_internal
* - GNU extensions for public use * @brief GNU implemenation details, not for public use.
* */
* This is still fluid and changing rapidly. Currently the rule is: if an /** @namespace __gnu_debug
* entitity is found in the user-level documentation, it falls into the * @brief GNU debug mode implemenation details.
* second category.
*/ */
// // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // //
/** @addtogroup SGIextensions STL extensions from SGI /** @addtogroup SGIextensions STL extensions from SGI
Because libstdc++-v3 based its implementation of the STL subsections of Because libstdc++-v3 based its implementation of the STL subsections of
...@@ -131,10 +129,11 @@ All associative containers must meet certain requirements, summarized in ...@@ -131,10 +129,11 @@ All associative containers must meet certain requirements, summarized in
* platform. It is summarized at http://www.codesourcery.com/cxx-abi/ * platform. It is summarized at http://www.codesourcery.com/cxx-abi/
* along with the current specification. * along with the current specification.
* *
* For users of GCC 3.x, entry points are available in <cxxabi.h>, which notes, * For users of GCC greater than or equal to 3.x, entry points are
* <em>"It is not normally necessary for user programs to include this header, * available in <cxxabi.h>, which notes, <em>"It is not normally
* or use the entry points directly. However, this header is available * necessary for user programs to include this header, or use the
* should that be needed."</em> * entry points directly. However, this header is available should
* that be needed."</em>
*/ */
namespace abi { namespace abi {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment