aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/doxygen/doxygroups.cc
blob: b74bab118631bd4356fa075461474f6d4fb45089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>
*/