Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Fix unbound references in API documentation #510

Closed
2 tasks
julienrf opened this issue Mar 12, 2018 · 3 comments · Fixed by scala/scala#7116
Closed
2 tasks

Fix unbound references in API documentation #510

julienrf opened this issue Mar 12, 2018 · 3 comments · Fixed by scala/scala#7116

Comments

@julienrf
Copy link
Contributor

julienrf commented Mar 12, 2018

  • IterableOnceOps (introduced in Introduce IterableOnceOps as common abstraction for Iterable & Iterator #480) produces a lot of documentation errors. We should check that the documentation variables are always defined before they are used,
  • Also, now Iterable inherits from a lot of comments that are relevant to IterableOnce only (about the fact that an operation consumes the collection or not). We should override these comments (or redefine the variables they use).
@szeiger
Copy link
Contributor

szeiger commented Apr 19, 2018

Unassigning myself for now because I haven't gotten around to starting this.

@szeiger szeiger removed their assignment Apr 19, 2018
@chrisphelps
Copy link

I'd like to take a look at this one. I should get to it in the next couple of days.

@julienrf
Copy link
Contributor Author

julienrf commented Jul 3, 2018

Woohoo that would be awesome! You can do two separate PRs if that’s easier :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants