Skip to content

Support @author tag #2603

@regseb

Description

@regseb

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

{
  "name": "testcase",
  "version": "1.0.0",
  "dependencies": {
    "typedoc": "0.26.0",
    "typescript": "5.5.2"
  }
}

tsconfig.json

{
  "typedocOptions": {
    "entryPoints": ["index.ts"]
  }
}

index.ts

/**
 * @author Ian Awesome
 */

Steps

  1. npm install

  2. npx typedoc

    ./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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions