user
05/18/2016, 2:48 PMincludes
parameter to gradle plugin, the source has lists like:
In addition there are extension methods on the `Vertx` class that provide promise based versions of deployment, shutdown and close.
• `Vertx.promiseDeployVerticle(verticle: Verticle)`
• `Vertx.promiseDeployVerticle(verticle: Verticle, options: DeploymentOptions)`
• ...
But in the resulting doc file, when this is inserted into it, extra LF are inserted so it becomes:
In addition there are extension methods on the `Vertx` class that provide promise based versions of deployment, shutdown and close.
• `Vertx.promiseDeployVerticle(verticle: Verticle)`
• `Vertx.promiseDeployVerticle(verticle: Verticle, options: DeploymentOptions)`
• ...
Which can break the display