Skip to content

Update comments in KCNOAACalculator to match framework #160

@MosheBerman

Description

@MosheBerman

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions