diff options
author | David Robillard <d@drobilla.net> | 2023-05-15 20:53:49 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-15 20:53:49 -0400 |
commit | bace17b6b3d022c046a20a3da25ac3f6fb7674c3 (patch) | |
tree | ccae3d68e0e82780159de05a90ab02843d15014f /doc | |
parent | 59da01bbc31d2fec5d3fcc87fc87f467b36f9799 (diff) | |
download | suil-bace17b6b3d022c046a20a3da25ac3f6fb7674c3.tar.gz suil-bace17b6b3d022c046a20a3da25ac3f6fb7674c3.tar.bz2 suil-bace17b6b3d022c046a20a3da25ac3f6fb7674c3.zip |
Organize configuration summary
Diffstat (limited to 'doc')
-rw-r--r-- | doc/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/meson.build b/doc/meson.build index 4bccb1f..3f6f0bf 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -19,5 +19,5 @@ if build_docs endif if not meson.is_subproject() - summary('Documentation', build_docs, bool_yn: true) + summary('Documentation', build_docs, bool_yn: true, section: 'Components') endif |