SwiftDocCNodeURLGeneratorStructureNodeURLGeneratorstruct NodeURLGeneratorTopicsInitializersinit(baseURL: URL?)Instance Propertiesvar baseURL: URLThe URL to use as base for all URLs in the bundle.Instance Methodsfunc urlForReference(ResolvedTopicReference, fileSafePath: String) -> URLReturns a URL appropriate for the given reference and file safe path.func urlForReference(ResolvedTopicReference, lowercased: Bool) -> URLReturns a URL appropriate for the given reference.Type Methodsstatic func fileSafeReferencePath(ResolvedTopicReference, lowercased: Bool) -> StringReturns the reference’s path in a format that is safe for writing to disk.static func fileSafeURL(URL) -> URLPatch path components for writing to the file system.static func pathForSemantic(Semantic, source: URL, bundle: DocumentationBundle) -> StringReturns a string path appropriate for the given semantic node.Enumerationsenum Path