Fix some minor documentation errors. Fixes #4224

[SVN r62165]
This commit is contained in:
Steven Watanabe
2010-05-23 14:44:57 +00:00
parent 0882fe63f9
commit 9548743659
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
<h4>Sample Code</h4>
<div><pre>
#include &lt;<a href="../headers/control/iif.html">boost/preprocessor/control/iif.hpp</a>&gt;
#include &lt;<a href="../headers/logical/or.html">boost/preprocessor/logical/or.hpp</a>
#include &lt;<a href="../headers/logical/or.html">boost/preprocessor/logical/or.hpp</a>&gt;
#define OR_IF(p, q, t, f) <a href="iif.html">BOOST_PP_IIF</a>(<a href="or.html">BOOST_PP_OR</a>(p, q), t, f)