Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.23 does not properly detect module comments #1963

Closed
Gerrit0 opened this issue Jun 26, 2022 · 0 comments
Closed

0.23 does not properly detect module comments #1963

Gerrit0 opened this issue Jun 26, 2022 · 0 comments
Labels
bug Functionality does not match expectation

Comments

@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jun 26, 2022

Search terms

module comment, missing comment

Expected Behavior

The module comment below should be picked up

/**
 * Module comment
 * @module
 */

/**
 * Some code reproducing a bug.
 */
export const bug = 123;

Actual Behavior

The module comment is not present

Steps to reproduce the bug

See TypeStrong/typedoc-repros#2

Environment

See repro

@Gerrit0 Gerrit0 added the bug Functionality does not match expectation label Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation
Projects
None yet
Development

No branches or pull requests

1 participant