summaryrefslogtreecommitdiff
path: root/docs/markdown/Configuration.md
AgeCommit message (Collapse)Author
2024-08-12docs: fix a few grammar and formatting issuesDmitry V. Levin
2024-07-05Revert "Clarify mutable objects usage"Eli Schwartz
This reverts commit 9f02d0a3e5a5ffc82256391c244b1af38e41ef78. It turns out that this does introduce a behavioral change in existing users of ConfigurationData, which it wasn't supposed to (it was supposed to preserve behavior there, and add a new *warning* for EnvironmentVariables). This breaks projects such as pulseaudio, libvirt, and probably more. Roll back the change and try again after 1.5.0 is released. Fixes: #13372
2024-04-14Clarify mutable objects usageXavier Claessens
Only Environment and ConfigurationData are mutable. However, only ConfigurationData becomes immutable after first use which is inconsistent. This deprecates modification after first use of Environment object and clarify documentation.
2022-07-14docs: add some function linkification in code snippetsEli Schwartz
Let people easily find the documentation for concepts we are trying to teach.
2022-06-29docs: update various function references to be linkifiedEli Schwartz
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2018-10-08configure_file: Support taking values from a dictXavier Claessens
Closes #4218
2018-06-09Add new encoding keyword for configure_file to manualSander Sweers
Also add a section how to deal with file encodings.
2018-05-24Clarify that configuration_data()'s copy is immutableAleksey Filippov
2018-02-12Use the same name for the conf_data variableAndrea G
Before, each example used a different variable name making them more difficult to understand for a novice.
2017-08-22A full example for using the conf object. Closes #2235.Jussi Pakkanen
2017-08-22Clarify immutability description. Closes #2234.Jussi Pakkanen
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.