There was an error while loading. Please reload this page.
1 parent d3c20c4 commit 741db17Copy full SHA for 741db17
1 file changed
libs/phpdoc/README.md
@@ -216,7 +216,7 @@ its description.
216
217
- [x] `@abstract` — Declare any _Element_ as abstract
218
- [x] `@api` — Highlight _Element_ as being part of the public API
219
-- [ ] `@author`
+- [x] `@author`
220
- [x] `@category` — Used to organize groups of packages together
221
- [x] `@copyright` — Used to document the copyright information of any _Element_
222
- [ ] `@deprecated`
@@ -269,8 +269,8 @@ its description.
269
- [x] `@todo`
270
- [x] `@unused-param`
271
- [x] `@use` — An alias of the `@template-use` tag
272
-- [ ] `@used-by`
273
-- [ ] `@uses`
+- [x] `@used-by`
+- [x] `@uses`
274
- [ ] `@var` — Documents the _Type_ of the following _Element_
275
- [ ] `@version`
276
0 commit comments