cldoc icon indicating copy to clipboard operation
cldoc copied to clipboard

<cldoc:id> does not support overloaded function/method/... documentation

Open rhdunn opened this issue 11 years ago • 0 comments

Given:

void test(int a);
void test(float val);

it is not possible to specify which overload is being documented (such that each function gets the correct documentation, e.g. in the XML output) -- the descriptions get merged into the last matching overload.

rhdunn avatar Jul 07 '14 08:07 rhdunn