c++config: Move doxygen hook comment...
authorPhil Edwards <pme@gcc.gnu.org>
Fri, 28 Dec 2001 22:23:55 +0000 (22:23 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Fri, 28 Dec 2001 22:23:55 +0000 (22:23 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/docs/doxygen/doxygroups.cc
libstdc++-v3/include/bits/c++config

index 1b9449dbc71c381a652ea8655160811562dd72da..97afd8f15ee033daeef388dde2095a0d9d342f72 100644 (file)
@@ -1,3 +1,8 @@
+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
index 7d4e65dd7608ea9dd20d83f26de08ea5820c859a..0537fb1504138f6b3b8de515ec041c89b22632df 100644 (file)
@@ -8,6 +8,12 @@
    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
index 0d0557896e629042eae23dfdcd5987bd3f795876..3b63168265b8c2bd575e8331a19674c9a970b533 100644 (file)
@@ -74,8 +74,4 @@
 // 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.