You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
How To Test
The text was updated successfully, but these errors were encountered: