Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid handle of inline @see tag #2

Open
3 of 6 tasks
nelson6e65 opened this issue Jan 19, 2019 · 0 comments
Open
3 of 6 tasks

Invalid handle of inline @see tag #2

nelson6e65 opened this issue Jan 19, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nelson6e65
Copy link
Owner

nelson6e65 commented Jan 19, 2019

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:

  1. Add an inline reference to a class with @see tag (e.g. {@see Example}) in a DocBlock
  2. Generate documentation
  3. 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

#3

@nelson6e65 nelson6e65 added the bug Something isn't working label Jan 19, 2019
@nelson6e65 nelson6e65 self-assigned this Jan 19, 2019
@nelson6e65 nelson6e65 added this to the v1.0.0 milestone Jan 19, 2019
@nelson6e65 nelson6e65 removed this from the v1.0.0 milestone Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant