Specify tags by which both classes and class members (i.e. fields, constructors and methods)
are completely excluded from the generated documentation.
A class is excluded when at least one of the conditions is met:
- The class has one of the specified tags.
- This is an inner class and one of its enclosing classes has one of the specified tags.
A class member is excluded according to one of the conditions:
- The member has one of the specified tags.
- The member's class has one of the specified tags.
- The member's class is an inner class and one of its enclosing classes has one of the specified tags.
Therefore, when a class has one of the tags specified in this parameter,
neither that class nor anything defined in it (i.e. members and inner classes)
will ever appear in the documentation.
The multiple exclude-tag names must be separated with new lines ('\n'), semicolons (';') or colons (':').
For example:
@exclude
@omit