Package | Description |
---|---|
io.vertx.codegen.doc |
Modifier and Type | Method and Description |
---|---|
static String |
Token.toHtml(List<Token> tokens,
String margin,
Function<Tag.Link,String> linkToHtml,
String sep)
Render a list of tokens to HTML markup and return it.
|
static void |
Token.toHtml(List<Token> tokens,
String margin,
Function<Tag.Link,String> linkToHtml,
String sep,
PrintWriter writer)
Render a list of tokens to HTML markup.
|
Copyright © 2020 Eclipse. All rights reserved.