diff options
| author | Phil Edwards <pme@gcc.gnu.org> | 2001-12-28 22:23:55 +0000 |
|---|---|---|
| committer | Phil Edwards <pme@gcc.gnu.org> | 2001-12-28 22:23:55 +0000 |
| commit | 5adf72de273fbcbb3459cba3443fc3cbf87eda4a (patch) | |
| tree | 6e87c9ff8b171de199746012749dbadf80d62398 /libstdc++-v3/docs | |
| parent | 4d9720f0c7f0f8fe29b036198c07750d0538b806 (diff) | |
| download | gcc-5adf72de273fbcbb3459cba3443fc3cbf87eda4a.tar.gz gcc-5adf72de273fbcbb3459cba3443fc3cbf87eda4a.tar.bz2 gcc-5adf72de273fbcbb3459cba3443fc3cbf87eda4a.zip | |
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
Diffstat (limited to 'libstdc++-v3/docs')
| -rw-r--r-- | libstdc++-v3/docs/doxygen/doxygroups.cc | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -9,6 +9,12 @@ */ // // // // // // // // // // // // // // // // // // // // // // // // +/** @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 library on the SGI 3.3 implementation, we inherited their extensions |
