Section

You can start a section by starting a line with a # character, followed by the section title.

Only one level of section heading can be specified.

# <section-heading>
Restriction: The section markup is supported only in the SPLDOC descriptions for toolkits, namespaces, primitive operators, and SPL files.
A new section is started by a # character.
The following SPLDOC markup starts a new section.
/**
...
 * 
 * # The title for a new section in the page
 * Text in the section.
 */
 

The spl-make-doc command renders the markup as a new section with a title.


The title for a new section in the page
Text in the section.