#71 A module file included has extra LF inserted i...
# dokka
u
#71 A module file included has extra LF inserted in bullet points [Kotlin/dokka] Issue created by apatrida I include a module file using the
includes
parameter to gradle plugin, the source has lists like:
Copy code
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:
Copy code
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