-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
The header comment in some files is using a format inconsistent with the rest of the framework. This issue is about changing the comments to be consistent with the rest of the framework.
Impacted Files
KCAstronomicalCalculator.h
KCNOAACalculator.h
KCNOAACalculator.m
Details
Instead of a series of single line comments, the comment should be a multi-line comment block. For example, this is the ideal format:
/**
* KCNOAACalculator.h
* KosherCocoa 3
*
* Created by Elyahu on 1/23/23.
* Updated by Moshe Berman on 12/29/23.
*
* Use of KosherCocoa 3 is governed by the LGPL 2.1 License.
*/
How To Test
- Verify the file names and dates are correect after updating the comments.
- No other automated testing required.