From 350195adc995a74ff32f689f3493f2066c8d7b6b Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 8 Jul 2016 12:07:59 +0200 Subject: Improve Doxygen mainpage --- src/VLCInput.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/VLCInput.cpp') 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. -- cgit v1.2.3