mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Commit of circular buffer doc build.
[SVN r85000]
This commit is contained in:
parent
659820382f
commit
249eba41e9
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>
|
||||
|
@ -764,3 +754,5 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 62b25b47c7785237fbe18f2e60155406b5859d37
|
||||
Subproject commit c1ac2a4cf845552c36348488c400603f6d2ba6b6
|
Loading…
Add table
Reference in a new issue