public class HtmlToDocElementConverter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HtmlToDocElementConverter.Result |
| Modifier and Type | Method and Description |
|---|---|
static HtmlToDocElementConverter.Result |
convert(ComponentsRegistry componentsRegistry,
Path filePath,
String html,
DocReferences codeReferences)
converts html to doc elements so it can be re-used inside generated documentation
|
public static HtmlToDocElementConverter.Result convert(ComponentsRegistry componentsRegistry, Path filePath, String html, DocReferences codeReferences)
componentsRegistry - components like code parserfilePath - path to use by markup parser to handle include plugins resource locationhtml - html to parsecodeReferences - code references to use during conversionCopyright © 2020. All rights reserved.