summaryrefslogtreecommitdiff
path: root/docs/markdown/Configuration.md
AgeCommit message (Collapse)Author
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.