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
The 'Documents' section should appear on the index page (modules.html).
Actual Behavior
If a module includes a @packageDocumentation tag containing one or more @document tags and does not have any public exports, the 'Documents' section does not appear on the index page (modules.html).
Search terms
packageDocumentation document index missing
Expected Behavior
The 'Documents' section should appear on the index page (modules.html).
Actual Behavior
If a module includes a
@packageDocumentation
tag containing one or more@document
tags and does not have any public exports, the 'Documents' section does not appear on the index page (modules.html).Steps to reproduce the bug
src/index.ts:
typedoc.json:
docs/modules.html screenshot:
Environment
The text was updated successfully, but these errors were encountered: