summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2017-11-07 13:24:50 +0100
committerTomas Popela <tpopela@redhat.com>2018-04-11 12:39:19 +0200
commit72d25d22d2a34d5d67e5d00c494aad81a74d3a37 (patch)
tree77abe5cac83a1c98bc05cb3e848d4cb893e6352f /docs
parentf0b481582cf019720ebb7d3519bf5da48c28b1b1 (diff)
downloadlibsoup-72d25d22d2a34d5d67e5d00c494aad81a74d3a37.tar.gz
Fix the module name for the gnome.gtkdoc()
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
index 57b2509a..4b1acec5 100644
--- a/docs/reference/meson.build
+++ b/docs/reference/meson.build
@@ -54,7 +54,7 @@ scan_args = [
'--ignore-decorators="SOUP_DEPRECATED\w*\s*\([^)]*\)|SOUP_DEPRECATED\w*|SOUP_AVAILABLE\w*"'
]
-gnome.gtkdoc('libsoup',
+gnome.gtkdoc('libsoup-2.4',
main_sgml : 'libsoup-2.4-docs.sgml',
src_dir : join_paths(meson.source_root(), 'libsoup'),
ignore_headers : ignore_headers,