]> sigrok.org Git - libsigrok.git/blobdiff - session_driver.c
Doxygen: Mark non-public stuff for exclusion.
[libsigrok.git] / session_driver.c
index 6ba804285b5d0ff8b2815c062cb879a823baad74..e73411d521fa0fe74118e4c5df7753367410eec7 100644 (file)
@@ -27,7 +27,9 @@
 #include "libsigrok-internal.h"
 
 /* size of payloads sent across the session bus */
+/** @cond PRIVATE */
 #define CHUNKSIZE (512 * 1024)
+/** @endcond */
 
 struct session_vdev {
        char *sessionfile;
@@ -269,6 +271,7 @@ static int hw_dev_acquisition_start(const struct sr_dev_inst *sdi,
        return SR_OK;
 }
 
+/** @private */
 SR_PRIV struct sr_dev_driver session_driver = {
        .name = "session",
        .longname = "Session-emulating driver",