cldoc
cldoc copied to clipboard
<cldoc:id> does not support overloaded function/method/... documentation
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.