On Wed, 16 Sep 2020, Chris Lamb wrote:
It looks like a number of internal references in the documentation point
to their build-time location. For example:
For more information on socket events see <a class="el"
href="/build/1st/wxwidgets3.0-3.0.5.1+dfsg/interface/wx/socket.h#wxSocketFlags">wxSocketFlags</a>
. </li>
This is incorrect because it links to under /build/1st, or whatever
directory the package was built from. As this directory will not exist
when the package is installed, the links cannot resolve.
This seems to be a change/regression in doxygen as the wx3.0-doc package
that's in the archive doesn't have this problem. Links seem to have
switched from relative to absolute for some reason. I'll bisect the issue
and report upstream.
Scott