mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
RngDocumentationProvider#generateDoc fixed for XmlAttribute
This commit is contained in:
@@ -98,6 +98,7 @@ public class RngDocumentationProvider implements DocumentationProvider {
|
||||
sb.append(getDocumentationFromTag((XmlTag)psiElement, d.getName(), "Attribute"));
|
||||
}
|
||||
}
|
||||
return makeDocumentation(sb);
|
||||
}
|
||||
} else if (element instanceof XmlTag) {
|
||||
return makeDocumentation(getDocumentationFromTag((XmlTag)element, ((XmlTag)element).getLocalName(), "Element"));
|
||||
|
||||
Reference in New Issue
Block a user