mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
added GSdoc comments to class, method, and function declarations; for some classes some comments were already in the source file (not the header), in which case further comments were added here; otherwise comments were put in the headers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19586 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
095158b3d2
commit
ecfd6ef7da
38 changed files with 2408 additions and 161 deletions
|
@ -81,7 +81,7 @@ typedef struct _NSMapTableKeyCallBacks
|
|||
|
||||
/**
|
||||
* Description function. Generates a string describing the key
|
||||
* and does not modify the key itsself.
|
||||
* and does not modify the key itself.
|
||||
*/
|
||||
NSString *(*describe)(NSMapTable *, const void *);
|
||||
|
||||
|
@ -115,7 +115,7 @@ struct _NSMapTableValueCallBacks
|
|||
|
||||
/**
|
||||
* Description function. Generates a string describing the element
|
||||
* and does not modify the element itsself.
|
||||
* and does not modify the element itself.
|
||||
*/
|
||||
NSString *(*describe)(NSMapTable *, const void *);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue