mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
fix some errors in comments causing documentation generation problems
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28250 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
41c3ab5698
commit
d8ec9172f6
7 changed files with 45 additions and 32 deletions
|
@ -372,9 +372,9 @@ NSZoneStats NSZoneStats (NSZone *zone)
|
|||
}
|
||||
|
||||
void
|
||||
GSMakeWeakPointer(Class class, const char *iVarName)
|
||||
GSMakeWeakPointer(Class theClass, const char *iVarName)
|
||||
{
|
||||
class_ivar_set_gcinvisible(class, iVarName, YES);
|
||||
class_ivar_set_gcinvisible(theClass, iVarName, YES);
|
||||
}
|
||||
|
||||
BOOL
|
||||
|
@ -1992,7 +1992,7 @@ GSAtomicMallocZone (void)
|
|||
}
|
||||
|
||||
void
|
||||
GSMakeWeakPointer(Class class, const char *iVarName)
|
||||
GSMakeWeakPointer(Class theClass, const char *iVarName)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue