akka/akka-core
Add Scala only operator mark in generated docs
Aberta
#28.422 aberto em 21 de dez. de 2019
help wantednice-to-have (low-prio)
Métricas do repositório
- Stars
- (13.277 estrelas)
- Métricas de merge de PR
- (Mesclagem média 8d 19h) (10 fundiu PRs em 30d)
Description
If introduce flattenMerge or flattenConcat then both of them should live only In scaladsl;
The current StreamOperatorsIndexGenerator extract information from source code. and expects both API lives in Flow.scala shows up in Java and Scala DSL.
I think a nicer way is to leverage the language features and add a special mark to the generated index page.
