aboutsummaryrefslogtreecommitdiff
path: root/docs/extensions
AgeCommit message (Collapse)AuthorFilesLines
2022-10-23Fix typos in docsElliott Sales de Andrade1-1/+1
2022-06-27docs: make the refman linkification slightly prettier for codeblocksEli Schwartz1-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-03docs: Use a custom hotdoc extension for links to RefManDaniel Mensinger1-0/+108