diff options
author | Christoph Behle <behlec@gmail.com> | 2018-07-05 21:18:38 +0200 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-07-08 10:56:37 -0700 |
commit | 2428b388db6eab8d450b1daee20c4cdb0bb88a65 (patch) | |
tree | cebde61a6f49ccd0ff8fa8fa64a235bbffb83c0a /docs/markdown/Module-reference.md | |
parent | 2093d45a4e1203d868d200628918472877c7ec31 (diff) | |
download | meson-2428b388db6eab8d450b1daee20c4cdb0bb88a65.zip meson-2428b388db6eab8d450b1daee20c4cdb0bb88a65.tar.gz meson-2428b388db6eab8d450b1daee20c4cdb0bb88a65.tar.bz2 |
Document options for meson
Document what waring_level 1,2,3 means.
Test if markdown files are in sitemap
Add Builtin-options.md to sitemap.txt
Builtin-options.md:
Fix tables in Builtin-options.md
Add documentation for warning options
Added more options to doc
General documentation:
Add link to Builtin-options
Remove obsolete file
Testing:
Add function test_markdown_files_in_sitemap.
Checks if each markdown file is contained in sitemap.txt
Diffstat (limited to 'docs/markdown/Module-reference.md')
-rw-r--r-- | docs/markdown/Module-reference.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/markdown/Module-reference.md b/docs/markdown/Module-reference.md deleted file mode 100644 index 60be7bd..0000000 --- a/docs/markdown/Module-reference.md +++ /dev/null @@ -1,20 +0,0 @@ -Meson has a selection of modules to make common requirements easy to use. -Modules can be thought of like the standard library of a programming language. -Currently Meson provides the following modules. - -* [Gnome](Gnome-module.md) -* [i18n](i18n-module.md) -* [Qt4](Qt4-module.md) -* [Qt5](Qt5-module.md) -* [Pkgconfig](Pkgconfig-module.md) -* [Python3](Python-3-module.md) -* [RPM](RPM-module.md) -* [Windows](Windows-module.md) - -In addition there are unstable modules. These are meant for testing new -functionality but note that they do *not* provide a stable API. It can -change in arbitrary ways between releases. The modules might also be removed -without warning in future releases. - - * [SIMD](Simd-module.md) - |