Variable EnumDeclaration.comment

class EnumDeclaration
{
  // ...
  string comment;
  // ...
}