Comment #0 by andrej.mitrovich — 2014-05-24T11:27:29Z
The ddoc output of this function looks bad:
-----
foo.
Params:
name = name
callback = A callback. Example of the callback:
-----
void someCallback();
{
int x;
}
-----
etc = etc
*/
void foo(string name, void function() callback, int etc);
-----
The location of the "void function() callback" parameter is stuck at the left of the code snippet instead of the beginning of the description which was: "A callback. Example of the callback: "
Comment #1 by andrej.mitrovich — 2014-05-24T11:28:14Z
In other words the vertical positioning is wrong.
Comment #2 by robert.schadek — 2024-12-13T18:21:00Z