mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 13:35:00 +00:00
Merge circular buffer documentation fixes.
[SVN r86209]
This commit is contained in:
parent
a25f955466
commit
f3230c5e32
4 changed files with 24 additions and 12 deletions
|
@ -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
doc/html/circular_buffer.html
Normal file
17
doc/html/circular_buffer.html
Normal file
|
@ -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>
|
||||
|
|
@ -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 @@
|
|||
Subproject commit 6eb5fd4a3d8c470262284128097422f50b0bdf11
|
||||
Subproject commit 90711fb1fe98240356c94e92edf676de20844208
|
Loading…
Add table
Reference in a new issue