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 668519 - Missing newline after function prototype/structure member in man pages
Missing newline after function prototype/structure member in man pages
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.6.1
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-01-23 17:12 UTC by Gerald Klinkl
Modified: 2012-02-25 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Suggested fix (257 bytes, application/octet-stream)
2012-01-23 17:12 UTC, Gerald Klinkl
Details

Description Gerald Klinkl 2012-01-23 17:12:45 UTC
Created attachment 205911 [details]
Suggested fix

When generating man pages, the first paragraph of a function description is immediately following the function prototype rather than being separated be a newline. Same for structure members.

== snip ==
.SH "Function Documentation"
.PP 
.SS "configParams_t* \fBinitWaveReaderAPI\fP (const char *configFile, const char *appName)"The \fBinitWaveReaderAPI()\fP function initializes the waveform reader API\&. \fBinitWaveReaderAPI()\fP takes configFile, the name and path of the configuration file and appName, the name of the application used for error messages\&.
.PP
== end snip ==
== snip ==
.SH "Field Documentation"
.PP 
.SS "size_t \fBwaveDataResponse_t::wfa_bytesRead\fP"number of bytes read (only CSF)
== end snip ==
Comment 1 Dimitri van Heesch 2012-02-18 13:32:52 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 2 Dimitri van Heesch 2012-02-25 15:37:14 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.0. 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.