Skip to content

Commit 741db17

Browse files
committed
Actualize readme
1 parent d3c20c4 commit 741db17

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

libs/phpdoc/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ its description.
216216

217217
- [x] `@abstract` — Declare any _Element_ as abstract
218218
- [x] `@api` — Highlight _Element_ as being part of the public API
219-
- [ ] `@author`
219+
- [x] `@author`
220220
- [x] `@category` — Used to organize groups of packages together
221221
- [x] `@copyright` — Used to document the copyright information of any _Element_
222222
- [ ] `@deprecated`
@@ -269,8 +269,8 @@ its description.
269269
- [x] `@todo`
270270
- [x] `@unused-param`
271271
- [x] `@use` — An alias of the `@template-use` tag
272-
- [ ] `@used-by`
273-
- [ ] `@uses`
272+
- [x] `@used-by`
273+
- [x] `@uses`
274274
- [ ] `@var` — Documents the _Type_ of the following _Element_
275275
- [ ] `@version`
276276

0 commit comments

Comments
 (0)