OSDN Git Service

2002-01-28 Phil Edwards <pme@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / docs / doxygen / doxygroups.cc
index 0537fb1..d2bda88 100644 (file)
 
 // // // // // // // // // // // // // // // // // // // // // // // //
 /** @namespace std
- *  @brief Everything defined by the ISO C++ Standard is within namespace
- *  std.
+ *  @brief Everything defined by the ISO C++ Standard is within namespace std.
+*/
+/** @namespace __gnu_cxx
+ *  @brief Non-standard things.
+ *
+ *  This namespace is used for
+ *  -  sequestering internal (implementation-only) names away from the
+ *     global namespace
+ *  -  GNU extensions
+ *
+ *  This is still fluid and changing rapidly.
 */
 
 // // // // // // // // // // // // // // // // // // // // // // // //