Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-05 | doc: Fix a syntax error in an example in 'Generating sources'. [skip ci] | TÖRÖK Attila | 1 | -1/+1 | |
2018-03-04 | The "outputs" kwarg should be "output" and rewrapping. Closes #3166. [skip ci] | Jussi Pakkanen | 1 | -15/+63 | |
2018-02-22 | docs: Add a paragraph to the Manual about @EXTRA_ARGS@. [skip ci] | TÖRÖK Attila | 1 | -0/+11 | |
2018-02-11 | Re-link remaining github wiki urls to mesonbuild.com site | Sami Kerola | 1 | -2/+2 | |
2017-10-23 | docs: Remove unnecessary trailing whitespaces | Luis Menina | 1 | -1/+1 | |
2017-09-29 | fix typo? | Reverend Homer | 1 | -1/+1 | |
2017-07-17 | Added a missing closing parenthesis in the last example | Alexis Jeandet | 1 | -1/+1 | |
There was a missing parenthesis at the end of the last example. | |||||
2017-07-13 | docs: fixed meson syntax for Generating-sources.md | Marty Plummer | 1 | -2/+2 | |
Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com> | |||||
2017-05-03 | docs: add a short description for all top pages in the Manual | Peter Hutterer | 1 | -0/+4 | |
2017-05-01 | Fix typo in Generating-sources.md | John Gallagher | 1 | -1/+1 | |
First `custom_target` example was missing a closing `'`. | |||||
2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | 1 | -0/+70 | |
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. |