replace unicode arrows
* ⇒, →, ← * because we don't want to show them in documentation snippets and then it's complicated to avoid that when snippets are located in src/test/scala in individual modules * dont replace object `→` in FSM.scala and PersistentFSM.scala
This commit is contained in:
parent
e4d38f92a4
commit
5c96a5f556
1521 changed files with 18846 additions and 18786 deletions
|
|
@ -29,10 +29,10 @@ object ParadoxSupport {
|
|||
.scan()
|
||||
val allClasses = scanner.getAllClasses.getNames.asScala.toVector
|
||||
Def.task { Seq(
|
||||
{ context: Writer.Context ⇒
|
||||
new SignatureDirective(context.location.tree.label, context.properties, msg ⇒ log.warn(msg))
|
||||
{ context: Writer.Context =>
|
||||
new SignatureDirective(context.location.tree.label, context.properties, msg => log.warn(msg))
|
||||
},
|
||||
{ _: Writer.Context ⇒ new UnidocDirective(allClasses) }
|
||||
{ _: Writer.Context => new UnidocDirective(allClasses) }
|
||||
)}
|
||||
}.value
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue