Docs updated

[SVN r13169]
This commit is contained in:
Vesa Karvonen
2002-03-10 12:31:37 +00:00
parent 7202e6b56e
commit 03b37c307f
17 changed files with 205 additions and 31 deletions

View File

@ -29,6 +29,8 @@
<h2><a name="BOOST_PP_STRINGIZE">#define BOOST_PP_STRINGIZE</a>(X)</h2>
<p>Stringizes <code>X</code> after it is macro expanded.</p>
<p>For example, <code><a href="stringize.htm#BOOST_PP_STRINGIZE">BOOST_PP_STRINGIZE</a>(<a href="cat.htm#BOOST_PP_CAT">BOOST_PP_CAT</a>(a,b))</code> expands to <code>"ab"</code>.</p>
<h3>Example</h3>
<ul>
<li><a href="../../example/note.c">note.c</a></li>