Tidied some comments

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11936 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-02 09:35:25 +00:00
parent 431a40577f
commit a9ab96ca32

View file

@ -36,10 +36,9 @@
@class NSTextAttachment; @class NSTextAttachment;
// global NSString attribute names used in accessing /* Global NSString attribute names used in accessing the respective
// the respective property in a text attributes property in a text attributes dictionary. if the key is not in the
// dictionary. if the key is not in the dictionary dictionary the default value is assumed. */
// the default value is assumed
APPKIT_EXPORT NSString *NSFontAttributeName; APPKIT_EXPORT NSString *NSFontAttributeName;
APPKIT_EXPORT NSString *NSParagraphStyleAttributeName; APPKIT_EXPORT NSString *NSParagraphStyleAttributeName;
APPKIT_EXPORT NSString *NSForegroundColorAttributeName; APPKIT_EXPORT NSString *NSForegroundColorAttributeName;
@ -52,7 +51,7 @@ APPKIT_EXPORT NSString *NSBaselineOffsetAttributeName;
APPKIT_EXPORT NSString *NSKernAttributeName; APPKIT_EXPORT NSString *NSKernAttributeName;
APPKIT_EXPORT NSString *NSLinkAttributeName; APPKIT_EXPORT NSString *NSLinkAttributeName;
// Currently supported values for NSUnderlineStyleAttributeName /* Currently supported values for NSUnderlineStyleAttributeName. */
enum enum
{ {
GSNoUnderlineStyle = 0, GSNoUnderlineStyle = 0,