mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 12:30:38 +00:00
fix various autogsdoc warnings and issues
This commit is contained in:
parent
dfa829bf38
commit
aa36664153
6 changed files with 14 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue