Starting with VHDL 2008, a comment can also extend on several lines. Multi-lines comments start with /* and end with */. Example :
/* This process models the state register.
It has an active low, asynchronous reset
and is synchronized on the rising edge
of the clock. */
process(clock, ...