2001-12-28 Phil Edwards <pme@gcc.gnu.org>
* include/bits/c++config: Move doxygen hook comment...
* docs/doxygen/doxygroups.cc: ...to here.
From-SVN: r48353
+2001-12-28 Phil Edwards <pme@gcc.gnu.org>
+
+ * include/bits/c++config: Move doxygen hook comment...
+ * docs/doxygen/doxygroups.cc: ...to here.
+
2001-12-28 Phil Edwards <pme@gcc.gnu.org>
PR libstdc++/2054
user on the same page.
*/
+// // // // // // // // // // // // // // // // // // // // // // // //
+/** @namespace std
+ * @brief Everything defined by the ISO C++ Standard is within namespace
+ * std.
+*/
+
// // // // // // // // // // // // // // // // // // // // // // // //
/** @addtogroup SGIextensions STL extensions from SGI
Because libstdc++-v3 based its implementation of the STL subsections of
// The remainder of the prewritten config is mostly automatic; all the
// user hooks are listed above.
-/** @namespace std
- * @brief Everything defined by the ISO C++ Standard is within namespace std.
- */
-
// End of prewritten config; the discovered settings follow.