aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Generating-sources.md
AgeCommit message (Collapse)AuthorFilesLines
2019-07-16Docs: Fix brackets in generator examples [ci skip]ePirat1-3/+3
2019-03-10docs: fix typo in link anchor [skip ci]Will Thompson1-1/+1
2019-02-28Revert "Improve declare_dependency() example in Generating-sources.md [skip ci]"Jussi Pakkanen1-6/+1
This reverts commit 67a01c8d7fc8a4e1c237329ecad4af162186b4ba.
2019-02-26Improve declare_dependency() example in Generating-sources.md [skip ci]Martin Ejdestig1-1/+6
By using private_dir_include() instead of enumerating headers in sources of declare_dependency. Much more convenient, especially when there are many headers. Found out about this by reading #4638. It is not documented anywhere as far as I can tell.
2018-10-27No tabs, only spaces. [skip ci]Jussi Pakkanen1-14/+14
2018-10-27docs: Add documentation to custom_targets for codegen [skip ci]Dylan Baker1-1/+70
Including the following that has come up several times recent: - How to use codegen for headers (that each target that uses the header needs the object in it's sources) - Using custom_targets with multiple outputs
2018-03-05doc: Fix a syntax error in an example in 'Generating sources'. [skip ci]TÖRÖK Attila1-1/+1
2018-03-04The "outputs" kwarg should be "output" and rewrapping. Closes #3166. [skip ci]Jussi Pakkanen1-15/+63
2018-02-22docs: Add a paragraph to the Manual about @EXTRA_ARGS@. [skip ci]TÖRÖK Attila1-0/+11
2018-02-11Re-link remaining github wiki urls to mesonbuild.com siteSami Kerola1-2/+2
2017-10-23docs: Remove unnecessary trailing whitespacesLuis Menina1-1/+1
2017-09-29fix typo?Reverend Homer1-1/+1
2017-07-17Added a missing closing parenthesis in the last exampleAlexis Jeandet1-1/+1
There was a missing parenthesis at the end of the last example.
2017-07-13docs: fixed meson syntax for Generating-sources.mdMarty Plummer1-2/+2
Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com>
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer1-0/+4
2017-05-01Fix typo in Generating-sources.mdJohn Gallagher1-1/+1
First `custom_target` example was missing a closing `'`.
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier1-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.