org.eclipse.xtext.documentation.impl
Class MultiLineCommentDocumentationProvider
java.lang.Object
  
org.eclipse.xtext.documentation.impl.MultiLineCommentDocumentationProvider
- All Implemented Interfaces: 
 - IEObjectDocumentationProvider
 
public class MultiLineCommentDocumentationProvider
- extends java.lang.Object
- implements IEObjectDocumentationProvider
  
- Author:
 
  - Christoph Kulla - Initial contribution and API
 
 
 
| 
Method Summary | 
protected  java.lang.String | 
findComment(org.eclipse.emf.ecore.EObject o)
 
            | 
 java.lang.String | 
getDocumentation(org.eclipse.emf.ecore.EObject o)
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RULE
public static final java.lang.String RULE
- See Also:
 - Constant Field Values
 
START_TAG
public static final java.lang.String START_TAG
- See Also:
 - Constant Field Values
 
END_TAG
public static final java.lang.String END_TAG
- See Also:
 - Constant Field Values
 
LINE_PREFIX
public static final java.lang.String LINE_PREFIX
- See Also:
 - Constant Field Values
 
LINE_POSTFIX
public static final java.lang.String LINE_POSTFIX
- See Also:
 - Constant Field Values
 
WHITESPACE
public static final java.lang.String WHITESPACE
- See Also:
 - Constant Field Values
 
MultiLineCommentDocumentationProvider
public MultiLineCommentDocumentationProvider()
findComment
protected java.lang.String findComment(org.eclipse.emf.ecore.EObject o)
 
 
getDocumentation
public java.lang.String getDocumentation(org.eclipse.emf.ecore.EObject o)
- Specified by:
 getDocumentation in interface IEObjectDocumentationProvider