projects
/
libsigrok.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2ad1deb
)
Don't include NO_LOG_WRAPPERS in the Doxygen output.
author
Uwe Hermann
<redacted>
Fri, 25 Apr 2014 16:44:21 +0000
(18:44 +0200)
committer
Uwe Hermann
<redacted>
Fri, 25 Apr 2014 16:44:45 +0000
(18:44 +0200)
log.c
patch
|
blob
|
blame
|
history
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"
/**