/** * The smilie in the description of parameter "c" * causes ddoc to put a bracket where no bracket belongs... * * Seems like colons are problematic... * * Params: * a = Some int value. * b = You may pass any char * but it will never be used * anyways. * c = A double value :) */ void foo3(int a, char b, double c) { } int main(char[][] args) { }