Open
Description
Scopes
- Installation
- Documentation
- Template (twig, xml)
- PHP sources
- Appearance
- Other
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)
Enviroment:
- OS: [e.g. Fedora 29, Windows 7, etc]
- Browser: [e.g. chrome, safari]
Versions:
- Template: v1.0.0-beta.3
- PHP: 7.2
- Node: v8.11.2
- Yarn: 1.13.0
- VuePress: 0.14.8 | 1.0.0-alpha.32
- phpDocumentor: v2.9.0 | 3.0.x-dev 870f5eb
Additional context