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

Warning from scaladoc on MapLike's ++ method @usecase #3738

Closed
scabug opened this issue Aug 6, 2010 · 3 comments
Closed

Warning from scaladoc on MapLike's ++ method @usecase #3738

scabug opened this issue Aug 6, 2010 · 3 comments
Labels

Comments

@scabug
Copy link

scabug commented Aug 6, 2010

Getting this warning when generating scaladoc:

 [scaladoc] /Users/davec/Projects/scala-starrless/src/library/scala/collection/MapLike.scala:286: warning: @usecase + does not match commented symbol: ++
 [scaladoc]    *  @usecase  def + (kvs: Traversable[(A, B)]): Map[A, B]
 [scaladoc]                 ^

Attached is a patch to correct this.

@scabug
Copy link
Author

scabug commented Aug 6, 2010

Imported From: https://issues.scala-lang.org/browse/SI-3738?orig=1
Reporter: Dave Copeland (davetron5000)
Attachments:

@scabug
Copy link
Author

scabug commented Aug 6, 2010

Dave Copeland (davetron5000) said:
Patch that applies against 22674

@scabug
Copy link
Author

scabug commented Aug 7, 2010

@michelou said:
fixed in r22698.

@scabug scabug closed this as completed May 18, 2011
@scabug scabug added the docs label Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant