X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=backend.c;h=ab668efa800576dacfe8379e64c868b83772dc7c;hb=d4b387482850b094c908ee88f3538ee906afdc15;hp=0ba05958cc78380caeed6800484f4113f7d50677;hpb=44559b2c3bfa2c892242097e3aba871a11f943eb;p=libsigrok.git diff --git a/backend.c b/backend.c index 0ba05958..ab668efa 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; @@ -79,7 +81,8 @@ extern struct sr_session *session; * * Initializing and shutting down libsigrok. * - * Before using any of the libsigrok functionality, sr_init() must + * Before using any of the libsigrok functionality (except + * sr_log_loglevel_set() and sr_log_opts_set()), sr_init() must * be called to initialize the library, which will return a struct sr_context * when the initialization was successful. *