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

@ -18,13 +18,13 @@
</div>
<h4>Requirements</h4>
<div>
<b>Header:</b> &nbsp;<a href="../headers/punctuation/comma.hpp.html">&lt;boost/preprocessor/punctuation/comma.hpp&gt;</a>
<b>Header:</b> &nbsp;<a href="../headers/punctuation/comma.html">&lt;boost/preprocessor/punctuation/comma.hpp&gt;</a>
</div>
<h4>Sample Code</h4>
<div><pre>
#include &lt;<a href="../headers/control/if.hpp.html">boost/preprocessor/control/if.hpp</a>&gt;
#include &lt;<a href="../headers/facilities/empty.hpp.html">boost/preprocessor/facilities/empty.hpp</a>&gt;
#include &lt;<a href="../headers/punctuation/comma.hpp.html">boost/preprocessor/punctuation/comma.hpp</a>&gt;
#include &lt;<a href="../headers/control/if.html">boost/preprocessor/control/if.hpp</a>&gt;
#include &lt;<a href="../headers/facilities/empty.html">boost/preprocessor/facilities/empty.hpp</a>&gt;
#include &lt;<a href="../headers/punctuation/comma.html">boost/preprocessor/punctuation/comma.hpp</a>&gt;
<a href="if.html">BOOST_PP_IF</a>(1, <a href="comma.html">BOOST_PP_COMMA</a>, <a href="empty.html">BOOST_PP_EMPTY</a>)() // expands to ,
</pre></div>