From 554fd8c5195424bdbcabf5de30fdc183aba391bd Mon Sep 17 00:00:00 2001 From: upstream source tree Date: Sun, 15 Mar 2015 20:14:05 -0400 Subject: obtained gcc-4.6.4.tar.bz2 from upstream website; verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository. --- libstdc++-v3/doc/xml/api.xml | 106 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 libstdc++-v3/doc/xml/api.xml (limited to 'libstdc++-v3/doc/xml/api.xml') diff --git a/libstdc++-v3/doc/xml/api.xml b/libstdc++-v3/doc/xml/api.xml new file mode 100644 index 000000000..dcd88d7e3 --- /dev/null +++ b/libstdc++-v3/doc/xml/api.xml @@ -0,0 +1,106 @@ + + +
+ + +The GNU C++ Library API Reference + + + + + 2008 + + + 2010 + + + FSF + + + + + + License + + + + + + + The GNU C++ library sources have been specially formatted so that + with the proper invocation of another tool (Doxygen), a set of + indexed reference material can generated from the sources files + themselves. The resultant documentation is referred to as the API + documentation, and is useful for examining the signatures of public + member functions for the library classes, finding out what is in a + particular include file, looking at inheritance diagrams, etc. + + + + The API documentation, rendered into HTML, can be viewed online: + + + + + + for the 3.4 release + + + + + + for the 4.1 release + + + + + + for the 4.2 release + + + + + + for the 4.3 release + + + + + + for the 4.4 release + + + + + + for the 4.5 release + + + + + + "the latest collection" + + (For the main development tree; see the date on the first page.) + + + + + + The rendered HTML, as above, is also available for download on the + gcc.org site in a directory located at + <URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/>. + You will almost certainly need to use one of the + mirror sites to download + the tarball. After unpacking, simply load libstdc++-html-*/index.html + into a browser. + + + + In addition, a rendered set of man pages are available in the same + location specified above. Start with C++Intro(3). + + +
+ +
-- cgit v1.2.3