SwiftDocCSimpleTagStructureSimpleTagA generic documentation tag.struct SimpleTagDiscussionWrite a documentation tag by prepending a line of prose with something like a “- seeAlso:” or “- todo:”.TopicsInitializersinit(tag: String, contents: [any Markup])Creates a new tagged piece of documentation from the given name and content.Instance Propertiesvar contents: [any Markup]The tagged content.var tag: StringThe name of the tag.