diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-10-17 12:47:37 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-10-22 20:48:24 +0300 |
commit | 1ed70e22b9e42b5710e52252ce76212d79737186 (patch) | |
tree | bf5fd6b1b69a33ce26b3bcdbc38c8e80a45933ff /docs/markdown | |
parent | cce172432be30233e9876264c259342d2a2006ad (diff) | |
download | meson-1ed70e22b9e42b5710e52252ce76212d79737186.zip meson-1ed70e22b9e42b5710e52252ce76212d79737186.tar.gz meson-1ed70e22b9e42b5710e52252ce76212d79737186.tar.bz2 |
Add source tags targets
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/snippets/tags.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/tags.md b/docs/markdown/snippets/tags.md new file mode 100644 index 0000000..e27fc5b --- /dev/null +++ b/docs/markdown/snippets/tags.md @@ -0,0 +1,4 @@ +## Source tags targets + +When the respective tools are available, 'ctags', 'TAGS' and 'cscope' +targets will be generated by Meson, unless you have defined your own. |