mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Minor documentation tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20370 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8ab351aa1e
commit
24f61c4a16
3 changed files with 22 additions and 3 deletions
|
@ -161,7 +161,13 @@ static void updateCache(NSUserDefaults *self)
|
|||
* <term><code>NSArgumentDomain</code> ... volatile</term>
|
||||
* <desc>
|
||||
* Contains defaults read from the arguments provided
|
||||
* to the application at startup.
|
||||
* to the application at startup.<br />
|
||||
* Pairs of arguments are used for this, with the first argument in
|
||||
* each pair being the name of a default (with a hyphen prepended)
|
||||
* and the second argument of the pair being the value of the defalt.<br />
|
||||
* NB. In GNUstep special arguments of the form <code>--GNU-Debug=...</code>
|
||||
* are used to enable debugging. Despite beginning with a hyphen, these
|
||||
* are not treated as default keys.
|
||||
* </desc>
|
||||
* <term>Application (name of the current process) ... persistent</term>
|
||||
* <desc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue