Update RST documentation for a cleaner conversion (#22895)

Our documentation conversion script got confused by some of the things found
in the rst sources
This commit is contained in:
Arnout Engelen 2017-05-10 11:10:46 -07:00 committed by GitHub
parent b3d00afdd1
commit e19c61a6eb
15 changed files with 27 additions and 12 deletions

View file

@ -1,10 +1,12 @@
package docs.camel
//#imports
import akka.actor.{ Props, ActorSystem }
import akka.camel.CamelExtension
import language.postfixOps
import akka.util.Timeout
//#imports
object Introduction {
def foo(): Unit = {
@ -106,4 +108,4 @@ object Introduction {
//#CamelDeactivation
}
}
}