Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-23 | Fix typos in docs | Elliott Sales de Andrade | 1 | -1/+1 | |
2022-06-27 | docs: make the refman linkification slightly prettier for codeblocks | Eli Schwartz | 1 | -3/+6 | |
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 | 1 | -0/+108 | |