From 23f7c4aaf74251de90b7b24d1728f838021017bb Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 9 Nov 2018 15:07:20 +0100 Subject: [PATCH] doc: Hide G_LOG_DOMAIN from gtk-doc It's only used internally, and doesn't need to be documented here, as FP_COMPONENT which uses it already is. --- libfprint/fpi-log.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libfprint/fpi-log.h b/libfprint/fpi-log.h index 6b494af..0d13400 100644 --- a/libfprint/fpi-log.h +++ b/libfprint/fpi-log.h @@ -35,8 +35,10 @@ #ifdef FP_COMPONENT #undef G_LOG_DOMAIN +#ifndef __GTK_DOC_IGNORE__ #define G_LOG_DOMAIN "libfprint-"FP_COMPONENT #endif +#endif #include