[gnome-bluetooth/wip/alatiera/parallel-install: 3/4] docs: use gnomebt_api_name for the gtk-doc module name




commit 4a9d988bee78d852d1c8e87654df566bcfac1305
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]