mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
some cleanup for autogsdoc
This commit is contained in:
parent
a9a198a283
commit
02262e9ac0
3 changed files with 6 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
/* Implementation of class NSDateComponentsFormatter
|
||||
/**Implementation of class NSDateComponentsFormatter
|
||||
Copyright (C) 2019 Free Software Foundation, Inc.
|
||||
|
||||
By: Gregory Casamento <greg.casamento@gmail.com>
|
||||
Author: Gregory Casamento <greg.casamento@gmail.com>
|
||||
Date: Wed Nov 6 00:24:02 EST 2019
|
||||
|
||||
This file is part of the GNUstep Library.
|
||||
|
@ -456,7 +456,7 @@
|
|||
return _zeroFormattingBehavior;
|
||||
}
|
||||
|
||||
- (void) setZeroFormattingBehavior: (NSDateComponentsFormatterZeroFormattingBehavior)behavior;
|
||||
- (void) setZeroFormattingBehavior: (NSDateComponentsFormatterZeroFormattingBehavior)behavior
|
||||
{
|
||||
_zeroFormattingBehavior = behavior;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue