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 stringization of E.
/*!
Example:
For example,
<PRE>\verbatim
#define NOTE(STR)\
@ -30,7 +30,7 @@ Example:
#pragma NOTE("TBD!")
\endverbatim</PRE>
The above expands to:
expands to:
<PRE>\verbatim
#pragma message("examples.cpp" "(" "20" ") : " "TBD!")