Skip to content

Conversation

@0xLeif
Copy link
Contributor

@0xLeif 0xLeif commented Jan 5, 2026

Summary

  • Convert multiline /// documentation comments (3+ lines) to /** */ block style
  • Applied to fleschReadingEase property in ReadabilityScore.swift
  • Single-line and two-line /// comments remain unchanged

Test plan

  • swift build passes successfully
  • No changes to 1-2 line documentation comments

🤖 Generated with Claude Code

Convert multiline /// doc comments to /** */ block style for the
fleschReadingEase property in ReadabilityScore.swift.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the documentation style for multi-line comments (3+ lines) from triple-slash (///) format to block comment (/** */) format. The change is applied to the fleschReadingEase property documentation in ReadabilityScore.swift, which also converts the list items to proper Markdown format using dashes. Single-line and two-line /// comments throughout the codebase remain unchanged, as stated in the PR description.

Key Changes

  • Converted 8-line /// documentation comment to /** */ block style
  • Reformatted readability score ranges as Markdown list items (with - prefix)
  • Maintained all documentation content and meaning

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@0xLeif 0xLeif merged commit ff9c1fe into main Jan 5, 2026
8 checks passed
@0xLeif 0xLeif deleted the fix/documentation-style branch January 5, 2026 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants