This option inserts into a documentation page a menu of subnodes and defines how the tree structure of the documentation is constructed. This is relevant when printing the documentation.
Subnodes => {
"An example of subnodes",
TO "a link name",
TO "another link name"
},
|
When used as a main section of a documentation node, Subnodes can be used as follows:
Subnodes
:Heading 1
myFunction
"a link name"
:A subheading about @TO "mySecondFunction"@
mySecondFunction
:Heading 2
"another link name"
|