We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11232c4 commit 25563c1Copy full SHA for 25563c1
README.md
@@ -43,7 +43,8 @@ composer require type-lang/phpdoc
43
- [ ] `@filesource` - TODO
44
- [x] `@final` - Declare any _Symbol_ as final
45
- [ ] `@global` - TODO
46
-- [x] `@ignore` - Used to tell documentation systems that _Symbol_ are not to be processed.
+- [x] `@ignore` - Used to tell documentation systems that _Symbol_ are
47
+ not to be processed.
48
- [x] `@implements` - Allows to extend templated interfaces
49
- [ ] `@inheritdoc` - TODO
50
- [x] `@inherits` - An alias of `@extends` tag
0 commit comments