public class HtmlToDocElementConverter extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<DocElement> |
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 List<DocElement> 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.