Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62165 - trunk/libs/preprocessor/doc/ref
From: steven_at_[hidden]
Date: 2010-05-23 10:44:58


Author: steven_watanabe
Date: 2010-05-23 10:44:57 EDT (Sun, 23 May 2010)
New Revision: 62165
URL: http://svn.boost.org/trac/boost/changeset/62165

Log:
Fix some minor documentation errors. Fixes #4224
Text files modified:
   trunk/libs/preprocessor/doc/ref/enum_params_with_defaults.html | 4 ++--
   trunk/libs/preprocessor/doc/ref/iif.html | 2 +-
   trunk/libs/preprocessor/doc/ref/limit_iteration_dim.html | 2 +-
   3 files changed, 4 insertions(+), 4 deletions(-)

Modified: trunk/libs/preprocessor/doc/ref/enum_params_with_defaults.html
==============================================================================
--- trunk/libs/preprocessor/doc/ref/enum_params_with_defaults.html (original)
+++ trunk/libs/preprocessor/doc/ref/enum_params_with_defaults.html 2010-05-23 10:44:57 EDT (Sun, 23 May 2010)
@@ -64,10 +64,10 @@
 #include <boost/preprocessor/repetition/enum_params_with_defaults.hpp>
 
 <a href="enum_params_with_defaults.html">BOOST_PP_ENUM_PARAMS_WITH_DEFAULTS</a>(3, class T, U)
- // expands to T0 = U0, T1 = U1, T2 = U2
+ // expands to class T0 = U0, class T1 = U1, class T2 = U2
 
 <a href="enum_binary_params.html">BOOST_PP_ENUM_BINARY_PARAMS</a>(3, class T, = U)
- // expands to T0 = U0, T1 = U1, T2 = U2
+ // expands to class T0 = U0, class T1 = U1, class T2 = U2
 </pre></div>
         <hr size="1">
         <div style="margin-left: 0px;">

Modified: trunk/libs/preprocessor/doc/ref/iif.html
==============================================================================
--- trunk/libs/preprocessor/doc/ref/iif.html (original)
+++ trunk/libs/preprocessor/doc/ref/iif.html 2010-05-23 10:44:57 EDT (Sun, 23 May 2010)
@@ -44,7 +44,7 @@
         <h4>Sample Code</h4>
 <div><pre>
 #include &lt;boost/preprocessor/control/iif.hpp&gt;
-#include &lt;boost/preprocessor/logical/or.hpp
+#include &lt;boost/preprocessor/logical/or.hpp&gt;
 
 #define OR_IF(p, q, t, f) BOOST_PP_IIF(BOOST_PP_OR(p, q), t, f)
 

Modified: trunk/libs/preprocessor/doc/ref/limit_iteration_dim.html
==============================================================================
--- trunk/libs/preprocessor/doc/ref/limit_iteration_dim.html (original)
+++ trunk/libs/preprocessor/doc/ref/limit_iteration_dim.html 2010-05-23 10:44:57 EDT (Sun, 23 May 2010)
@@ -13,7 +13,7 @@
                 </div>
         <h4>Remarks</h4>
                 <div>
- This macro currently expands to <i>5</i>.
+ This macro currently expands to <i>3</i>.
                 </div>
         <h4>Requirements</h4>
                 <div>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk