| Type | Name and description |
|---|---|
List |
children |
String |
fileThe location (including filename) of the node, relatively to the root of the gdoc source directory. |
int |
levelThe level of the node |
String |
nameThe identifier for this node. |
UserGuideNode |
parent |
String |
titleThe node title, as displayed in the generated user guide. |
| Constructor and description |
|---|
UserGuideNode() |
The location (including filename) of the node, relatively to the root of the gdoc source directory. Uses Unix style path separators, i.e. '/'/
The level of the node
The identifier for this node. It's basically the gdoc filename minus the
'.gdoc' suffix. Will be null or empty for the root node.
The node title, as displayed in the generated user guide.