diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-03-04 21:11:53 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-03-04 21:11:53 +0200 |
| commit | 2521e43baf27bd0994a38b24fa0aeb23d87264dd (patch) | |
| tree | c952d482751b20822b3addf1bb0f83428e467bf8 /docs | |
| parent | daaae647d7f949fd44290c52c7e70098540726d8 (diff) | |
| download | meson-2521e43baf27bd0994a38b24fa0aeb23d87264dd.tar.gz | |
Add missing code block end marker.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/Release-notes-for-0.45.0.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Release-notes-for-0.45.0.md b/docs/markdown/Release-notes-for-0.45.0.md index 1f02117c9..23bff93d1 100644 --- a/docs/markdown/Release-notes-for-0.45.0.md +++ b/docs/markdown/Release-notes-for-0.45.0.md @@ -65,6 +65,7 @@ g = generator(...) # Compiles protobuf sources generated = gen.process('com/mesonbuild/one.proto', 'com/mesonbuild/two.proto', preserve_path_from : meson.current_source_dir()) +``` This would cause the following files to be generated inside the target private directory: |
