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/VLCInput.cpp | |
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/VLCInput.cpp')
-rw-r--r-- | src/VLCInput.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VLCInput.cpp b/src/VLCInput.cpp index 4831915..9f0aa65 100644 --- a/src/VLCInput.cpp +++ b/src/VLCInput.cpp @@ -34,7 +34,7 @@ int check_vlc_uses_size_t(); using namespace std; -/*! VLC callback functions have to be C functions. +/*! \note VLC callback functions have to be C functions. * These wrappers call the VLCInput functions */ @@ -335,7 +335,7 @@ ssize_t VLCInput::m_read(uint8_t* buf, size_t length) return err; } -/* Write the corresponding text to a file readable by mot-encoder, with optional +/*! Write the corresponding text to a file readable by mot-encoder, with optional * DL+ information. The text is passed as a copy because we actually use the * m_nowplaying variable which is also accessed in another thread, so better * make a copy. |