From 5909502a13a2c25595108fcb4d2757b3530f0431 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 17 Feb 2018 08:30:12 +0100 Subject: [PATCH] test/DumpDecoderClient: add API documentation --- test/DumpDecoderClient.hxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/DumpDecoderClient.hxx b/test/DumpDecoderClient.hxx index df7fc2054..909127d56 100644 --- a/test/DumpDecoderClient.hxx +++ b/test/DumpDecoderClient.hxx @@ -25,6 +25,10 @@ #include "thread/Mutex.hxx" #include "thread/Cond.hxx" +/** + * A #DecoderClient implementation which dumps metadata to stderr and + * decoded data to stdout. + */ struct DumpDecoderClient final : DecoderClient { Mutex mutex; Cond cond;