Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#6822 closed enhancement (fixed)

Doxygen repeats the program name in manpages

Reported by: Bas Couwenberg Owned by: warmerdam
Priority: normal Milestone: 2.1.4
Component: Docs Version: 2.1.2
Severity: minor Keywords:
Cc: Bas Couwenberg

Description

As reported by Dan Jacobson in Debian Bug #855435:

Please do not repeat the name(.py):

$ apropos gdal
gdal_utilities (1)   - GDAL Utilities A collection of GDAL related programs.
gdal2tiles (1)       - gdal2tiles.py generates directory with TMS tiles, KMLs and simple web viewers
gdal_calc (1)        - gdal_calc.py Command line raster calculator with numpy syntax
gdal_contour (1)     - gdal_contour builds vector contour lines from a raster elevation model
gdal_edit (1)        - gdal_edit.py Edit in place various information of an existing GDAL dataset
gdal_fillnodata (1)  - gdal_fillnodata.py fill raster regions by interpolation from edges
gdal_grid (1)        - gdal_grid creates regular grid from the scattered data
gdal_merge (1)       - gdal_merge.py mosaics a set of images
gdal_pansharpen (1)  - gdal_pansharpen.py Perform a pansharpen operation.
gdal_polygonize (1)  - gdal_polygonize.py produces a polygon feature layer from a raster
gdal_proximity (1)   - gdal_proximity.py produces a raster proximity map
gdal_rasterize (1)   - gdal_rasterize burns vector geometries into a raster
gdal_retile (1)      - gdal_retile.py gdal_retile.py retiles a set of tiles and/or build tiled pyramid levels
gdal_sieve (1)       - gdal_sieve.py removes small raster polygons
gdal_translate (1)   - gdal_translate converts raster data between different formats
gdaladdo (1)         - gdaladdo builds or rebuilds overview images
gdalbuildvrt (1)     - gdalbuildvrt Builds a VRT from a list of datasets. (compiled by default since GDAL 1.6.1)
gdalcompare (1)      - gdalcompare.py compare two images
gdaldem (1)          - gdaldem Tools to analyze and visualize DEMs. (since GDAL 1.7.0)
gdalinfo (1)         - gdalinfo lists information about a raster dataset
gdallocationinfo (1) - gdallocationinfo raster query tool
gdalmanage (1)       - gdalmanage Identify, delete, rename and copy raster data files
gdalmove (1)         - gdalmove.py Transform georeferencing of raster file in place
gdalsrsinfo (1)      - gdalsrsinfo lists info about a given SRS in number of formats (WKT, PROJ.4, etc.)
gdaltindex (1)       - gdaltindex Builds a shapefile as a raster tileindex
gdaltransform (1)    - gdaltransform transforms coordinates
gdalwarp (1)         - gdalwarp image reprojection and warping utility

Change History (2)

comment:1 by Even Rouault, 7 years ago

Resolution: fixed
Status: newclosed

In 37411:

Man page: remove redundant utility name (fixes #6822)

comment:2 by Even Rouault, 7 years ago

In 37412:

Man page: remove redundant utility name (fixes #6822)

Note: See TracTickets for help on using tickets.