SwiftDocCOptionsClassOptionsA directive to adjust Swift-DocC’s default behaviors when rendering a page.class OptionsTopicsAdjusting Automatic Behaviorsclass AutomaticSeeAlsoA directive for specifying Swift-DocC’s automatic behavior when generating a page’s See Also section.class AutomaticTitleHeadingA directive for specifying Swift-DocC’s automatic behavior when generating a page’s title heading.class AutomaticArticleSubheadingA directive that modifies Swift-DocC’s default behavior for automatic subheading generation on article pages.Adjusting Visual Styleclass TopicsVisualStyleA directive for specifying the style that should be used when rendering a page’s Topics section.Instance Propertiesvar automaticArticleSubheadingEnabled: Bool?If given, whether or not automatic article subheading generation is enabled.var automaticSeeAlsoEnabled: Bool?If given, whether or not automatic See Also section generation is enabled.var automaticTitleHeadingEnabled: Bool?If given, whether or not automatic Title Heading generation is enabled.let originalMarkup: BlockDirectivevar scope: Options.ScopeWhether the options in this Options directive should apply locally to the page or globally to the DocC catalog.var topicsVisualStyle: TopicsVisualStyle.Style?If given, the authored style for a page’s Topics section.Type Propertiesstatic let introducedVersion: StringEnumerationsenum ScopeA scope for the options provided by an Options directive.