summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/meson.build2
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