libfprint/SOURCES/0101-docs-Don-t-ignore-the-deprecated-API_EXPORTED-defini.patch
2021-09-09 20:12:48 +00:00

26 lines
733 B
Diff

From 7e5d85de2a8c2055330ff8613bdc914ac5dc9cce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
Date: Thu, 5 Dec 2019 14:23:11 +0100
Subject: [PATCH 101/181] docs: Don't ignore the deprecated API_EXPORTED
definition
---
doc/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/doc/meson.build b/doc/meson.build
index 407413a..bed320d 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -32,7 +32,6 @@ gnome.gtkdoc('libfprint',
expand_content_files: expand_content_files,
scan_args: [
#'--rebuild-sections',
- '--ignore-decorators=API_EXPORTED',
'--ignore-headers=' + ' '.join(private_headers),
],
fixxref_args: [
--
2.24.1