diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1b9449dbc71c..97afd8f15ee0 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2001-12-28 Phil Edwards + + * include/bits/c++config: Move doxygen hook comment... + * docs/doxygen/doxygroups.cc: ...to here. + 2001-12-28 Phil Edwards PR libstdc++/2054 diff --git a/libstdc++-v3/docs/doxygen/doxygroups.cc b/libstdc++-v3/docs/doxygen/doxygroups.cc index 7d4e65dd7608..0537fb150413 100644 --- a/libstdc++-v3/docs/doxygen/doxygroups.cc +++ b/libstdc++-v3/docs/doxygen/doxygroups.cc @@ -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 diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 0d0557896e62..3b63168265b8 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -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.