• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

An Objective-C wrapper for Mac OS X’s FSEvents C API.


Commit MetaInfo

Revisione30e3ab8e3440119dc48db8b76c78e024b2997b0 (tree)
Time2010-04-04 03:27:22
AuthorAron Cedercrantz <aron@cede...>
CommiterAron Cedercrantz

Log Message

Fixed some documentation comments in CDEvents.h.

Change Summary

Incremental Difference

--- a/CDEvents.h
+++ b/CDEvents.h
@@ -46,11 +46,15 @@
4646 #pragma mark Default values
4747 /**
4848 * The default notificaion latency.
49+ *
50+ * @since 1.0.0
4951 */
5052 #define CD_EVENTS_DEFAULT_NOTIFICATION_LATENCY (NSTimeInterval)3.0
5153
5254 /**
55+ * The default value wheter events from sub directories should be ignored or not.
5356 *
57+ * @since 1.0.0
5458 */
5559 #define CD_EVENTS_DEFAULT_IGNORE_EVENT_FROM_SUB_DIRS NO
5660
@@ -60,10 +64,11 @@
6064 /**
6165 * An Objective-C wrapper for the <code>FSEvents</code> C API.
6266 *
63- * @since 1.0.0
6467 * @note Inpired by <code>SCEvents</code> class of the <code>SCEvents</code> project by Stuart Connolly.
65- * @note The class is immutable.
68+ *
6669 * @see FSEvents.h in CoreServices
70+ *
71+ * @since 1.0.0
6772 */
6873 @interface CDEvents : NSObject <NSCopying> {
6974 @private