We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d80729 commit 45c6592Copy full SHA for 45c6592
Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/Convert.swift
@@ -567,7 +567,7 @@ extension Docc {
567
/// A user-provided value that is true if the user enables experimental support for code block annotation.
568
///
569
/// Defaults to false.
570
- public var enableExperimentalCodeBlocAnnotations: Bool {
+ public var enableExperimentalCodeBlockAnnotations: Bool {
571
get { featureFlags.enableExperimentalCodeBlockAnnotations }
572
set { featureFlags.enableExperimentalCodeBlockAnnotations = newValue}
573
}
0 commit comments