An Objective-C wrapper for Mac OS X’s FSEvents C API.
Revision | e30e3ab8e3440119dc48db8b76c78e024b2997b0 (tree) |
---|---|
Time | 2010-04-04 03:27:22 |
Author | Aron Cedercrantz <aron@cede...> |
Commiter | Aron Cedercrantz |
Fixed some documentation comments in CDEvents.h.
@@ -46,11 +46,15 @@ | ||
46 | 46 | #pragma mark Default values |
47 | 47 | /** |
48 | 48 | * The default notificaion latency. |
49 | + * | |
50 | + * @since 1.0.0 | |
49 | 51 | */ |
50 | 52 | #define CD_EVENTS_DEFAULT_NOTIFICATION_LATENCY (NSTimeInterval)3.0 |
51 | 53 | |
52 | 54 | /** |
55 | + * The default value wheter events from sub directories should be ignored or not. | |
53 | 56 | * |
57 | + * @since 1.0.0 | |
54 | 58 | */ |
55 | 59 | #define CD_EVENTS_DEFAULT_IGNORE_EVENT_FROM_SUB_DIRS NO |
56 | 60 |
@@ -60,10 +64,11 @@ | ||
60 | 64 | /** |
61 | 65 | * An Objective-C wrapper for the <code>FSEvents</code> C API. |
62 | 66 | * |
63 | - * @since 1.0.0 | |
64 | 67 | * @note Inpired by <code>SCEvents</code> class of the <code>SCEvents</code> project by Stuart Connolly. |
65 | - * @note The class is immutable. | |
68 | + * | |
66 | 69 | * @see FSEvents.h in CoreServices |
70 | + * | |
71 | + * @since 1.0.0 | |
67 | 72 | */ |
68 | 73 | @interface CDEvents : NSObject <NSCopying> { |
69 | 74 | @private |