summaryrefslogtreecommitdiff
path: root/doc/coding-style.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: refactor core API to be in proper styleDanny Holman2025-03-201-12/+7
| | | | | | | | Bring the rest of the core API to be in line with the project coding style. This commit also makes the coding style change formal by updating the coding style document in the documentation. Signed-off-by: Danny Holman <dholman@gymli.org>
* doc: add introductory documentation filesDanny Holman2024-10-251-0/+284
Add documentation files that act as the starting points for the rest of the documentation and introduce a beginner to Rune. Signed-off-by: Danny Holman <dholman@gymli.org>