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
Describe the bug
Inline @see generates a link to an undefined HTML file.
Steps to reproduce
Steps to reproduce the behavior:
Add an inline reference to a class with @see tag (e.g. {@see Example}) in a DocBlock
Generate documentation
See the .md file generates a link like [\NelsonMartell\VuePress\Demo\Example](../classes/NelsonMartell.VuePress.Demo.Example.html)
Expected behavior
It should generate a propper link to the class, trait or interface, same as other link references: [Namespace\\\<span style="font-weight: bold;">Class</span>](classes.html#namespace-class)
Scopes
Describe the bug
Inline
@see
generates a link to an undefined HTML file.Steps to reproduce
Steps to reproduce the behavior:
@see
tag (e.g.{@see Example}
) in a DocBlock[\NelsonMartell\VuePress\Demo\Example](../classes/NelsonMartell.VuePress.Demo.Example.html)
Expected behavior
It should generate a propper link to the class, trait or interface, same as other link references:
[Namespace\\\<span style="font-weight: bold;">Class</span>](classes.html#namespace-class)
Enviroment:
Versions:
Additional context
#3
The text was updated successfully, but these errors were encountered: