summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-01-11 14:26:59 +0100
committerBastien Nocera <hadess@hadess.net>2021-01-12 10:27:59 +0100
commit8c8d515fb55fa898b77cdd2694ff0faca0c08938 (patch)
treefa4be03d5fe344dc9ef4c202bad439ed29031504 /doc
parentf82ba4562dbe7b2c5b9ff76f9bab9ebd0b1a1072 (diff)
downloadlibgweather-8c8d515fb55fa898b77cdd2694ff0faca0c08938.tar.gz
gweather: Remove GWEATHER_EXTERN usage
Diffstat (limited to 'doc')
-rw-r--r--doc/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 38c9f5f..c2308cc 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -23,8 +23,7 @@ gnome.gtkdoc('libgweather',
],
mkdb_args: ['--xml-mode', '--output-format=xml'],
scan_args: [
- '--deprecated-guards="GWEATHER_DISABLE_DEPRECATED"',
- '--ignore-decorators=GWEATHER_EXTERN',
+ '--deprecated-guards="GWEATHER_DISABLE_DEPRECATED"'
],
fixxref_args: [
'--html-dir=@0@'.format(docpath),