Package org.eclipse.xtext.documentation
Interface IEObjectDocumentationProvider
-
- All Known Implementing Classes:
MultiLineCommentDocumentationProvider
public interface IEObjectDocumentationProviderReturns a documentation string for an EObject. There exists an extension interface for the documentation provider:IEObjectDocumentationProviderExtensionallows to query the nodes that yield the documentation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDocumentation(org.eclipse.emf.ecore.EObject o)returns the documentation ornullif no documentation is attached to the givenEObject.
-