Minor alterator to mrl syntax

Jayakumar Muthukumarasamy ([email protected])
Wed, 19 Apr 1995 10:50:09 -0400 (EDT)

The current mrl has the following syntax for descriptions.

description name
"Some string here describing name"
{
description attribute1 "describe attribute1 here";
description attribute2 "describe attribute2 here";
description attribute3 "describe attribute3 here";
...
}

Do we really need the keyword description for attributes here. In
my opinion, that doesn't help readability or parsing. So, why is it there?

-jk