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

Incorrect function prototypes generated #30

Closed
yazd opened this issue Sep 16, 2013 · 0 comments
Closed

Incorrect function prototypes generated #30

yazd opened this issue Sep 16, 2013 · 0 comments

Comments

@yazd
Copy link

yazd commented Sep 16, 2013

Looking at the phobos ddox documentation,
http://vibed.org/temp/d-programming-language.org/phobos/std/array/assocArray.html

In the prototype, for assocArray, you will see:

assocArray(Range)(
  RedBlackTree.Range r
) auto;

The Range parameter shouldn't be RedBlackTree.Range. This can be noticed in other pages too.
Also, auto seems misplaced.

s-ludwig added a commit that referenced this issue Nov 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant