Configuration
Configuration keys for the Solar_Markdown_Apidoc_ClassPage
class.
markdown
(Solar_Markdown) The "parent" Markdown object.
Default:
null
constant
(string) A string template for the xml:id for "Constants" page links.
Default:
'class.{:class}.Constants.{:page}'
overview
(string) A string template for the xml:id for "Overview" page links.
Default:
'class.{:class}.Overview'
method
(string) A string template for the xml:id for individual method page links.
Default:
'class.{:class}.{:page}'
other
(string) A string template for the xml:id for all other types of page links.
Default:
'class.{:class}.{:page}'
property
(string) A string template for the xml:id for "Properties" page links.
Default:
'class.{:class}.Properties.{:page}'
package
(string) A string template for the xml:id for "Package" page links.
Default:
'package.{:package}'