aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/IDE-integration.md
AgeCommit message (Collapse)AuthorFilesLines
2018-03-11docs: update for mesonintrospect.py -> meson introspectJon Turney1-5/+5
mesonintrospect is deprecated since 59a35c4c (PR #2067)
2017-10-23Update references from mesonconf to meson configureKevin Anderson1-1/+1
Fixes #2372
2017-05-03doc: Use https links wherever possible.Elliott Sales de Andrade1-1/+1
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade1-1/+1
Upper or lower case depending on the official spelling, or the more consistent usage.
2017-05-03docs: replace 'meson build' with 'meson builddir'Peter Hutterer1-2/+2
Clarifies that this is really just a directory, not a command. https://github.com/mesonbuild/meson/issues/1560
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer1-0/+4
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier1-0/+41
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.