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:
Uwe Hermann 2014-04-25 18:40:59 +02:00
parent 4f10853e67
commit 2ad1deb89d
6 changed files with 12 additions and 0 deletions

View File

@ -23,7 +23,9 @@
#include "libsigrok.h"
#include "libsigrok-internal.h"
/** @cond PRIVATE */
#define LOG_PREFIX "backend"
/** @endcond */
extern struct sr_session *session;

View File

@ -23,7 +23,9 @@
#include "libsigrok.h"
#include "libsigrok-internal.h"
/** @cond PRIVATE */
#define LOG_PREFIX "device"
/** @endcond */
/**
* @file

View File

@ -27,7 +27,9 @@
#include "libsigrok.h"
#include "libsigrok-internal.h"
/** @cond PRIVATE */
#define LOG_PREFIX "hwdriver"
/** @endcond */
/**
* @file

View File

@ -25,7 +25,9 @@
#include "libsigrok.h"
#include "libsigrok-internal.h"
/** @cond PRIVATE */
#define LOG_PREFIX "session"
/** @endcond */
/**
* @file

View File

@ -30,7 +30,9 @@
#include "libsigrok.h"
#include "libsigrok-internal.h"
/** @cond PRIVATE */
#define LOG_PREFIX "session-file"
/** @endcond */
/**
* @file

View File

@ -25,7 +25,9 @@
#include "libsigrok.h"
#include "libsigrok-internal.h"
/** @cond PRIVATE */
#define LOG_PREFIX "strutil"
/** @endcond */
/**
* @file