diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-07-08 12:07:59 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-07-08 12:07:59 +0200 |
commit | 350195adc995a74ff32f689f3493f2066c8d7b6b (patch) | |
tree | 007aa6c5c478be5a4d9d020f75f39f96e5801e60 /src/SampleQueue.h | |
parent | 64b729f3284ead6a71fbeb7f8e0dd22187b21786 (diff) | |
download | ODR-AudioEnc-350195adc995a74ff32f689f3493f2066c8d7b6b.tar.gz ODR-AudioEnc-350195adc995a74ff32f689f3493f2066c8d7b6b.tar.bz2 ODR-AudioEnc-350195adc995a74ff32f689f3493f2066c8d7b6b.zip |
Improve Doxygen mainpage
Diffstat (limited to 'src/SampleQueue.h')
-rw-r--r-- | src/SampleQueue.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/SampleQueue.h b/src/SampleQueue.h index 994672f..dd01986 100644 --- a/src/SampleQueue.h +++ b/src/SampleQueue.h @@ -18,9 +18,8 @@ */ /*! - * \section SampleQueue - * - * An implementation for a threadsafe queue using the C++11 thread library + * \file SampleQueue.h + * \brief An implementation for a threadsafe queue using the C++11 thread library * for audio samples. */ |