diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-10-24 17:46:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-24 17:46:05 +0300 |
commit | 475b8b1ad8cdc5d33ff7bfb0bc91aad53056b81e (patch) | |
tree | b5ab384990078cd33b6ffbf90b34aed2212c975b /docs/markdown | |
parent | 012ec7d5b3379b035f1dd1369d74cafd26ff6ab0 (diff) | |
parent | 0eec5480fb2cff1549f7f593a8da29ee7deed01b (diff) | |
download | meson-475b8b1ad8cdc5d33ff7bfb0bc91aad53056b81e.zip meson-475b8b1ad8cdc5d33ff7bfb0bc91aad53056b81e.tar.gz meson-475b8b1ad8cdc5d33ff7bfb0bc91aad53056b81e.tar.bz2 |
Merge pull request #9377 from mensinda/jsonDocs
docs: Add a JSON documentation backend
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/IDE-integration.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index cf1c5c1..e64eccf 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -405,6 +405,17 @@ of a node type or the removal of a key) are unlikely and will be announced in the release notes. +# JSON Reference manual + +In additional to the online [Reference manual](Reference-manual.md), Meson also +offers the manual as JSON file. The content of this file is generated from the +same source as the online documentation. The two versions are thus identical +in content. + +This JSON document is attached to every Meson release since *0.60.0*. The JSON +schema is defined by the class structure given in +[`jsonschema.py`](https://github.com/mesonbuild/meson/blob/master/docs/refman/jsonschema.py) + # Existing integrations - [Gnome Builder](https://wiki.gnome.org/Apps/Builder) |