From 18c423db151a93bbc0cc02183f27a1bd67447176 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 13 Nov 2015 23:23:49 +0200 Subject: Fix gtkdoc. We had to disable the test but on the other hand we have gstreamer docs working. --- modules/gnome.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/gnome.py') diff --git a/modules/gnome.py b/modules/gnome.py index ad6d5e1b1..b7330d9be 100644 --- a/modules/gnome.py +++ b/modules/gnome.py @@ -285,8 +285,8 @@ class GnomeModule: raise MesonException('html_args values must be strings.') except KeyError: return[] - if len(html_args) > 0: - return ['--htmlargs=' + '@@'.join(new_args)] + if len(new_args) > 0: + return [arg + '@@'.join(new_args)] return [] def gdbus_codegen(self, state, args, kwargs): -- cgit v1.2.3