boredzo / iso-8601-date-formatter

A Cocoa NSFormatter subclass to convert dates to and from ISO-8601-formatted strings. Supports calendar, week, and ordinal formats.
http://boredzo.org/iso8601dateformatter/
Other
600 stars 140 forks source link

Document all methods #27

Closed boredzo closed 11 years ago

boredzo commented 11 years ago

The existing plain-old-comment documentation isn't good enough anymore, particularly since I've discovered that http://cocoadocs.org/docsets/ISO8601DateFormatter/ exists.

It's time to start writing proper documentation that appledoc/CocoaDocs can read.

boredzo commented 11 years ago

This is one of the line items in #21.