Skip to content

Commit

Permalink
Remove unnecessary text from header
Browse files Browse the repository at this point in the history
  • Loading branch information
PARAIPAN9 committed Aug 15, 2024
1 parent 4c1d323 commit 28091be
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Sources/_OpenAPIGeneratorCore/DiagnosticsCollectorProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,6 @@
//
//===----------------------------------------------------------------------===//

/// A feature that can be explicitly enabled before being released.
///
/// Commonly used to get early feedback on breaking changes, before
/// they are enabled by default, which can only be done in a major version.
///
/// Once a feature is enabled unconditionally in the next major version,
/// the corresponding feature flag should be removed at the same time.
///
/// For example: a breaking feature is being built while version 0.1 is out,
/// and is hidden behind a feature flag. Once ready, the feature is
/// enabled unconditionally on main and the feature flag removed, and version
/// 0.2 is tagged. (This is for pre-1.0 versioning, would be 1.0 and 2.0 after
/// 1.0 is released.)
import Foundation

/// Prepares a diagnostics collector.
Expand Down

0 comments on commit 28091be

Please sign in to comment.