mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
some cleanups and clarifications to documentation just added, suggested by Alexander Malmberg
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19817 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1e37b28748
commit
966b2cb0c9
10 changed files with 51 additions and 30 deletions
|
@ -120,9 +120,9 @@ GS_EXPORT NSString* const NSAMPMDesignation;
|
|||
#ifndef STRICT_OPENSTEP
|
||||
|
||||
/**
|
||||
* Array of arrays, first member of specifying a time, next members one or
|
||||
* more colloquial names for the time, as in "(0, midnight), (12, noon,
|
||||
* lunch)".
|
||||
* Array of arrays of NSStrings, first member of each specifying a time,
|
||||
* followed by one or more colloquial names for the time, as in "(0,
|
||||
* midnight), (12, noon, lunch)".
|
||||
*/
|
||||
GS_EXPORT NSString* const NSHourNameDesignations;
|
||||
|
||||
|
@ -173,9 +173,9 @@ GS_EXPORT NSString* const NSLocale;
|
|||
|
||||
/* General implementation notes:
|
||||
|
||||
OpenStep spec currently is either complete nor consistent. Therefore
|
||||
we had to take several implementation decisions which may vary in
|
||||
different OpenStep implementations.
|
||||
OpenStep spec currently is neither complete nor consistent. Therefore
|
||||
we had to make several implementation decisions which may vary in
|
||||
other OpenStep implementations.
|
||||
|
||||
- We add a new instance method initWithFile: as a designated
|
||||
initialization method because it allows to create user defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue