Instance Method
renderNode(for:)
Converts a documentation node to a render node.
func renderNode(for 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, persist-able representation of a given topic’s data, so you can write it to disk, send it over a network, or otherwise process it.