Actions
Feature #1057
closedDoxygen @copydoc usage should refer to parent class
Start date:
2023-01-17
Due date:
% Done:
100%
Estimated time:
Module:
Operating System:
Compiler:
Description
In some places, DCMTK API doxygen documentation uses @copydoc to reference documentation from classes the currrent class is inherited from.
In some cases, @copydoc currently refers to some "root" class (i.e. a class at the top or multiple levels above the current class in the inheritance hierarchy) instead of the direct parent base class.
If @copydoc is used, we prefer in DCMTK to only reference the direct base class, not higher levels in the hierarchy.
Actions