After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 766464 - python: missing cross-links in sources (option SOURCE_BROWSER = YES)
python: missing cross-links in sources (option SOURCE_BROWSER = YES)
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2016-05-15 08:31 UTC by john
Modified: 2016-09-05 13:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot demonstrating the problem (26.90 KB, image/png)
2016-05-15 08:31 UTC, john
Details
the corresponding .py file together with Doxyfile (26.95 KB, application/x-compressed-tar)
2016-05-15 08:33 UTC, john
Details

Description john 2016-05-15 08:31:22 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.
Comment 1 john 2016-05-15 08:33:24 UTC
Created attachment 327919 [details]
the corresponding .py file together with Doxyfile
Comment 2 albert 2016-05-16 12:54:17 UTC
I've just pushed a proposed patch to github (pull request 478)
Comment 3 albert 2016-06-29 08:53:14 UTC
Patch has been integrated in main branch of doxygen.
Comment 4 Dimitri van Heesch 2016-09-05 13:46:21 UTC
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).