fix various autogsdoc warnings and issues

This commit is contained in:
Riccardo Mottola 2023-11-14 01:29:01 +01:00
parent dfa829bf38
commit aa36664153
6 changed files with 14 additions and 9 deletions

View file

@ -992,7 +992,7 @@ nsanimation_progressMarkSorter(NSAnimationProgress first, NSAnimationProgress se
_NSANIMATION_UNLOCK;
}
- (void) animatorStep: (NSTimeInterval) elapsedTime;
- (void) animatorStep: (NSTimeInterval) elapsedTime
{
NSAnimationProgress progress;
_NSANIMATION_LOCKING_SETUP;
@ -1200,7 +1200,7 @@ nsanimation_progressMarkSorter(NSAnimationProgress first, NSAnimationProgress se
_NSANIMATION_UNLOCK;
}
- (float) actualFrameRate;
- (float) actualFrameRate
{
float r;
_NSANIMATION_LOCKING_SETUP;