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>
|
* </example>
|
||||||
* In XML format, a dictionary is an element whose name is
|
* In XML format, a dictionary is an element whose name is
|
||||||
* <code>dictionary</code> and whose content consists of pairs of
|
* <code>dict</code> and whose content consists of pairs of
|
||||||
* strings and other <em>property list</em> objects.
|
* string <code>key</code> and other <em>property list</em> objects.
|
||||||
* <example>
|
* <example>
|
||||||
* <dictionary>
|
* <dict>
|
||||||
* <string>key1</string>
|
* <key>key1</key>
|
||||||
* <string>value1</string>
|
* <string>value1</string>
|
||||||
* </dictionary>
|
* </dict>
|
||||||
* </example>
|
* </example>
|
||||||
* </desc>
|
* </desc>
|
||||||
* <term>[NSNumber]</term>
|
* <term>[NSNumber]</term>
|
||||||
|
|
Loading…
Reference in a new issue