headers/xxx.hpp.html >> headers/xxx.html

[SVN r25656]
This commit is contained in:
Paul Mensonides
2004-10-11 06:58:45 +00:00
parent fcc60a3011
commit b71f390686
414 changed files with 1112 additions and 1112 deletions

View File

@ -33,11 +33,11 @@
</ul>
<h4>Requirements</h4>
<div>
<b>Header:</b> &nbsp;<a href="../headers/tuple/to_list.hpp.html">&lt;boost/preprocessor/tuple/to_list.hpp&gt;</a>
<b>Header:</b> &nbsp;<a href="../headers/tuple/to_list.html">&lt;boost/preprocessor/tuple/to_list.hpp&gt;</a>
</div>
<h4>Sample Code</h4>
<div><pre>
#include &lt;<a href="../headers/tuple/to_list.hpp.html">boost/preprocessor/tuple/to_list.hpp</a>&gt;
#include &lt;<a href="../headers/tuple/to_list.html">boost/preprocessor/tuple/to_list.hpp</a>&gt;
<a href="tuple_to_list.html">BOOST_PP_TUPLE_TO_LIST</a>(3, (x, y, z))
// expands to (x, (y, (z, <a href="nil.html">BOOST_PP_NIL</a>)))