breathe-doc / breathe

ReStructuredText and Sphinx bridge to Doxygen
https://breathe-doc.org
Other
755 stars 201 forks source link

"Permalink to this definition" is missing with C++ overloaded functions. #458

Closed bkaradzic closed 4 years ago

bkaradzic commented 5 years ago

I noticed that C++ overloaded functions in my documentation are missing permalinks.

You can see example here:

https://bkaradzic.github.io/bgfx/bgfx.html#_CPPv4N4bgfx9getResultE20OcclusionQueryHandleP7int32_t

At the bottom you can see that function:

void bgfx::destroy(OcclusionQueryHandle _handle)

doesn't have "Permalink to this definition".

I tried looking at documentation and issues here, but I couldn't find anything to fix this issue.

jakobandersen commented 5 years ago

Which version of Sphinx and Breathe are you using?

bkaradzic commented 5 years ago

sphinx-apidoc 2.2.1 Breathe (breathe-apidoc) 4.13.1

vermeeren commented 4 years ago

This might be fixed in v4.18.1, could you test again @bkaradzic ?

bkaradzic commented 4 years ago

@vermeeren This is fixed. Thanks!