Variable FunctionDeclaration.comment

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