diff options
author | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
---|---|---|
committer | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /meson/docs/markdown/Playground.md | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'meson/docs/markdown/Playground.md')
-rw-r--r-- | meson/docs/markdown/Playground.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meson/docs/markdown/Playground.md b/meson/docs/markdown/Playground.md new file mode 100644 index 000000000..906197841 --- /dev/null +++ b/meson/docs/markdown/Playground.md @@ -0,0 +1,35 @@ +# playground + +This page is *not* part of official documentation. It exists merely +for testing new stuff for the wiki. + +## Ref manual reformat + +The current format is not very readable. We should have something more +like what +[glib](https://developer.gnome.org/glib/stable/glib-Hash-Tables.html) +or [Python](https://docs.python.org/3/library/os.html) do. + +Here's a first proposal. + + project(<project name>, + <languages to use, comma separated>, + version : <project version>, + subproject_dir : <alternative directory to store subprojects>, + meson_version : <required version of Meson>, + license : <string or array of licenses>, + default_options : <default values for project options>, + +Longer descriptions of arguments go here. + +Take two: + +## project + + <project name> + <languages to use, comma separated> + version : <project version> + subproject_dir : <alternative directory to store subprojects> + meson_version : <required version of Meson> + license : <string or array of licenses> + default_options : <default values for project options> |