Skip to content

Commit 4555762

Browse files
committed
Cleanup documentation
1 parent 04063b0 commit 4555762

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/AudioTools/Communication/HTTP/ICYStream.h

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@
44

55
namespace audio_tools {
66

7-
/// Type alias for ICYStream
7+
8+
/**
9+
* @brief Type alias for ICYStreamT<URLStream>.
10+
* @ingroup http
11+
*/
812
using ICYStream = ICYStreamT<URLStream>;
913

1014
#if defined(USE_CONCURRENCY)
11-
/// Type alias for buffered ICYStream
15+
/**
16+
* @brief Type alias for URLStreamBufferedT<ICYStream> (buffered ICYStream).
17+
* @ingroup http
18+
*/
1219
using ICYStreamBuffered = URLStreamBufferedT<ICYStream>;
1320

1421
#endif

0 commit comments

Comments
 (0)