Add documentation for tag property

This commit is contained in:
Sandro Meier 2014-05-27 19:33:52 +02:00
parent dfd094371d
commit 106b42530c

View File

@ -127,6 +127,8 @@ The following properties are available:
* `deprecated`: allow to set method as deprecated (default: `false`);
* `tags`: allow to tag a method (e.g. `beta` or `in-development`). Either a single tag or an array of tags.
* `filters`: an array of filters;
* `requirements`: an array of requirements;