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 656147 - RTF detailed description function prototype problem
RTF detailed description function prototype problem
Status: RESOLVED DUPLICATE of bug 652695
Product: doxygen
Classification: Other
Component: doxywizard
1.7.4
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-08-08 09:06 UTC by spector_o
Modified: 2011-08-08 09:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description spector_o 2011-08-08 09:06:51 UTC
There is a missing white space between parameter type and parameter name in the detailed function description section of a generated RTF documentation.

For example, a function with a prototype

ret_t func( par_t par_name )

generates the following line in the RTF file

{\b ret_t} func ({\b par_t}{\i par_name})}}

instead of

{\b ret_t} func ({\b par_t} {\i par_name})}}
Comment 1 Dimitri van Heesch 2011-08-08 09:12:53 UTC

*** This bug has been marked as a duplicate of bug 652695 ***