You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./index.ts:2:3 - [warning] Encountered an unknown block tag @author
2 * @author Ian Awesome
[info] Documentation generated at ./docs
[warning] Found 0 errors and 1 warnings
Environment
Typedoc version: 0.26.0
TypeScript version: 5.5.2
Node.js version: 20.14.0
OS: Ubuntu 22.04.4 LTS
The text was updated successfully, but these errors were encountered:
Search terms
@author
Expected Behavior
TypeDoc supports
@author
tag.Actual Behavior
TypeDoc repport:
Encountered an unknown block tag @author
Steps to reproduce the bug
package.json
tsconfig.json
index.ts
Steps
npm install
npx typedoc
Environment
The text was updated successfully, but these errors were encountered: