Format and syntax
This guide explains what syntax you can use to format the documentation for NativeDB.
Blocks
Markdown
Description
Example
# FigTree
## Description
It is made of branches and leaves. A [FigBranch] can spawn up to 5 other branches.
It can also grow [FigFruit], up to 16 on a single branch.
See also [Wikipedia](https://en.wikipedia.org/wiki/Fig).
## Functions
#### GetAge() -> Uint32
UTC timestamp in seconds.
Same as [this.age].
#### GrowFruits(opt probability: Float) -> array:handle:FigFruit
`probability` can be between 0.0 and 1.0 (default is 0.5):
- 0.0 grows zero fruits.
- 1.0 grows fruits on all branches based on their capacity.Last updated