Avoid endless loop in ScalaDoc

This commit is contained in:
Viktor Klang 2012-07-25 14:11:07 +02:00
parent af8ce260d3
commit 8f02b4d7ff

View file

@ -29,7 +29,7 @@ trait Listeners { self: Actor ⇒
/**
* Chain this into the receive function.
*
* {{ def receive = listenerManagement orElse }}
* {{{ def receive = listenerManagement orElse }}}
*/
protected def listenerManagement: Actor.Receive = {
case Listen(l) listeners add l