mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
566d6ed569
commit
2a596c41c2
2 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -132,9 +132,10 @@ typedef enum {
|
|||
* <*D2002-03-22 11:30:00 +0100>
|
||||
* </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>
|
||||
* <date>2002-03-22 11:30:00 +0100</date>
|
||||
* <date>2002-03-22T11:30:00Z</date>
|
||||
* </example>
|
||||
* </desc>
|
||||
* <term>[NSDictionary]</term>
|
||||
|
|
Loading…
Reference in a new issue