aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/howtox.md
AgeCommit message (Collapse)AuthorFilesLines
2018-03-20Docs: Correct env variable SCAN_BUILD to SCANBUILDMarvin Scholz1-2/+2
2017-11-19Documentation: Add note about SCAN_BUILDChristoph Behle1-0/+6
When running ninja scan-build you can use the environment variable SCAN_BUILD to choose the right executable.
2017-10-23Update references from mesonconf to meson configureKevin Anderson1-2/+2
Fixes #2372
2017-10-23docs: Markdown headers don't need trailing hash signsLuis Menina1-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/
2017-07-04doc: Mention that C/C++ language versions can be set per-targetGabrĂ­el ArthĂșr PĂ©tursson1-0/+6
2017-05-04Use American English - 'ise' -> 'ize' where applicablePeter Hutterer1-1/+1
2017-05-04Use American English: behaviour -> behaviorPeter Hutterer1-1/+1
2017-05-03doc: Use https links wherever possible.Elliott Sales de Andrade1-1/+1
2017-05-03doc: Fix several minor typos.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-04-28howtox.md: fix header hierarchyMathieu Duponchelle1-11/+7
.. and remove an obsolete wiki home link at the bottom of the page
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier1-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.