diff options
Diffstat (limited to 'libstdc++-v3/docs/doxygen/doxygroups.cc')
-rw-r--r-- | libstdc++-v3/docs/doxygen/doxygroups.cc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/doxygen/doxygroups.cc b/libstdc++-v3/docs/doxygen/doxygroups.cc new file mode 100644 index 0000000..b74bab1 --- /dev/null +++ b/libstdc++-v3/docs/doxygen/doxygroups.cc @@ -0,0 +1,24 @@ + +// This just provides documentation for stuff that doesn't need to be in the +// source headers themselves. It is a ".cc" file for the sole cheesy reason +// that it triggers many different text editors into doing Nice Things when +// typing comments. However, it is mentioned nowhere except the *cfg.in files. + +/** @addtogroup SGIextensions + * + * Because libstdc++-v3 based its implementation of the STL subsections of + * the library on the SGI 3.3 implementation, we inherited their extensions + * as well. + * + * They are additionally documented in the + * <a href="http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html"> + * online documentation</a>, a copy of which is also shipped with the + * library source code (in .../docs/html/documentation.html). You can also + * read the documentation <a href="http://www.sgi.com/tech/stl/">on SGI's + * site</a>, which is still running even though the code is not maintained. + * + * <strong>NB</strong> that the following notes are pulled from various + * comments all over the place, so they may seem stilted. + * <hr> +*/ + |