minor doc fixup

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26086 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-02-18 10:24:41 +00:00
parent 566d6ed569
commit 2a596c41c2
2 changed files with 5 additions and 2 deletions

View file

@ -9,6 +9,8 @@
* Source/NSNSAutoreleasePool.m: When emptying pool, add diagnostic
message and exceptions where an object we are releasing is bad in
some way.
* Headers/Foundation/NSPropertyList.h: Clarify/fix documentation of
date format.
2008-02-17 19:21-EST Gregory John Casamento <greg_casamento@yahoo.com>

View file

@ -132,9 +132,10 @@ typedef enum {
* &lt;*D2002-03-22 11:30:00 +0100&gt;
* </example>
* In XML format, a date object is an element whose name is
* <code>date</code> and whose content is a date in the above format.
* <code>date</code> and whose content is a date in the format
* YYYY-MM-DDTHH:MM:SSZ (or the above dfate format).
* <example>
* &lt;date&gt;2002-03-22 11:30:00 +0100&lt;/date&gt;
* &lt;date&gt;2002-03-22T11:30:00Z&lt;/date&gt;
* </example>
* </desc>
* <term>[NSDictionary]</term>