A few more apidoc directives (#28995)

This commit is contained in:
Ignasi Marimon-Clos 2020-04-30 08:59:22 +02:00 committed by GitHub
parent ef79738373
commit 7702bce0d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 41 additions and 108 deletions

View file

@ -4,13 +4,10 @@ Materialize a `SourceQueue` onto which elements can be pushed for emitting from
@ref[Source operators](../index.md#source-operators)
@@@div { .group-scala }
## Signature
@@signature [Source.scala](/akka-stream/src/main/scala/akka/stream/scaladsl/Source.scala) { #queue }
@apidoc[Source.queue](Source$) { scala="#queue[T](bufferSize:Int,overflowStrategy:akka.stream.OverflowStrategy):akka.stream.scaladsl.Source[T,akka.stream.scaladsl.SourceQueueWithComplete[T]]" java="#queue(int,akka.stream.OverflowStrategy)" }
@@@
## Description