Instance Method
convert(_:)
Converts a documentation node to a render node.
func convert(_ node: DocumentationNode) -> RenderNode
Parameters
nodeThe documentation node to convert.
Return Value
The render node representation of the documentation node.
Discussion
Convert a documentation node into a render node to get a self-contained, persistable representation of a given topic’s data, so you can write it to disk, send it over a network, or otherwise process it.