Don't include LOG_PREFIX in the Doxygen output.
(files in hardware/, input/, and output/ don't need this since none of those directories contain API stuff and are thus not included in the list of input files for Doxygen at all).
This commit is contained in:
parent
4f10853e67
commit
2ad1deb89d
|
@ -23,7 +23,9 @@
|
|||
#include "libsigrok.h"
|
||||
#include "libsigrok-internal.h"
|
||||
|
||||
/** @cond PRIVATE */
|
||||
#define LOG_PREFIX "backend"
|
||||
/** @endcond */
|
||||
|
||||
extern struct sr_session *session;
|
||||
|
||||
|
|
2
device.c
2
device.c
|
@ -23,7 +23,9 @@
|
|||
#include "libsigrok.h"
|
||||
#include "libsigrok-internal.h"
|
||||
|
||||
/** @cond PRIVATE */
|
||||
#define LOG_PREFIX "device"
|
||||
/** @endcond */
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -27,7 +27,9 @@
|
|||
#include "libsigrok.h"
|
||||
#include "libsigrok-internal.h"
|
||||
|
||||
/** @cond PRIVATE */
|
||||
#define LOG_PREFIX "hwdriver"
|
||||
/** @endcond */
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -25,7 +25,9 @@
|
|||
#include "libsigrok.h"
|
||||
#include "libsigrok-internal.h"
|
||||
|
||||
/** @cond PRIVATE */
|
||||
#define LOG_PREFIX "session"
|
||||
/** @endcond */
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -30,7 +30,9 @@
|
|||
#include "libsigrok.h"
|
||||
#include "libsigrok-internal.h"
|
||||
|
||||
/** @cond PRIVATE */
|
||||
#define LOG_PREFIX "session-file"
|
||||
/** @endcond */
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
Loading…
Reference in New Issue