Syntax
- There are only two keywords for writing fundoc docstrings (for now):
@Article <Article name>for marking documentation sections to tell in which articale this section should be merged. You can usemarkdownsyntax in documentation sections.@Ignorefor ignoring a marked documentation section.
/** @Article How it works * Title of the article * Some text */ fn main() {}