SwiftDocCFeatureFlagsStructureFeatureFlagsA set of feature flags that conditionally enable (usually experimental) behavior in Swift-DocC.struct FeatureFlagsMentioned InAdding Feature FlagsTopicsInitializersinit()Creates a set of feature flags with all default values.init(from: any Decoder) throwsInstance Propertiesvar isExperimentalCodeBlockAnnotationsEnabled: BoolWhether or not experimental annotation of code blocks is enabled.var isExperimentalDeviceFrameSupportEnabled: BoolWhether or not experimental support for device frames on images and video is enabled.var isExperimentalLinkHierarchySerializationEnabled: BoolWhether or not experimental support for emitting a serialized version of the local link resolution information is enabled.var isExperimentalOverloadedSymbolPresentationEnabled: BoolWhether or not experimental support for combining overloaded symbol pages is enabled.var isMentionedInEnabled: BoolWhether support for automatically rendering links on symbol documentation to articles that mention that symbol is enabled.var isParametersAndReturnsValidationEnabled: BoolWhether or not support for validating parameters and return value documentation is enabled.Type Propertiesstatic var current: FeatureFlagsThe current feature flags that Swift-DocC uses to conditionally enable (usually experimental) behavior in Swift-DocC.