From 7ec6e6df2013aa65f99e0183c9d36b3ef3b7ab0e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 3 May 2017 19:38:41 +1000 Subject: docs: add a short description for all top pages in the Manual --- docs/markdown/Generating-sources.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/markdown/Generating-sources.md') diff --git a/docs/markdown/Generating-sources.md b/docs/markdown/Generating-sources.md index 82b043d..630b7e9 100644 --- a/docs/markdown/Generating-sources.md +++ b/docs/markdown/Generating-sources.md @@ -1,3 +1,7 @@ +--- +short-description: Generation of source files before compilation +... + # Generating sources Sometimes source files need to be preprocessed before they are passed to the actual compiler. As an example you might want build an IDL compiler and then run some files through that to generate actual source files. In Meson this is done with [`generator()`](https://github.com/mesonbuild/meson/wiki/Reference-manual#generator) or [`custom_target()`](https://github.com/mesonbuild/meson/wiki/Reference-manual#custom_target). -- cgit v1.1