Don't include NO_LOG_WRAPPERS in the Doxygen output.
This commit is contained in:
parent
2ad1deb89d
commit
bdf6c50c93
2
log.c
2
log.c
|
@ -21,7 +21,9 @@
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "libsigrok.h"
|
#include "libsigrok.h"
|
||||||
|
/** @cond PRIVATE */
|
||||||
#define NO_LOG_WRAPPERS
|
#define NO_LOG_WRAPPERS
|
||||||
|
/** @endcond */
|
||||||
#include "libsigrok-internal.h"
|
#include "libsigrok-internal.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue