]> sigrok.org Git - libsigrok.git/commitdiff
Don't include NO_LOG_WRAPPERS in the Doxygen output.
authorUwe Hermann <redacted>
Fri, 25 Apr 2014 16:44:21 +0000 (18:44 +0200)
committerUwe Hermann <redacted>
Fri, 25 Apr 2014 16:44:45 +0000 (18:44 +0200)
log.c

diff --git a/log.c b/log.c
index a4ca4bc5728ee98214e6e75bf8801503e3e8aac7..47c37b88dda17e6c6b35086ac4113158a94ef693 100644 (file)
--- a/log.c
+++ b/log.c
@@ -21,7 +21,9 @@
 #include <stdarg.h>
 #include <stdio.h>
 #include "libsigrok.h"
+/** @cond PRIVATE */
 #define NO_LOG_WRAPPERS
+/** @endcond */
 #include "libsigrok-internal.h"
 
 /**