summaryrefslogtreecommitdiff
path: root/docs/refman/generatormd.py
AgeCommit message (Collapse)Author
2025-11-18docs: Generate functions pagesSwagtoy
Currently meson generates a huge page for functions. For now we'll keep compatibility with it, but it's a lot cleaner to have separate pages as well as it makes it easier for search engines to parse as well as sending direct links Signed-off-by: Swagtoy <me@ow.swag.toys>
2024-09-11Fix typosspaette
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
This replaces all of the Apache blurbs at the start of each file with an `# SPDX-License-Identifier: Apache-2.0` string. It also fixes existing uses to be consistent in capitalization, and to be placed above any copyright notices. This removes nearly 3000 lines of boilerplate from the project (only python files), which no developer cares to look at. SPDX is in common use, particularly in the Linux kernel, and is the recommended format for Meson's own `project(license: )` field
2023-05-03doc: Add link to argument detailsXavier Claessens
2023-04-11fix various spelling issuesJosh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-28doc: Use better name for builtin/return object titleXavier Claessens
The title is used only in the sidebar. There is no need to have "extends" information there. For returned objects the actual name is not meaningful so it's better to use the long name. For builtin objects the name is important because that's the global variable name.
2022-10-23Fix typos in docsElliott Sales de Andrade
2022-04-07docs: refman: Add `arg_flattening` supportDaniel Mensinger
2021-10-21Fix typosHofer-Julian
"seperator" -> "separator"
2021-10-04docs: Temporarily disable modules and move RefMan --> Reference-manualDaniel Mensinger
2021-10-04Minor fixupsDaniel Mensinger
2021-10-03docs: Fix mypyDaniel Mensinger
2021-10-03docs: Use a custom hotdoc extension for links to RefManDaniel Mensinger
2021-10-03docs: Added Markdown generatorDaniel Mensinger