| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-17 | docs: Make RefMan create symbols for all the references | Corentin Noël | |
| This makes all the symbols searchable from the .devhelp file. | |||
| 2022-10-23 | Fix typos in docs | Elliott Sales de Andrade | |
| 2022-06-27 | docs: make the refman linkification slightly prettier for codeblocks | Eli Schwartz | |
| If we link to ```meson [[#function]]('posarg') ``` then the ideal linkification would operate on "function" in the formatted text: ``` function('posarg') ``` Instead, it operated on "function()" in the formatted text: ``` function()('posarg') ``` Fix this by detecting the next character after the reference, and skipping the usual "automatically append the () for you" stage if it already has that opening parenthesis. | |||
| 2021-10-03 | docs: Use a custom hotdoc extension for links to RefMan | Daniel Mensinger | |
