Documentation : closed the ref tag for setType:

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22099 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fabien Vallon 2005-11-25 09:16:26 +00:00
parent 67538f71c8
commit fe89058c90

View file

@ -599,11 +599,11 @@ static NSColor *shadowCol;
}
}
/**<p>Set the NSCell's type. See
<ref type="type" id="NSCellType">NSCellType</p>.
/**<p>Set the NSCell's type. See
<ref type="type" id="NSCellType">NSCellType</ref></p>.
<p>If the cell is set to NSTextCellType, the cell is given a default
title and is reset to the default system font.</p>
*<p>See Also: -type</p>
<p>See Also: -type</p>
*/
- (void) setType: (NSCellType)aType
{