Minor documentation change

[SVN r12397]
This commit is contained in:
Vesa Karvonen
2002-01-21 19:05:49 +00:00
parent 255317ea1b
commit a07e8b26b7
5 changed files with 16 additions and 16 deletions

View File

@ -23,14 +23,14 @@
/*!
Designed to be used with BOOST_PP_IF(), when one of the clauses need to be invoked.
Example:
For example,
<PRE>\verbatim
BOOST_PP_IDENTITY(X)()
// ^^ NOTE!
\endverbatim</PRE>
The above expands to:
expands to:
<PRE>\verbatim
X