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 608227 - 1.6.2 creates man pages with an extra underscore in the name
1.6.2 creates man pages with an extra underscore in the name
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.6.2
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-01-27 07:43 UTC by Matthias Klose
Modified: 2010-02-21 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Klose 2010-01-27 07:43:00 UTC
[forwarded from http://bugs.debian.org/564243]

Building the gdal package/software, it was noticed:

I discovered that current version of doxygen is generating man pages with one more _ in the file names:

gdal__building.1   gdal__drivertut.1  gdal__polygonize.1  gdal__retile.1     gdal__utilities.1  ogr__arch.1       ogr__utilities.1
gdal__contour.1    gdal__grid.1       gdal__proximity.1   gdal__translate.1  grid__tutorial.1   ogr__drivertut.1  osr__tutorial.1
gdal__datamodel.1  gdal__merge.1      gdal__rasterize.1   gdal__tutorial.1   ogr__apitut.1      ogr__sql.1        vb6__tutorial.1

instead of the intended 

gdal_building.1   gdal_drivertut.1  gdal_polygonize.1  gdal_retile.1     gdal_utilities.1  ogr_arch.1       ogr_utilities.1
gdal_contour.1    gdal_grid.1       gdal_proximity.1   gdal_translate.1  grid_tutorial.1   ogr_drivertut.1  osr_tutorial.1
gdal_datamodel.1  gdal_merge.1      gdal_rasterize.1   gdal_tutorial.1   ogr_apitut.1      ogr_sql.1        vb6_tutorial.1

The GMUmakefile instructions:

# Generate man pages
(cat Doxyfile ; echo "ENABLED_SECTIONS=man"; echo "INPUT=doc ogr apps swig/pyhton/scripts"; echo "FILE_PATTERNS=*.dox *.cpp"; echo "GENERATE_HTML=NO"; echo "GENERATE_MAN=YES") | doxygen -


The Doxyfile is found in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564243#10
Comment 1 Dimitri van Heesch 2010-01-30 09:35:53 UTC
Confirmed. Should be corrected in the next subversion update.
Comment 2 Dimitri van Heesch 2010-02-21 12:57:30 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.6.3. 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.