Don't include NO_LOG_WRAPPERS in the Doxygen output.

This commit is contained in:
Uwe Hermann 2014-04-25 18:44:21 +02:00
parent 2ad1deb89d
commit bdf6c50c93
1 changed files with 2 additions and 0 deletions

2
log.c
View File

@ -21,7 +21,9 @@
#include <stdarg.h>
#include <stdio.h>
#include "libsigrok.h"
/** @cond PRIVATE */
#define NO_LOG_WRAPPERS
/** @endcond */
#include "libsigrok-internal.h"
/**