1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Simon McVittie <smcv@debian.org>
Date: Fri, 27 Dec 2024 10:24:59 +0000
Subject: doc: Register API documentation with devhelp
This preserves previous functionality.
---
doc/rhythmbox.toml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/rhythmbox.toml.in b/doc/rhythmbox.toml.in
index 83e7b15..fdbedc1 100644
--- a/doc/rhythmbox.toml.in
+++ b/doc/rhythmbox.toml.in
@@ -13,7 +13,7 @@ dependencies = [
"Gst-1.0",
"Gtk-3.0",
]
-devhelp = false
+devhelp = true
search_index = true
[dependencies."GObject-2.0"]
|