diff options
author | David Robillard <d@drobilla.net> | 2023-05-15 20:53:13 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-15 20:53:13 -0400 |
commit | 46f4bcbe04330645a11d00e56a7754cc1386bc45 (patch) | |
tree | 234fa854bc9297a2df6c679bbe353c998f2167fb /doc/meson.build | |
parent | 4ccc78edb2b0e515e08d2130457e078b23eb0802 (diff) | |
download | sord-46f4bcbe04330645a11d00e56a7754cc1386bc45.tar.gz sord-46f4bcbe04330645a11d00e56a7754cc1386bc45.tar.bz2 sord-46f4bcbe04330645a11d00e56a7754cc1386bc45.zip |
Organize configuration summary
Diffstat (limited to 'doc/meson.build')
-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 01e6bdc..f194e4c 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -35,5 +35,5 @@ if not get_option('docs').disabled() endif if not meson.is_subproject() - summary('API Documentation', build_docs, bool_yn: true) + summary('API Documentation', build_docs, bool_yn: true, section: 'Components') endif |