From a9ab96ca328b6f8c9f818e68f586136cfecb108f Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 2 Jan 2002 09:35:25 +0000 Subject: [PATCH] Tidied some comments git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11936 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/gui/NSAttributedString.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Headers/gnustep/gui/NSAttributedString.h b/Headers/gnustep/gui/NSAttributedString.h index 4ad17acb2..139507d02 100644 --- a/Headers/gnustep/gui/NSAttributedString.h +++ b/Headers/gnustep/gui/NSAttributedString.h @@ -36,10 +36,9 @@ @class NSTextAttachment; -// global NSString attribute names used in accessing -// the respective property in a text attributes -// dictionary. if the key is not in the dictionary -// the default value is assumed +/* Global NSString attribute names used in accessing the respective + property in a text attributes dictionary. if the key is not in the + dictionary the default value is assumed. */ APPKIT_EXPORT NSString *NSFontAttributeName; APPKIT_EXPORT NSString *NSParagraphStyleAttributeName; APPKIT_EXPORT NSString *NSForegroundColorAttributeName; @@ -52,7 +51,7 @@ APPKIT_EXPORT NSString *NSBaselineOffsetAttributeName; APPKIT_EXPORT NSString *NSKernAttributeName; APPKIT_EXPORT NSString *NSLinkAttributeName; -// Currently supported values for NSUnderlineStyleAttributeName +/* Currently supported values for NSUnderlineStyleAttributeName. */ enum { GSNoUnderlineStyle = 0,