GNOME Bugzilla – Bug 608227
1.6.2 creates man pages with an extra underscore in the name
Last modified: 2010-02-21 12:57:30 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
Confirmed. Should be corrected in the next subversion update.
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.