Actions
Bug #723
closedNewer versions of Doxygen require unique section labels throughout the DCMTK man pages
Start date:
2017-02-24
Due date:
% Done:
100%
Estimated time:
Module:
all
Operating System:
Compiler:
Description
In the past, Doxygen accepted the use of identical section labels for all man pages in the DCMTK (i.e. for all command line tools). Examples are "description", "parameters" and "options". Newer versions of Doxygen (e.g. 1.8.11 or 1.8.13) report a warning of the following type: "warning: multiple use of section label 'xxx' while adding section, (first occurrence: ...". This could be fixed by using unique section labels for all man pages. An example is show in module "dcmnet": "echoscu_description", "echoscu_parameters", "echoscu_options", i.e. the name of the command line tool is prepended. This should be done for all DCMTK tools.
Files
Updated by Jan Schlamelcher over 8 years ago
- File rename_manpages.sh rename_manpages.sh added
- Status changed from New to Closed
- % Done changed from 0 to 100
- Assignee set to Anonymous
Close by commit #cafe65b886c790dea using the attached shell script.
Actions