Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 11834: std.net.curl abuses ddoc params section and causes ddoc warnings #2427

Merged
merged 3 commits into from Aug 16, 2014

Conversation

quickfur
Copy link
Member

Fixes: https://issues.dlang.org/show_bug.cgi?id=11834

Basically, the Params: section in onProgress's ddoc was abused to document parameters that will be passed to the callback registered by onProgress. This confuses ddoc to spew warning messages, and also produces deceptive documentation that looks like those parameters are being passed to onProgress, whereas they are actually what will be passed by onProgress to callback.

WalterBright added a commit that referenced this pull request Aug 16, 2014
Issue 11834: std.net.curl abuses ddoc params section and causes ddoc warnings
@WalterBright WalterBright merged commit ff76141 into dlang:master Aug 16, 2014
@quickfur quickfur deleted the issue11834 branch August 17, 2014 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants