mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +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@19588 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
febc42573a
commit
dbdfcfab37
56 changed files with 1744 additions and 516 deletions
|
@ -52,6 +52,10 @@
|
|||
#undef _IN_NSKEYEDARCHIVER_M
|
||||
|
||||
/* Exceptions */
|
||||
|
||||
/**
|
||||
* An archiving error has occurred.
|
||||
*/
|
||||
NSString * const NSInvalidArchiveOperationException
|
||||
= @"NSInvalidArchiveOperationException";
|
||||
|
||||
|
@ -316,7 +320,7 @@ static NSDictionary *makeReference(unsigned ref)
|
|||
}
|
||||
|
||||
/*
|
||||
* At last, get the object to encode itsself. Save and restore the
|
||||
* At last, get the object to encode itself. Save and restore the
|
||||
* current object scope of course.
|
||||
*/
|
||||
_enc = m;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue