Customizing the metamodel > Keywords for USRPROPS > /* ... */
  
/* ... */
Use /* and */ to indicate a comment: text within the /* and */ block is ignored. Comments can span multiple lines.
Examples
/* comment */
/* this
is another
comment */
See also
//
REM, REMARK
Keywords for USRPROPS