public class MarkdownGenerator extends AbstractGenerator
| Constructor and Description |
|---|
MarkdownGenerator()
Instantiates a new Markdown generator.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getMarkdown(kong.unirest.json.JSONObject docObj,
java.lang.String title)
Gets markdown.
|
java.util.List<kong.unirest.json.JSONObject> |
output(java.io.File dest,
java.util.List<kong.unirest.json.JSONObject> doc)
Output list.
|
generateSignature, sanitizepublic MarkdownGenerator()
public java.util.List<kong.unirest.json.JSONObject> output(java.io.File dest,
java.util.List<kong.unirest.json.JSONObject> doc)
throws java.io.IOException
AbstractGeneratoroutput in class AbstractGeneratordest - the destdoc - the docjava.io.IOException - the io exceptionprotected java.lang.String getMarkdown(kong.unirest.json.JSONObject docObj,
java.lang.String title)
docObj - the doc objtitle - the title