Scaladoc improvements (#27929)

* private[akka] visibility on some internal classes
  * found via unidoc
* fix Scaladoc links
This commit is contained in:
Patrik Nordwall 2019-10-10 14:17:01 +02:00 committed by GitHub
parent 544c5fa17c
commit bb6d6365b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 159 additions and 162 deletions

View file

@ -2086,7 +2086,7 @@ class SubSource[Out, Mat](
* of time between events.
*
* If you want to be sure that no time interval has no more than specified number of events you need to use
* [[throttle()]] with maximumBurst attribute.
* [[throttle]] with maximumBurst attribute.
* @see [[#throttle]]
*/
@Deprecated
@ -2101,7 +2101,7 @@ class SubSource[Out, Mat](
* of time between events.
*
* If you want to be sure that no time interval has no more than specified number of events you need to use
* [[throttle()]] with maximumBurst attribute.
* [[throttle]] with maximumBurst attribute.
* @see [[#throttle]]
*/
@Deprecated
@ -2116,7 +2116,7 @@ class SubSource[Out, Mat](
* of time between events.
*
* If you want to be sure that no time interval has no more than specified number of events you need to use
* [[throttle()]] with maximumBurst attribute.
* [[throttle]] with maximumBurst attribute.
* @see [[#throttle]]
*/
@Deprecated
@ -2135,7 +2135,7 @@ class SubSource[Out, Mat](
* of time between events.
*
* If you want to be sure that no time interval has no more than specified number of events you need to use
* [[throttle()]] with maximumBurst attribute.
* [[throttle]] with maximumBurst attribute.
* @see [[#throttle]]
*/
@Deprecated