| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-22 | Docs: standardize between list and array as array | Dylan Baker | |
| When arrays were added they were called arrays. Because the are implemented with Python lists, that language started leaking into talking about Meson types. This is confusing. I've attempted, as much as possible, to move to using one name, array. I picked array because 1) It's the original name used, and 2) what Meson has are more properly arrays as they have a fixed length, while a critical property of lists are the ability to link and unlink them. There are a couple of places where the list language has leaked into the names of keyword arguments. I have not made any attempt to change those, I don't know if it's that useful or not. | |||
| 2023-04-11 | fix various spelling issues | Josh Soref | |
| Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2022-10-23 | Fix typos in docs | Elliott Sales de Andrade | |
| 2022-06-27 | docs: fix yaml refman example of embedding links in a code comment | Eli Schwartz | |
| With the previous commit, we made this smartly detect when parentheses are not needed. But the example was broken, because it doesn't follow its own documented rules to use `[[#` syntax. Add the missing hash character. | |||
| 2022-04-07 | docs: refman: Add `arg_flattening` support | Daniel Mensinger | |
| 2022-01-31 | mention fastyaml loader in the docs | Stone Tickle | |
| 2021-10-04 | docs: Temporarily disable modules and move RefMan --> Reference-manual | Daniel Mensinger | |
| 2021-10-03 | docs: Document documenting Meson | Daniel Mensinger | |
