GNOME Bugzilla – Bug 766464
python: missing cross-links in sources (option SOURCE_BROWSER = YES)
Last modified: 2016-09-05 13:46:21 UTC
Created attachment 327918 [details] screenshot demonstrating the problem It seems that doxygen correctly generates links to class methods when we have something like self.classmethod (we have link to classmethod), but does not generate links when we have self.classmethod.inner_method (there is not link to classmethod). Please see the attached screenshot. example.zip includes the corresponding .py file as well as Doxyfile.
Created attachment 327919 [details] the corresponding .py file together with Doxyfile
I've just pushed a proposed patch to github (pull request 478)
Patch has been integrated in main branch of doxygen.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.12. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).