mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
jrmu suggested changing comment format
This commit is contained in:
parent
9bcf4ea8ad
commit
51d001ce96
2 changed files with 3 additions and 4 deletions
|
@ -205,15 +205,14 @@
|
|||
Base unit - metersPerSecondSquared
|
||||
*/
|
||||
|
||||
|
||||
- (NSUnitAcceleration *) metersPerSecondSquared { return nil; }
|
||||
- (NSUnitAcceleration *) gravity { return nil; }
|
||||
|
||||
@end
|
||||
|
||||
@implementation NSUnitAngle
|
||||
/*
|
||||
Base unit - degrees
|
||||
*/
|
||||
// Base unit - degrees
|
||||
|
||||
- (NSUnitAngle *) degrees { return nil; }
|
||||
- (NSUnitAngle *) arcMinutes { return nil; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue