Skip to content

Commit 90ac7ed

Browse files
committed
AudioEffectStream in doxygen
1 parent 921d414 commit 90ac7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioEffects/AudioEffects.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ class AudioEffectStreamT : public AudioStream {
379379
Print *p_print=nullptr;
380380
};
381381

382-
#if __cplusplus >= 201703L
382+
#if __cplusplus >= 201703L || defined(DOXYGEN)
383383
/**
384384
* @brief EffectsStream supporting variable bits_per_sample.
385385
* This class is only available when __cplusplus >= 201703L

0 commit comments

Comments
 (0)