I want to have normal multi-line comments with /* ... */ which can be ignored, and add a /**...*/ Javadoc field before the definition of my entities. This field should be saved together with the object as a description. Is there an elegant way to integrate this with XText and EMF?
MultiLineCommentDocumentationProvider
already provides such a facility