From: Andreas Schneider Date: Thu, 13 Dec 2018 17:54:26 +0000 (+0100) Subject: lib:tsocket: Check for DOXYGEN as a #define X-Git-Tag: tdb-1.3.17~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a313bbdd5c5e3ec2410387cb4fe528071c60149;p=thirdparty%2Fsamba.git lib:tsocket: Check for DOXYGEN as a #define Signed-off-by: Andreas Schneider Reviewed-by: Gary Lockyer Autobuild-User(master): Gary Lockyer Autobuild-Date(master): Mon Dec 17 00:10:10 CET 2018 on sn-devel-144 --- diff --git a/lib/tsocket/tsocket.h b/lib/tsocket/tsocket.h index dd0bd981f20..ab4cef92bd5 100644 --- a/lib/tsocket/tsocket.h +++ b/lib/tsocket/tsocket.h @@ -501,7 +501,7 @@ int tstream_disconnect_recv(struct tevent_req *req, */ bool tsocket_address_is_inet(const struct tsocket_address *addr, const char *fam); -#if DOXYGEN +#ifdef DOXYGEN /** * @brief Create a tsocket_address for ipv4 and ipv6 endpoint addresses. *