mirror of
https://github.com/boostorg/preprocessor.git
synced 2026-01-26 17:02:24 +01:00
Minor documentation change
[SVN r12397]
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user