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 755783 - RTF output has incomplete "References" and "Referenced by" sections
RTF output has incomplete "References" and "Referenced by" sections
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.10
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2015-09-29 10:29 UTC by Ingolf Steinbach
Modified: 2016-01-04 15:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Small example exhibiting the problem (3.75 KB, application/zip)
2015-09-29 10:29 UTC, Ingolf Steinbach
Details

Description Ingolf Steinbach 2015-09-29 10:29:29 UTC
Created attachment 312354 [details]
Small example exhibiting the problem

When generating RTF output with doxygen 1.8.10 (Kubuntu 12.04.05, x86_64), the resulting refman.rtf does not show the "References" and "Referenced by" sections correctly: it contains these headings and also separators like comma but the actual names of the functions are omitted.

The RTF output of the attached example contains

> void trunk (void )
> 
> This is somewhere in the middle. 
> Definition at line 3 of file trunk.c.
> References , and .
> Referenced by .

The HTML output generated from the same input files shows the two sections correctly:

> void trunk 	( 	void  		) 	
> 
> This is somewhere in the middle.
> 
> Definition at line 3 of file trunk.c.
> 
> References leaf1(), and leaf2().
> 
> Referenced by root().

The documentation for all of leaf1(), leaf2(), and root() is contained in the refman.rtf document -- together with anchors for the hyperlinks; however their function names are omitted in the "References"/"Referenced by" section in the RTF documentation of trunk().

This bug seems to be *different* from bug 133515, bug 318002, bug 319998, bug 373646, and bug 629249.
Comment 1 albert 2015-09-30 16:22:38 UTC
I've just pushed a proposed solution to github (pull request 400)
Comment 2 Dimitri van Heesch 2015-10-04 14:23:17 UTC
Thanks, I've merged the pull request
Comment 3 Dimitri van Heesch 2015-12-30 10:19:06 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.11. 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).
Comment 4 Ingolf Steinbach 2016-01-04 15:47:22 UTC
I confirm that the issue is fixed in version 1.8.11. Thanks a lot.
(Please revert the Status from VERIFIED in case it is not in my responsibility to change it.)