Skip to content

Commit

Permalink
Added hidden/ignore tags to classes that are not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Mar 14, 2024
1 parent a8ad158 commit a5155e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/vec2.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

/**
* A 2-dimensional vector.
*

Check failure on line 5 in src/lib/vec2.js

View workflow job for this annotation

GitHub Actions / Lint

Trailing spaces not allowed
* @hidden

Check failure on line 6 in src/lib/vec2.js

View workflow job for this annotation

GitHub Actions / Lint

Invalid JSDoc tag name "hidden"
*/
class Vec2 {
/**
Expand Down

0 comments on commit a5155e2

Please sign in to comment.