c++config: Move doxygen hook comment...
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
This commit is contained in:
parent
4d9720f0c7
commit
5adf72de27
3 changed files with 11 additions and 4 deletions
|
@ -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>
|
2001-12-28 Phil Edwards <pme@gcc.gnu.org>
|
||||||
|
|
||||||
PR libstdc++/2054
|
PR libstdc++/2054
|
||||||
|
|
|
@ -8,6 +8,12 @@
|
||||||
user on the same page.
|
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
|
/** @addtogroup SGIextensions STL extensions from SGI
|
||||||
Because libstdc++-v3 based its implementation of the STL subsections of
|
Because libstdc++-v3 based its implementation of the STL subsections of
|
||||||
|
|
|
@ -74,8 +74,4 @@
|
||||||
// The remainder of the prewritten config is mostly automatic; all the
|
// The remainder of the prewritten config is mostly automatic; all the
|
||||||
// user hooks are listed above.
|
// 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.
|
// End of prewritten config; the discovered settings follow.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue