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)
           
 

Method Detail

getDocumentation

java.lang.String getDocumentation(org.eclipse.emf.ecore.EObject o)