org.eclipse.xtext.documentation
Interface IEObjectDocumentationProvider
- All Known Implementing Classes:
- MultiLineCommentDocumentationProvider
public interface IEObjectDocumentationProvider
Returns a documentation string for an EObject.
- Author:
- Christoph Kulla - Initial contribution and API
|
Method Summary |
java.lang.String |
getDocumentation(org.eclipse.emf.ecore.EObject o)
returns the documentation or null if no documentation is attached to the given EObject. |
getDocumentation
java.lang.String getDocumentation(org.eclipse.emf.ecore.EObject o)
- returns the documentation or
null if no documentation is attached to the given EObject.