return relevantElementForDoc == null ? null : TextUI.getDDocHTMLRender(relevantElementForDoc);
}
protected String getDDocHTMLViewForAuto(IModuleResolver mr, DeclarationAttrib declAttrib) {
IDeclaration singleDecl = declAttrib.getSingleDeclaration();
if(singleDecl instanceof DefinitionAutoVariable) {
DefinitionAutoVariable defVar = (DefinitionAutoVariable) singleDecl;
if(defVar.getFragments().isEmpty()) {
return getDDocHTMLViewForAutoLike(mr, defVar);
}