Hide noexcept condition

This commit is contained in:
Jonathan Müller 2017-07-17 16:36:59 +02:00
commit 495b82158d
3 changed files with 17 additions and 5 deletions

View file

@ -159,7 +159,8 @@ namespace cppast
exclude, //< Exclude the entire entity.
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.
exclude_noexcept_condition, //< Exclude the condition of a noexcept.`
declaration, //< Only write declaration.
/// For a macro, it won't show the replacement if this flag is set
_flag_set_size, //< \exclude
};