Hide macro replacement

This commit is contained in:
Jonathan Müller 2017-07-17 16:24:21 +02:00
commit 38dd1c9d18
3 changed files with 11 additions and 2 deletions

View file

@ -160,6 +160,7 @@ namespace cppast
exclude_return, //< Exclude the return type of a function entity.
exclude_target, //< Exclude the underlying entity of an alias (e.g. typedef).
declaration, //< Only write declaration.
/// For a macro, it won't show the replacement if this flag is set
_flag_set_size, //< \exclude
};