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.
This commit is contained in:
parent
3dc5c4a6de
commit
23f7c4aaf7
1 changed files with 2 additions and 0 deletions
|
@ -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 <glib.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue