diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-03-04 18:15:26 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-03-04 18:15:26 (GMT) |
commit | 9a5a2a29679e83614c9080153af3137bd789b07c (patch) | |
tree | 7f8c5eaa5a77ac75d6ad859cb234980df74d587f /doc | |
parent | 8fd138270b7f599ee8e67894c2f1c6026c1ceb3d (diff) | |
download | Doxygen-9a5a2a29679e83614c9080153af3137bd789b07c.zip Doxygen-9a5a2a29679e83614c9080153af3137bd789b07c.tar.gz Doxygen-9a5a2a29679e83614c9080153af3137bd789b07c.tar.bz2 |
Release-1.2.5-20010304
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.doc | 4 | ||||
-rw-r--r-- | doc/preprocessing.doc | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/config.doc b/doc/config.doc index 2bccacd..4d28ba0 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -94,7 +94,7 @@ followed by the descriptions of the tags grouped by category. <li> \refitem cfg_example_patterns EXAMPLE_PATTERNS <li> \refitem cfg_exclude EXCLUDE <li> \refitem cfg_exclude_patterns EXCLUDE_PATTERNS -<li> \refitem cfg_expand_as_defined EXPAND_AS_PREDEFINED +<li> \refitem cfg_expand_as_defined EXPAND_AS_DEFINED <li> \refitem cfg_expand_only_predef EXPAND_ONLY_PREDEF <li> \refitem cfg_ext_doc_paths EXT_DOC_PATHS <li> \refitem cfg_extra_packages EXTRA_PACKAGES @@ -1006,7 +1006,7 @@ EXTRA_PACKAGES = times \addindex EXPAND_ONLY_PREDEF If the \c EXPAND_ONLY_PREDEF and \c MACRO_EXPANSION tags are both set to YES then the macro expansion is limited to the macros specified with the - \c PREDEFINED and \c EXPAND_AS_PREDEFINED tags. + \c PREDEFINED and \c EXPAND_AS_DEFINED tags. \anchor cfg_search_includes <dt>\c SEARCH_INCLUDES <dd> 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 |