Skip to content

Commit e4b5dcb

Browse files
committed
- Docs: Remove @type from and fix category (defining vs. pointing reversed)
1 parent eeea948 commit e4b5dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.README/rules/valid-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Requires all types to be valid JSDoc or Closure compiler types without syntax er
44

55
Also impacts behaviors on namepath (or event)-defining and pointing tags:
66

7-
1. Name(path)-defining tags: `@alias`, `@augments`, `@extends`, `@lends`, `@memberof`, `@memberof!`, `@mixes`, `@this`
8-
1. Name(path)-pointing tags: `@class`, `@constructor`, `@constant`, `@const`, `@external`, `@host`, `@function`, `@func`, `@method`, `@interface`, `@member`, `@var`, `@mixin`, `@name`, `@namespace`, `@type`, `@typedef`
7+
1. Name(path)-defining tags: `@class`, `@constructor`, `@constant`, `@const`, `@external`, `@host`, `@function`, `@func`, `@method`, `@interface`, `@member`, `@var`, `@mixin`, `@name`, `@namespace`, `@typedef`
8+
1. Name(path)-pointing tags: `@alias`, `@augments`, `@extends`, `@lends`, `@memberof`, `@memberof!`, `@mixes`, `@this`
99
1. Name(path)-defining tags (which may have value without namepath): `@callback`, `@event`
1010
1. Name(path)-pointing tags (which may have value without namepath): `@listens`, `@fires`, `@emits`
1111
1. Name(path)-pointing tags (multiple names in one): `@borrows`

0 commit comments

Comments
 (0)