From: Phil Edwards Date: Fri, 28 Dec 2001 22:23:55 +0000 (+0000) Subject: c++config: Move doxygen hook comment... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5adf72de273fbcbb3459cba3443fc3cbf87eda4a;p=gcc.git c++config: Move doxygen hook comment... 2001-12-28 Phil Edwards * include/bits/c++config: Move doxygen hook comment... * docs/doxygen/doxygroups.cc: ...to here. From-SVN: r48353 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1b9449dbc71..97afd8f15ee 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 7d4e65dd760..0537fb15041 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 0d0557896e6..3b63168265b 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.