Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTF output has incomplete "References" and "Referenced by" sections (Origin: bugzilla #755783) #5877

Closed
doxygen opened this issue Jul 2, 2018 · 0 comments

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status VERIFIED severity normal in component general for ---
Reported in version 1.8.10 on platform Other
Assigned to: Dimitri van Heesch

Original attachment names and IDs:

On 2015-09-29 10:29:29 +0000, Ingolf Steinbach wrote:

Created attachment 312354
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.

On 2015-09-30 16:22:38 +0000, albert wrote:

I've just pushed a proposed solution to github (pull request 400)

On 2015-10-04 14:23:17 +0000, Dimitri van Heesch wrote:

Thanks, I've merged the pull request

On 2015-12-30 10:19:06 +0000, Dimitri van Heesch wrote:

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).

On 2016-01-04 15:47:22 +0000, Ingolf Steinbach wrote:

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.)

@doxygen doxygen closed this as completed Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant