mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Hook up Units documentation
[SVN r46544]
This commit is contained in:
parent
c473879743
commit
38a59699fe
4 changed files with 11 additions and 1 deletions
|
@ -39,6 +39,7 @@ boostbook doc
|
|||
<dependency>../libs/interprocess/doc//interprocess
|
||||
<dependency>../libs/intrusive/doc//autodoc.xml
|
||||
<dependency>../libs/intrusive/doc//intrusive
|
||||
<dependency>../libs/units/doc//units
|
||||
<dependency>../libs/unordered/doc//unordered
|
||||
<dependency>../libs/asio/doc//asio
|
||||
<dependency>../libs/thread/doc//thread
|
||||
|
@ -58,6 +59,7 @@ boostbook doc
|
|||
<implicit-dependency>../libs/mpi/doc//mpi
|
||||
<implicit-dependency>../libs/interprocess/doc//interprocess
|
||||
<implicit-dependency>../libs/intrusive/doc//intrusive
|
||||
<implicit-dependency>../libs/units/doc//units
|
||||
<implicit-dependency>../libs/unordered/doc//unordered
|
||||
<implicit-dependency>../libs/thread/doc//thread
|
||||
|
||||
|
|
|
@ -709,6 +709,8 @@
|
|||
</libraryinfo>
|
||||
</library>
|
||||
|
||||
<xi:include href="units.xml"/>
|
||||
|
||||
<xi:include href="unordered.xml"/>
|
||||
|
||||
<library name="Utility" dirname="utility" html-only="1">
|
||||
|
|
|
@ -275,6 +275,9 @@ how to download, build, and install the libraries.</p>
|
|||
Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
|
||||
<li><a href="numeric/ublas/doc/index.htm">uBLAS</a> - Basic linear algebra
|
||||
for dense, packed and sparse matrices, from Joerg Walter and Mathias Koch.</li>
|
||||
<li><a href="units/index.html">units</a> -
|
||||
Zero-overhead dimensional analysis and unit/quantity
|
||||
manipulation and conversion, from Matthias Schabel and Steven Watanabe.</li>
|
||||
<li><a href="../doc/html/unordered.html">unordered</a> - unordered associative containers, from Daniel James.</li>
|
||||
<li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
|
||||
plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>
|
||||
|
@ -671,6 +674,9 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|||
<li><a href="../doc/html/tribool.html">tribool</a> - 3-state boolean type library, from Doug Gregor.</li>
|
||||
<li><a href="typeof/index.html">typeof</a> -
|
||||
Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
|
||||
<li><a href="units/index.html">units</a> -
|
||||
Zero-overhead dimensional analysis and unit/quantity
|
||||
manipulation and conversion, from Matthias Schabel and Steven Watanabe.</li>
|
||||
<li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
|
||||
plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>
|
||||
<b>prior()</b>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit af82085e43905d9181ad6edd1d3bf09bca3cf508
|
||||
Subproject commit 60bff01a0b7fb9144b45cee3758c8de87c1ee549
|
Loading…
Add table
Reference in a new issue