doctrine-website-sphinx
doctrine-website-sphinx copied to clipboard
Api Doc Links doesn't jump to line
Hi,
when I click on any method in the ApiDoc, the ApiDoc doesn't jump to the source code location.
How to reproduce:
- Navigate to the ApiDoc for ArrayCollection
- Click on the
__construct
method - The browser navigates to the source code but fails to go to the specific line number
The anchor for that example is set to #41-49, which doesn't work. An anchor of #41 works. Probably a newer version of ApiGen fixes the issue.