mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 12:27:16 +02:00
Fix PDF build issue, and regenerated docs.
[SVN r49461]
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
Beman Dawes provided the original `config.hpp` and part of this document.
|
Beman Dawes provided the original `config.hpp` and part of this document.
|
||||||
|
|
||||||
Vesa Karvonen provided a description of the principles (see
|
Vesa Karvonen provided a description of the principles (see
|
||||||
[link config_rationale rationale]) and put together an early version of
|
[link boost_config.rationale rationale]) and put together an early version of
|
||||||
the current configuration setup.
|
the current configuration setup.
|
||||||
|
|
||||||
John Maddock put together the configuration current code, the test
|
John Maddock put together the configuration current code, the test
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
part of this document.
|
part of this document.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Vesa Karvonen provided a description of the principles (see <a href="../index.html#config_rationale">rationale</a>)
|
Vesa Karvonen provided a description of the principles (see <a href="rationale.html" title="Rationale">rationale</a>)
|
||||||
and put together an early version of the current configuration setup.
|
and put together an early version of the current configuration setup.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
</h3></div></div></div>
|
</h3></div></div></div>
|
||||||
<div><p class="copyright">Copyright <20> 2001 -2007 Beman Dawes, Vesa Karvonen, John Maddock</p></div>
|
<div><p class="copyright">Copyright <20> 2001 -2007 Beman Dawes, Vesa Karvonen, John Maddock</p></div>
|
||||||
<div><div class="legalnotice">
|
<div><div class="legalnotice">
|
||||||
<a name="id447044"></a><p>
|
<a name="id445670"></a><p>
|
||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||||
</p>
|
</p>
|
||||||
@ -958,11 +958,9 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a name="config_rationale"></a><p>
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"><p><small>Last revised: September 19, 2008 at 12:01:08 GMT</small></p></td>
|
<td align="left"><p><small>Last revised: October 27, 2008 at 16:15:55 GMT</small></p></td>
|
||||||
<td align="right"><div class="copyright-footer"></div></td>
|
<td align="right"><div class="copyright-footer"></div></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
<hr>
|
<hr>
|
||||||
|
@ -10,8 +10,6 @@
|
|||||||
http://www.boost.org/LICENSE_1_0.txt)
|
http://www.boost.org/LICENSE_1_0.txt)
|
||||||
]
|
]
|
||||||
|
|
||||||
[#config_rationale]
|
|
||||||
|
|
||||||
[section Rationale]
|
[section Rationale]
|
||||||
|
|
||||||
The problem with many traditional "textbook" implementations of configuration
|
The problem with many traditional "textbook" implementations of configuration
|
||||||
|
Reference in New Issue
Block a user