Documentation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14851 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-10-27 01:38:30 +00:00
parent 7dbab5bdc9
commit e87ef00610
4 changed files with 123 additions and 8 deletions

View file

@ -1942,11 +1942,9 @@ static BOOL double_release_check_enabled = NO;
* for debugging.
* </p>
* <p>
* Where you are having memory allocation problems, it may make more sense
* to look at the memory allocation debugging functions documnented in
* look at the memory allocation debugging functions documnented in
* NSDebug.h, or use the NSZombie features.NSDebug.h, or use the NSZombie
* features.
* When you are having memory allocation problems, it may make more sense
* to look at the memory allocation debugging functions documented in
* NSDebug.h, or use the NSZombie features.
* </p>
*/
+ (void) enableDoubleReleaseCheck: (BOOL)enable