summaryrefslogtreecommitdiffstats
path: root/doc/preprocessing.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-03-04 18:15:26 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-03-04 18:15:26 (GMT)
commit9a5a2a29679e83614c9080153af3137bd789b07c (patch)
tree7f8c5eaa5a77ac75d6ad859cb234980df74d587f /doc/preprocessing.doc
parent8fd138270b7f599ee8e67894c2f1c6026c1ceb3d (diff)
downloadDoxygen-9a5a2a29679e83614c9080153af3137bd789b07c.zip
Doxygen-9a5a2a29679e83614c9080153af3137bd789b07c.tar.gz
Doxygen-9a5a2a29679e83614c9080153af3137bd789b07c.tar.bz2
Release-1.2.5-20010304
Diffstat (limited to 'doc/preprocessing.doc')
-rw-r--r--doc/preprocessing.doc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/preprocessing.doc b/doc/preprocessing.doc
index 9eb5f6c..3a97d87 100644
--- a/doc/preprocessing.doc
+++ b/doc/preprocessing.doc
@@ -66,9 +66,10 @@ allows you to expand only those defines that you explicitly
specify. For this you have to set the
\ref cfg_expand_only_predef "EXPAND_ONLY_PREDEF" tag to \c YES
and specify the macro definitions after
-the \ref cfg_predefined "PREDEFINED" tag.
+the \ref cfg_predefined "PREDEFINED" or
+\ref cfg_expand_as_defined "EXPAND_AS_DEFINED" tag.
-As an example, suppose you have the following obfusciated code fragment
+As an example, suppose you have the following obfuscated code fragment
of an abstract base class called \c IUnknown:
\verbatim