summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2021-12-16 22:37:42 +0200
committerBastien Nocera <hadess@hadess.net>2022-01-04 16:14:52 +0100
commitf829ccf73b0c876cba3b2df935119b9ad1dfdf5c (patch)
tree6ae20dcaaf2b10325c48721a23f07df5b79b0bcc /docs
parent3fc421c750a52c964dc1d3e808a5dd5f48e39942 (diff)
downloadgnome-bluetooth-f829ccf73b0c876cba3b2df935119b9ad1dfdf5c.tar.gz
docs: use gnomebt_api_name for the gtk-doc module name
Currently the docs are not prefixed with a version and overlap with the gnome-bluetooth-1.0 files. gnomebt_api_name is like the project name but with the api version appended and now the path looks like: `share/gtk-doc/html/gnome-bluetooth-3.0/index.html`
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libgnome-bluetooth/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/libgnome-bluetooth/meson.build b/docs/reference/libgnome-bluetooth/meson.build
index 51ad8089..94ce693a 100644
--- a/docs/reference/libgnome-bluetooth/meson.build
+++ b/docs/reference/libgnome-bluetooth/meson.build
@@ -20,7 +20,7 @@ version_xml = configure_file(
)
gnome.gtkdoc(
- meson.project_name(),
+ gnomebt_api_name,
main_sgml: meson.project_name() + '-docs.sgml',
src_dir: lib_inc,
dependencies: libgnome_bluetooth_dep,