You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the errors are incorrect because DMD seems to ignore parameters with default values. I also didn't fix the internal.std.process ones, as that code will be removed soon, and there are some cases where multiple functions are documented at the same time, resulting in warnings:
/**
Params:
a = ...
b = ...
*/
void func(int a) {}
/// ditto
void func(int b) {}
So most of the warnings will persist unfortunately.
Building docs with dmd head reveals some missing parts. Good to see ddoc improving.
The text was updated successfully, but these errors were encountered: