GNOME Bugzilla – Bug 668519
Missing newline after function prototype/structure member in man pages
Last modified: 2012-02-25 15:37:14 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 ==
Thanks, I'll include the patch in the next subversion update.
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.