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

@ -19,7 +19,7 @@
//! Delays the catenation of L and R.
/*!
Example:
For example,
<PRE>\verbatim
#define STATIC_ASSERT(EXPR)\
@ -36,7 +36,7 @@ Example:
STATIC_ASSERT(sizeof(int) <= sizeof(long));
\endverbatim</PRE>
The above expands to:
expands to:
<PRE>\verbatim
enum