Instance Method
generateDefaultCurationContents(fromSymbol:depthLimit:)
Generates documentation extension content with a markdown representation of DocC’s auto-generated curation.
func generateDefaultCurationContents(fromSymbol symbolLink: String? = nil, depthLimit: Int? = nil) throws -> [URL : String]
Parameters
symbolLinkA link to the symbol whose sub hierarchy the curation writer will descend.
depthLimitThe depth limit of how far the curation writer will descend from its starting point symbol.
Return Value
A collection of file URLs and their markdown content.