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:
parent
b3d00afdd1
commit
e19c61a6eb
15 changed files with 27 additions and 12 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue