This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[v3] point to new doxygen-generated docs


With a new collection of docs generated for 3.0 comes this minor change
to the documentation page for 'onlinedocs'.  Note that this represents a
split between the trunk and the branch due to the freeze, but since the
trunk is what's being copied to 'onlinedocs' that's okay.  We'll sync
'em up someday.  :-)

Applied to trunk only.


2001-06-15  Phil Edwards  <pme@sources.redhat.com>

	* docs/html/documentation.html:  Point to new doxygen'ed collection.


Index: docs/html/documentation.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/documentation.html,v
retrieving revision 1.4
diff -u -3 -p -r1.4 documentation.html
--- documentation.html	2001/05/30 21:54:56	1.4
+++ documentation.html	2001/06/15 22:56:09
@@ -22,16 +22,18 @@
    of public member functions for the library classes, etc.
 </P>
 <P>
-   The latest collection is <TT>libstdc++-doxygen-20010501.tar.gz</TT> (3.7MB),
-   <A HREF="libstdc++-doxygen-20010501/index.html">viewable online</A>.
+   The latest collection is for the GCC 3.0 release,
+   <TT>libstdc++-doxygen-3.0.tar.gz</TT> (3.8MB),
+   <A HREF="libstdc++-doxygen-3.0/index.html">viewable online</A>.
    The collection is also available in the libstdc++ snapshots directory at
    <TT>&lt;URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/&gt;</TT>.  You will
    almost certainly need to use one of the
    <A HREF="http://gcc.gnu.org/mirrors.html";>mirror sites</A> to download
    the tarball.  After unpacking, simply load
-   libstdc++-doxygen-20010501/index.html <!-- also update this date -->
+   libstdc++-doxygen-3.0/index.html <!-- also update this date -->
    in a browser.  Feedback (and additional documentation!) is welcome.
 </P>
+<!-- another paragraph here for post-release collections -->
 
 <HR>
 <H2><A NAME="2">Configuring, Building, Installing</A></H2>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]