public class Javadoc2Libdoc extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
keywordDocumentationMap |
| Constructor and Description |
|---|
Javadoc2Libdoc(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
formatComment(com.github.markusbernhardt.xmldoclet.xjc.Class classNode) |
protected String |
formatComment(com.github.markusbernhardt.xmldoclet.xjc.Constructor constructorNode) |
protected String |
formatComment(com.github.markusbernhardt.xmldoclet.xjc.Method methodNode) |
protected String |
formatParam(com.github.markusbernhardt.xmldoclet.xjc.Method methodNode) |
protected String |
formatReturn(com.github.markusbernhardt.xmldoclet.xjc.Method methodNode) |
protected String |
formatSee(com.github.markusbernhardt.xmldoclet.xjc.Method methodNode) |
String |
getKeywordDocumentation(String keywordName) |
protected com.github.markusbernhardt.xmldoclet.xjc.Root |
loadJavadocRoot(InputStream inputStream) |
protected Map<String,String> |
loadKeywordDocumentationMap(com.github.markusbernhardt.xmldoclet.xjc.Root root,
String className) |
public Javadoc2Libdoc(Class<?> clazz)
protected com.github.markusbernhardt.xmldoclet.xjc.Root loadJavadocRoot(InputStream inputStream)
protected Map<String,String> loadKeywordDocumentationMap(com.github.markusbernhardt.xmldoclet.xjc.Root root, String className)
protected String formatComment(com.github.markusbernhardt.xmldoclet.xjc.Class classNode)
protected String formatComment(com.github.markusbernhardt.xmldoclet.xjc.Constructor constructorNode)
protected String formatComment(com.github.markusbernhardt.xmldoclet.xjc.Method methodNode)
protected String formatParam(com.github.markusbernhardt.xmldoclet.xjc.Method methodNode)
protected String formatReturn(com.github.markusbernhardt.xmldoclet.xjc.Method methodNode)
protected String formatSee(com.github.markusbernhardt.xmldoclet.xjc.Method methodNode)
Copyright © 2014. All rights reserved.