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 641188 - GENERATE_MAN / doxygen 1.7.1
GENERATE_MAN / doxygen 1.7.1
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.1
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-02-01 21:15 UTC by Mathieu Malaterre
Modified: 2011-03-28 14:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
doxyfile (67.90 KB, application/octet-stream)
2011-02-02 07:49 UTC, Mathieu Malaterre
Details
doxygen documentation for the man page (9.73 KB, application/x-troff-man)
2011-02-02 07:50 UTC, Mathieu Malaterre
Details

Description Mathieu Malaterre 2011-02-01 21:15:22 UTC
I am trying to understand what changed in my setup doxygen 1.7.1 and
man-db 2.5.7. I used to be able to generate man page using the
GENERATE_MAN option. However today I noticed the output looks odd:

For instance the following:

...
\page gdcmdump dumps a DICOM file, it will display the structure and
values contained in the specified DICOM file.

\section synopsis SYNOPSIS

\verbatim
gdcmdump [options] dcm_file
gdcmdump [options] dcm_directory
\endverbatim
...

leads to:

.TH "gdcmdump" 1 "Tue Feb 1 2011" "Version 2.1.0" "GDCM" \" -*- nroff -*-
.ad l
.nh
.SH NAME
gdcmdump \- .TH "gdcmdump" 1 "Tue Feb 1 2011" "Version 2.1.0" "GDCM"
\" -*- nroff -*-
.ad l
.nh
.SH NAME
gdcmdump \- .SH "SYNOPSIS"
.PP
.PP
.nf

gdcmdump [options] dcm_file
gdcmdump [options] dcm_directory
.fi
.PP


which is displayed as:

NAME
      gdcmdump - .TH "gdcmdump" 1 "Tue Feb 1 2011" "Version 2.1.0" "GDCM"

NAME
      gdcmdump - .SH "SYNOPSIS"

      gdcmdump [options] dcm_file
      gdcmdump [options] dcm_directory
Comment 1 Mathieu Malaterre 2011-02-02 07:49:39 UTC
Created attachment 179863 [details]
doxyfile
Comment 2 Mathieu Malaterre 2011-02-02 07:50:01 UTC
Created attachment 179864 [details]
doxygen documentation for the man page
Comment 3 albert 2011-02-02 20:01:31 UTC
In the discussion in the Doxygen-users group I already wrote that the difference was introduced between versions 1.6.3 and 1.7.3, a difference on the code shows that a lot has been changed in respect to start/end handling of parts and that some new parts were introduced. The function endTitleHead prints the double values, in index.cpp called from endTitle and in pagedef.cpp from write Documentation, with comment to write it only to Man pages !!. Maybe the later is now redundant ?
Comment 4 Dimitri van Heesch 2011-02-06 11:14:10 UTC
This is indeed no longer correct. Should be fixed in the next subversion update.
Comment 5 Dimitri van Heesch 2011-03-28 14:19:14 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.4. 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.