Просмотр исходного кода

Merge circular buffer documentation fixes.

[SVN r86209]
Daniel James 12 лет назад
Родитель
Сommit
f3230c5e32
4 измененных файлов с 24 добавлено и 12 удалено
  1. 3 0
      doc/Jamfile.v2
  2. 17 0
      doc/html/circular_buffer.html
  3. 3 11
      doc/src/boost.xml
  4. 1 1
      libs/circular_buffer

+ 3 - 0
doc/Jamfile.v2

@@ -40,6 +40,7 @@ boostbook doc
     <dependency>../libs/accumulators/doc//statsdoc.xml
     <dependency>../libs/accumulators/doc//opdoc.xml
     <dependency>../libs/accumulators/doc//accumulators
+    <dependency>../libs/circular_buffer/doc//standalone/<format>docbook
     <dependency>../libs/conversion/doc//lexical_cast
     <dependency>../libs/chrono/doc//chrono
     <dependency>../libs/program_options/doc//autodoc.xml
@@ -102,6 +103,7 @@ boostbook doc
     <implicit-dependency>../tools/build/v2/doc//jam_docs
     <implicit-dependency>../tools/quickbook/doc//quickbook
     <implicit-dependency>../libs/mpi/doc//mpi
+    <implicit-dependency>../libs/circular_buffer/doc//standalone/<format>docbook
     <implicit-dependency>../libs/container/doc//standalone/<format>docbook
     <implicit-dependency>../libs/interprocess/doc//standalone/<format>docbook
     <implicit-dependency>../libs/intrusive/doc//standalone/<format>docbook
@@ -130,3 +132,4 @@ explicit callouts ;
 
 
 
+

+ 17 - 0
doc/html/circular_buffer.html

@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+  <head>
+  <!-- Copyright (C) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+
+      Distributed under the Boost Software License, Version 1.0.
+      (See accompanying file LICENSE_1_0.txt or copy at
+      http://www.boost.org/LICENSE_1_0.txt) -->
+    <title>Redirect to generated documentation</title>
+    <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/circular_buffer.html">
+  </head>
+  <body>
+    Automatic redirection failed, please go to
+    <a href="http://boost-sandbox.sourceforge.net/doc/html/container.html">http://boost-sandbox.sourceforge.net/doc/html/circular_buffer.html</a>
+  </body>
+</html>
+

+ 3 - 11
doc/src/boost.xml

@@ -98,17 +98,7 @@
 
    <xi:include href="chrono.xml"/>
 
-   <library name="Circular Buffer" dirname="circular_buffer" html-only="1"
-            url="../../libs/circular_buffer/index.html">
-     <libraryinfo>
-       <author>
-         <firstname>Jan</firstname>
-         <surname>Gaspar</surname>
-       </author>
-       <librarypurpose>A STL compliant container also known as ring or cyclic buffer</librarypurpose>
-       <librarycategory name="category:containers"/> 
-     </libraryinfo>
-   </library>
+   <xi:include href="circular_buffer.auto_index.docbook"/>
 
    <library name="Compatibility" dirname="compatibility" html-only="1">
      <libraryinfo>
@@ -774,3 +764,5 @@
 
 
 
+
+

+ 1 - 1
libs/circular_buffer

@@ -1 +1 @@
-Subproject commit 6eb5fd4a3d8c470262284128097422f50b0bdf11
+Subproject commit 90711fb1fe98240356c94e92edf676de20844208

粤ICP备19079148号