summaryrefslogtreecommitdiff
path: root/docs/markdown/howtox.md
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Add note about SCAN_BUILDChristoph Behle2017-11-191-0/+6
| | | | | When running ninja scan-build you can use the environment variable SCAN_BUILD to choose the right executable.
* Update references from mesonconf to meson configureKevin Anderson2017-10-231-2/+2
| | | | Fixes #2372
* docs: Markdown headers don't need trailing hash signsLuis Menina2017-10-231-1/+1
| | | | | | | | This is a cosmetic change because github seems to interpret those correctly. Nonetheless, it adds unnecessary noise and makes people modifying the pages think it might be needed. See syntax guide at https://guides.github.com/features/mastering-markdown/
* doc: Mention that C/C++ language versions can be set per-targetGabrĂ­el ArthĂșr PĂ©tursson2017-07-041-0/+6
|
* Use American English - 'ise' -> 'ize' where applicablePeter Hutterer2017-05-041-1/+1
|
* Use American English: behaviour -> behaviorPeter Hutterer2017-05-041-1/+1
|
* doc: Use https links wherever possible.Elliott Sales de Andrade2017-05-031-1/+1
|
* doc: Fix several minor typos.Elliott Sales de Andrade2017-05-031-1/+1
|
* doc: Capitalize things more consistently.Elliott Sales de Andrade2017-05-031-1/+1
| | | | | Upper or lower case depending on the official spelling, or the more consistent usage.
* howtox.md: fix header hierarchyMathieu Duponchelle2017-04-281-11/+7
| | | .. and remove an obsolete wiki home link at the bottom of the page
* docs: Import the website and wiki and build with hotdocThibault Saunier2017-04-261-0/+160
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.