summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Karsay <gabor.karsay@gmx.at>2019-10-23 19:44:56 +0200
committerGabor Karsay <gabor.karsay@gmx.at>2019-10-23 19:44:56 +0200
commita9bd19f7988e358dcf1bb8a6efef2b6743fb74e5 (patch)
tree0cdb0a4fad41abb96ec48bf68358dcabccbbbe04
parentf0599bf4b1f21d635e6d60582b8e7f009c7473da (diff)
downloadtotem-a9bd19f7988e358dcf1bb8a6efef2b6743fb74e5.tar.gz
docs: Fix missing Properties and Signals sections in reference
gtkdoc module didn't find the types file. As a side effect, 2 files have a different name, hyperlinks are working: totem-TotemObject.html → TotemObject.html totem-BaconVideoWidget.html → BaconVideoWidget.html Closes: #368
-rw-r--r--docs/reference/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
index b2b79058f..67b8c74cc 100644
--- a/docs/reference/meson.build
+++ b/docs/reference/meson.build
@@ -76,6 +76,7 @@ gnome.gtkdoc(
doc_module,
main_xml: doc_module + '-docs.xml',
src_dir: join_paths(meson.source_root(), 'src'),
+ gobject_typesfile: join_paths(meson.current_source_dir(), 'totem.types'),
dependencies: libtotem_dep,
scan_args: '--ignore-headers=' + ' '.join(private_headers),
mkdb_args: '--name-space=' + doc_module,