diff options
author | Robert La Ferla <robert@visi-call.com> | 2014-05-09 13:49:51 -0400 |
---|---|---|
committer | Robert La Ferla <robert@visi-call.com> | 2014-05-09 13:49:51 -0400 |
commit | ea190109babd5e41df24703b20e0976a3ee6e175 (patch) | |
tree | d43c64c463907c3ae44279a06d822b97a0b050e5 /src/objc/utils | |
parent | ff32419c5e27d07df8724cc02bc9755c833b01fe (diff) |
Update MCOIndexSet.h
Added documentation of MCORange for easy reference.
Diffstat (limited to 'src/objc/utils')
-rw-r--r-- | src/objc/utils/MCOIndexSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/utils/MCOIndexSet.h b/src/objc/utils/MCOIndexSet.h index 0cd18d15..3705fa3a 100644 --- a/src/objc/utils/MCOIndexSet.h +++ b/src/objc/utils/MCOIndexSet.h @@ -14,7 +14,7 @@ #import <MailCore/MCORange.h> -/** similar to NSMutableIndexSet but supports int64_t*/ +/** similar to NSMutableIndexSet but supports int64_t. MCORange has a location (uint64_t) and length (uint64_t). */ @interface MCOIndexSet : NSObject <NSCopying, NSCoding> |