From 0aecd57513ba7bfd067d36a34d21fe92bb90f4d9 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sun, 24 Sep 2017 19:35:51 +0100 Subject: [PATCH] add note to docs on VIPS_INIT deprecation as in, it's not deprecated --- libvips/iofuncs/init.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libvips/iofuncs/init.c b/libvips/iofuncs/init.c index ce66d620..2e7584f5 100644 --- a/libvips/iofuncs/init.c +++ b/libvips/iofuncs/init.c @@ -130,6 +130,9 @@ vips_get_argv0( void ) * VIPS_INIT: * @ARGV0: name of application * + * gtk-doc mistakenly tags this macro as deprecated for unknown reasons. It is + * *NOT* deprecated, please ignore the warning above. + * * VIPS_INIT() starts up the world of VIPS. You should call this on * program startup before using any other VIPS operations. If you do not call * VIPS_INIT(), VIPS will call it for you when you use your first VIPS