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
/** * Identification key validator. Validates an identification key against its definition in section 3 of the {@link https://www.gs1.org/genspecs | GS1 General Specifications}. */
What I expect to see in the HTML is this:
<p>Identification key validator. Validates an identification key against its definition in section 3 of the <ahref="https://www.gs1.org/genspecs">GS1 General Specifications</a>.</p>
Actual Behavior
What I'm getting instead is a reference to the GS1 module:
<p>Identification key validator. Validates an identification key against its definition in section 3 of the <ahref="../modules/GS1.html" class="tsd-kind-module">General Specifications</a>.</p>
Steps to reproduce the bug
As above. If I change the first word in the display text to anything other than the module name (GS1), the HTML is generated correctly.
Environment
Typedoc version: 0.26.5
TypeScript version: 5.5.4
Node.js version: 21.7.3
OS: macOS Sonoma 14.6.1
The text was updated successfully, but these errors were encountered:
Search terms
link url package
Expected Behavior
This is
typedoc.json
for my documentation project:Every package has a similar
typedoc.json
; this is the one for the "gs1" package:This is from class documentation in my code:
What I expect to see in the HTML is this:
Actual Behavior
What I'm getting instead is a reference to the GS1 module:
Steps to reproduce the bug
As above. If I change the first word in the display text to anything other than the module name (GS1), the HTML is generated correctly.
Environment
The text was updated successfully, but these errors were encountered: