From 8a313bbdd5c5e3ec2410387cb4fe528071c60149 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 13 Dec 2018 18:54:26 +0100 Subject: 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 --- lib/tsocket/tsocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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. * -- cgit v1.2.1