OSDN Git Service

2008-03-25 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / doc / xml / api.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" 
4 [ ]>
5
6 <book>
7
8 <article id="api" xreflabel="API">
9 <?dbhtml filename="api.html"?>
10
11 <articleinfo>
12   <title>API and Source Level Documentation</title>
13   <copyright>
14     <year>
15       2008
16     </year>
17     <holder>
18       <ulink url="http://www.fsf.org/">FSF
19       </ulink>
20     </holder>
21   </copyright>
22   <legalnotice>
23     <para>
24       <ulink url="17_intro/license.html">License 
25       </ulink>
26     </para>
27   </legalnotice>
28 </articleinfo>
29  
30 <para>
31 The GNU C++ library sources have been specially formatted so that with the
32 proper invocation of another tool (Doxygen), a set of HTML pages
33 are generated from the sources files themselves. The resultant
34 documentation is referred to as Source Level Documentation, and is
35 useful for examining the signatures of public member functions for
36 the library classes, finding out what is in a particular include
37 file, looking at inheritance diagrams, etc.
38 </para>
39
40 <para>
41 The source-level documentation for the most recent releases can be
42 viewed online:
43 </para>
44
45 <itemizedlist>
46   <listitem>
47     <para>
48       <ulink url="libstdc++-html-USERS-3.4/index.html">for the 3.4 release
49       </ulink>
50     </para>
51   </listitem>
52   <listitem>
53     <para>
54       <ulink url="libstdc++-html-USERS-4.1/index.html">for the 4.1 release
55       </ulink>
56     </para>
57   </listitem>
58   <listitem>
59     <para>
60       <ulink url="libstdc++-html-USERS-4.2/index.html">for the 4.2 release
61       </ulink>
62     </para>
63   </listitem>
64   <listitem>
65     <para>
66       <ulink url="libstdc++-html-USERS-4.3/index.html">for the 4.3 release
67       </ulink>
68     </para>
69   </listitem>
70   <listitem>
71     <para>
72       <ulink url="latest-doxygen/index.html">&quot;the latest collection&quot;
73       </ulink>
74       (For the main development tree; see the date on the first page.)
75     </para>
76   </listitem>
77 </itemizedlist>
78
79 <para>
80 This generated HTML collection, as above, is also available for download in the libstdc++ snapshots directory at
81    <literal>&lt;URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/&gt;</literal>.
82    You will almost certainly need to use one of the
83    <ulink url="http://gcc.gnu.org/mirrors.html">mirror sites</ulink> to download
84    the tarball.  After unpacking, simply load libstdc++-html-*/index.html
85    into a browser.
86 </para>
87
88 <para>
89 Documentation for older releases is available for download only, not
90 online viewing.
91 </para>
92
93 <para>
94 In addition, an initial set of man pages are also available in the
95 same place as the HTML collections.  Start with C++Intro(3).
96 </para>
97
98 </article>
99
100 </book>