mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Update XML dict documentation
This commit is contained in:
parent
c2d44f800a
commit
f63f44907d
1 changed files with 5 additions and 5 deletions
|
@ -164,13 +164,13 @@ typedef NSUInteger NSPropertyListFormat;
|
|||
* }
|
||||
* </example>
|
||||
* In XML format, a dictionary is an element whose name is
|
||||
* <code>dictionary</code> and whose content consists of pairs of
|
||||
* strings and other <em>property list</em> objects.
|
||||
* <code>dict</code> and whose content consists of pairs of
|
||||
* string <code>key</code> and other <em>property list</em> objects.
|
||||
* <example>
|
||||
* <dictionary>
|
||||
* <string>key1</string>
|
||||
* <dict>
|
||||
* <key>key1</key>
|
||||
* <string>value1</string>
|
||||
* </dictionary>
|
||||
* </dict>
|
||||
* </example>
|
||||
* </desc>
|
||||
* <term>[NSNumber]</term>
|
||||
|
|
Loading…
Reference in a new issue