[gnome-bluetooth/wip/alatiera/parallel-install: 2/3] docs: use gnomebt_api_name for the gtk-doc module name
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth/wip/alatiera/parallel-install: 2/3] docs: use gnomebt_api_name for the gtk-doc module name
- Date: Tue, 4 Jan 2022 14:54:21 +0000 (UTC)
commit de9f3299de8ab530defdf76fcd9c46196c4e2bf2
Author: Jordan Petridis <jordan centricular com>
Date: Thu Dec 16 22:37:42 2021 +0200
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`
docs/reference/libgnome-bluetooth/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]