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 773231 - Underscores in type or member name cause unwanted hyphenation in PDF output Data Fields
Underscores in type or member name cause unwanted hyphenation in PDF output D...
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2016-10-19 18:27 UTC by kees
Modified: 2016-12-29 18:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Example to show hyphenation in type name (2.82 KB, application/gzip)
2016-10-19 18:27 UTC, kees
Details

Description kees 2016-10-19 18:27:42 UTC
Created attachment 338042 [details]
Example to show hyphenation in type name

This shows up in the PDF (LaTeX) output. Type names like uint32_t are hyphenated in a table for the fields of a struct. The table takes less than half of a page width, so it is not caused by lack of width.

I've attached a small example to show what I mean.
Untar and run "doxygen && make -C latex", and look at the last page of the PDF.
Comment 1 Dimitri van Heesch 2016-10-23 11:21:05 UTC
Latex hyphenation is very difficult to get right and interacts badly with the tabu package.
 
I'll suppress the hypenation hints in the 'type' and 'name' columns. Hopefully this doesn't lead to too many ill side-effects.
Comment 2 Dimitri van Heesch 2016-12-29 18:45:37 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.13. 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).