]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/docs/doxygen/doxygroups.cc
com.c (ffecom_initialize_char_syntax_, [...]): Delete.
[thirdparty/gcc.git] / libstdc++-v3 / docs / doxygen / doxygroups.cc
CommitLineData
77cd227e
PE
1
2// This just provides documentation for stuff that doesn't need to be in the
3// source headers themselves. It is a ".cc" file for the sole cheesy reason
4// that it triggers many different text editors into doing Nice Things when
5// typing comments. However, it is mentioned nowhere except the *cfg.in files.
6
7/** @addtogroup SGIextensions
8 *
9 * Because libstdc++-v3 based its implementation of the STL subsections of
10 * the library on the SGI 3.3 implementation, we inherited their extensions
11 * as well.
12 *
13 * They are additionally documented in the
14 * <a href="http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html">
15 * online documentation</a>, a copy of which is also shipped with the
16 * library source code (in .../docs/html/documentation.html). You can also
17 * read the documentation <a href="http://www.sgi.com/tech/stl/">on SGI's
18 * site</a>, which is still running even though the code is not maintained.
19 *
20 * <strong>NB</strong> that the following notes are pulled from various
21 * comments all over the place, so they may seem stilted.
22 * <hr>
23*/
24