If a file starts with a @license
comment block, typedoc doesn't generate the module documentation
#2552
Labels
bug
Functionality does not match expectation
Search terms
@license
,@module
Expected Behavior
Given a file
a.ts
with the following content:typedoc a.ts
generates an output that the module doc is completely missing.Actual Behavior
typedoc
should generate the module doc.Steps to reproduce the bug
a.ts
.typedoc a.ts
.Environment
Additional Context
JSDoc supports the
@license
tag to indicate the license of the file. If the file above is fed to JSDoc, it will generate the module documentation properly.I also wrote a blog post on
@license
, which may help clarify some background.The text was updated successfully, but these errors were encountered: