Closed jotak closed 6 years ago
The following doc snippet:
* Vert.x core tools monitoring: TCP/HTTP client and servers, {@link io.vertx.core.datagram.DatagramSocket}, {@link io.vertx.core.eventbus.EventBus} and pools
Turns into:
* Vert.x core tools monitoring: TCP/HTTP client and servers, `link:../../apidocs/io/vertx/core/datagram/DatagramSocket.html[DatagramSocket]`, `link:../../apidocs/io/vertx/core/eventbus/EventBus.html[EventBus]`and pools
Notice the missing space before and pools. It causes link to not be properly displayed in renderers.
and pools
The following doc snippet:
Turns into:
Notice the missing space before
and pools
. It causes link to not be properly displayed in renderers.