Documentation Index
Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt
Use this file to discover all available pages before exploring further.
writeNodes
Summary
Writes multiple TSDoc nodes sequentiallySignature
Parameters
docNodes
Type:ReadonlyArray<DocNode>
Array of nodes to write
context
Type:IMarkdownEmitterContext
Emission context
Returns
Type:void
Writes multiple TSDoc nodes sequentially
Remarks
This helper iterates through a node array and callswriteNode() for each. The docNodeSiblings parameter passed to writeNode() is set based on whether there are multiple nodes (used for formatting decisions).
