summaryrefslogtreecommitdiff
path: root/docs/extensions
AgeCommit message (Collapse)Author
2025-06-17docs: Make RefMan create symbols for all the referencesCorentin Noël
This makes all the symbols searchable from the .devhelp file.
2022-10-23Fix typos in docsElliott Sales de Andrade
2022-06-27docs: make the refman linkification slightly prettier for codeblocksEli 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-03docs: Use a custom hotdoc extension for links to RefManDaniel Mensinger