From: Uwe Hermann Date: Fri, 25 Apr 2014 16:40:59 +0000 (+0200) Subject: Don't include LOG_PREFIX in the Doxygen output. X-Git-Tag: libsigrok-0.3.0~64 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=2ad1deb89d9f459752687a03c3d0539d122ea354 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). --- diff --git a/backend.c b/backend.c index 0ba05958..2f51eedd 100644 --- a/backend.c +++ b/backend.c @@ -23,7 +23,9 @@ #include "libsigrok.h" #include "libsigrok-internal.h" +/** @cond PRIVATE */ #define LOG_PREFIX "backend" +/** @endcond */ extern struct sr_session *session; diff --git a/device.c b/device.c index d437b72d..055c3719 100644 --- a/device.c +++ b/device.c @@ -23,7 +23,9 @@ #include "libsigrok.h" #include "libsigrok-internal.h" +/** @cond PRIVATE */ #define LOG_PREFIX "device" +/** @endcond */ /** * @file diff --git a/hwdriver.c b/hwdriver.c index 3a8c8dca..f55a6790 100644 --- a/hwdriver.c +++ b/hwdriver.c @@ -27,7 +27,9 @@ #include "libsigrok.h" #include "libsigrok-internal.h" +/** @cond PRIVATE */ #define LOG_PREFIX "hwdriver" +/** @endcond */ /** * @file diff --git a/session.c b/session.c index 1a9343fe..1ba05cb6 100644 --- a/session.c +++ b/session.c @@ -25,7 +25,9 @@ #include "libsigrok.h" #include "libsigrok-internal.h" +/** @cond PRIVATE */ #define LOG_PREFIX "session" +/** @endcond */ /** * @file diff --git a/session_file.c b/session_file.c index 3ace85b6..e8ad2107 100644 --- a/session_file.c +++ b/session_file.c @@ -30,7 +30,9 @@ #include "libsigrok.h" #include "libsigrok-internal.h" +/** @cond PRIVATE */ #define LOG_PREFIX "session-file" +/** @endcond */ /** * @file diff --git a/strutil.c b/strutil.c index 1acbf3de..01bdbd11 100644 --- a/strutil.c +++ b/strutil.c @@ -25,7 +25,9 @@ #include "libsigrok.h" #include "libsigrok-internal.h" +/** @cond PRIVATE */ #define LOG_PREFIX "strutil" +/** @endcond */ /** * @file