mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-29 11:47:14 +02:00
doc fixes
[SVN r17466]
This commit is contained in:
@ -36,8 +36,8 @@
|
||||
<div><pre>
|
||||
#include <<a href="../headers/logical/bool.hpp.html">boost/preprocessor/logical/bool.hpp</a>>
|
||||
|
||||
<a href="bool.hpp">BOOST_PP_BOOL</a>(6) // expands to 1
|
||||
<a href="bool.hpp">BOOST_PP_BOOL</a>(0) // expands to 0
|
||||
<a href="bool.html">BOOST_PP_BOOL</a>(6) // expands to 1
|
||||
<a href="bool.html">BOOST_PP_BOOL</a>(0) // expands to 0
|
||||
</pre></div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -30,7 +30,7 @@
|
||||
</h4>
|
||||
<div>
|
||||
If <i>n</i> is <i>1</i>, <b>BOOST_PP_LINE</b> will output extended data.
|
||||
By default, this macro is seq to <i>0</i>.
|
||||
By default, this macro is set to <i>0</i>.
|
||||
</div>
|
||||
<h4>
|
||||
See Also
|
||||
|
@ -39,8 +39,8 @@
|
||||
</div>
|
||||
<h4>Sample Code</h4>
|
||||
<div><pre>
|
||||
#include <<a href="../headers/comparison/and.hpp.html">boost/preprocessor/comparison/and.hpp</a>>
|
||||
#include <<a href="../headers/control/expr_iif.hpp">boost/preprocessor/control/expr_iif.hpp</a>>
|
||||
#include <<a href="../headers/logical/and.hpp.html">boost/preprocessor/logical/and.hpp</a>>
|
||||
#include <<a href="../headers/control/expr_iif.hpp.html">boost/preprocessor/control/expr_iif.hpp</a>>
|
||||
|
||||
#define INSERT_AND(p, q, text) \
|
||||
<a href="expr_iif.html">BOOST_PP_EXPR_IIF</a>( \
|
||||
|
@ -27,9 +27,9 @@
|
||||
#ifndef FILE_H_
|
||||
#define FILE_H_
|
||||
|
||||
#include <<a href="../headers/iteration/iterate.hpp,html">boost/preprocessor/iteration/iterate.hpp</a>>
|
||||
#include <<a href="../headers/iteration/iterate.hpp.html">boost/preprocessor/iteration/iterate.hpp</a>>
|
||||
|
||||
#define <a href="iterations_params_x.html">BOOST_PP_ITERATION_PARAMS_1</a> (3, (1, 3, "file.h"))
|
||||
#define <a href="iteration_params_x.html">BOOST_PP_ITERATION_PARAMS_1</a> (3, (1, 3, "file.h"))
|
||||
#include <a href="iterate.html">BOOST_PP_ITERATE</a>()
|
||||
|
||||
#endif
|
||||
|
@ -45,7 +45,7 @@
|
||||
((a, (b, <a href="nil.html">BOOST_PP_NIL</a>)), \
|
||||
((d, (e, <a href="nil.html">BOOST_PP_NIL</a>)), \
|
||||
((e, (f, <a href="nil.html">BOOST_PP_NIL</a>)), \
|
||||
<a href="ni.html">BOOST_PP_NIL</a>))) \
|
||||
<a href="nil.html">BOOST_PP_NIL</a>))) \
|
||||
/**/
|
||||
|
||||
#define OP(d, state, x) <a href="cat.html">BOOST_PP_CAT</a>(state, <a href="list_cat_d.html">BOOST_PP_LIST_CAT_D</a>(d, x))
|
||||
|
@ -59,7 +59,7 @@
|
||||
#define PRED(d, data, elem) <a href="less_equal.html">BOOST_PP_LESS_EQUAL</a>(elem, data)
|
||||
|
||||
<a href="list_filter.html">BOOST_PP_LIST_FILTER</a>(PRED, 3, LIST)
|
||||
// expands to (1, (3, (2, <a href="ni.html">BOOST_PP_NIL</a>)))
|
||||
// expands to (1, (3, (2, <a href="nil.html">BOOST_PP_NIL</a>)))
|
||||
</pre></div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -56,7 +56,7 @@
|
||||
<h4>Sample Code</h4>
|
||||
<div><pre>
|
||||
#include <<a href="../headers/cat.hpp.html">boost/preprocessor/cat.hpp</a>>
|
||||
#include <<a href="../headers/list/fold_right.html">boost/preprocessor/list/fold_right.hpp</a>>
|
||||
#include <<a href="../headers/list/fold_right.hpp.html">boost/preprocessor/list/fold_right.hpp</a>>
|
||||
|
||||
#define LIST (a, (b, (c, <a href="nil.html">BOOST_PP_NIL</a>)))
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
<div><pre>
|
||||
#include <<a href="../headers/cat.hpp.html">boost/preprocessor/cat.hpp</a>>
|
||||
#include <<a href="../headers/list/adt.hpp.html">boost/preprocessor/list/adt.hpp</a>>
|
||||
#include <<a href="../headers/list/list_for_each_i.html">boost/preprocessor/list/for_each_i.hpp</a>>
|
||||
#include <<a href="../headers/list/for_each_i.hpp.html">boost/preprocessor/list/for_each_i.hpp</a>>
|
||||
#include <<a href="../headers/repetition/for.hpp.html">boost/preprocessor/repetition/for.hpp</a>>
|
||||
|
||||
#define LIST (x, (y, (z, <a href="nil.html">BOOST_PP_NIL</a>)))
|
||||
|
@ -44,8 +44,8 @@
|
||||
</div>
|
||||
<h4>Sample Code</h4>
|
||||
<div><pre>
|
||||
#include <<a href="../list/fold_left.hpp.html">boost/preprocessor/list/fold_left.hpp</a>>
|
||||
#include <<a href="../selection/min.hpp.html">boost/preprocessor/selection/min.hpp</a>>
|
||||
#include <<a href="../headers/list/fold_left.hpp.html">boost/preprocessor/list/fold_left.hpp</a>>
|
||||
#include <<a href="../headers/selection/min.hpp.html">boost/preprocessor/selection/min.hpp</a>>
|
||||
|
||||
#define LIST (1, (3, (5, (2, (4, <a href="nil.html">BOOST_PP_NIL</a>)))))
|
||||
|
||||
|
38
doc/ref/wstringize.html
Normal file
38
doc/ref/wstringize.html
Normal file
@ -0,0 +1,38 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>BOOST_PP_WSTRINGIZE</title>
|
||||
<link rel="stylesheet" type="text/css" href="../styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-left: 0px;">
|
||||
The <b>BOOST_PP_WSTRINGIZE</b> macro wide stringizes its argument after it has been expanded.
|
||||
</div>
|
||||
<h4>Usage</h4>
|
||||
<div class="code">
|
||||
<b>BOOST_PP_WSTRINGIZE</b>(<i>text</i>)
|
||||
</div>
|
||||
<h4>Arguments</h4>
|
||||
<dl>
|
||||
<dt>text</dt>
|
||||
<dd>
|
||||
The text to be converted to a wide string literal.
|
||||
</dd>
|
||||
</dl>
|
||||
<h4>Remarks</h4>
|
||||
<div>
|
||||
The preprocessor stringizing operator (<b>#</b>) prevents arguments from expanding.
|
||||
This macro allows its argument to expand before it is stringized.
|
||||
</div>
|
||||
<!-- <h4>See Also</h4> -->
|
||||
<h4>Requirements</h4>
|
||||
<div>
|
||||
<b>Header:</b> <a href="../headers/wstringize.hpp.html"><boost/preprocessor/wstringize.hpp></a>
|
||||
</div>
|
||||
<h4>Sample Code</h4>
|
||||
<div><pre>
|
||||
#include <<a href="../headers/wstringize.hpp.html">boost/preprocessor/wstringize.hpp</a>>
|
||||
|
||||
<a href="wstringize.html">BOOST_PP_WSTRINGIZE</a>(some text) // expands to L"some text"
|
||||
</pre></div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user