Fixed a few glitches in the documentation

This commit is contained in:
Marco Antognini 2014-04-12 17:24:07 +02:00
parent b868833191
commit 49f2a76d93
4 changed files with 10 additions and 10 deletions

View file

@ -247,7 +247,7 @@ private :
/// consumed; it fills it again and inserts it back into the
/// playing queue.
///
/// \param buffer Number of the buffer to fill (in [0, BufferCount])
/// \param bufferNum Number of the buffer to fill (in [0, BufferCount])
///
/// \return True if the stream source has requested to stop, false otherwise
///
@ -328,7 +328,7 @@ private :
/// rest of the program. In particular, the OnGetData and OnSeek
/// virtual functions may sometimes be called from this separate thread.
/// It is important to keep this in mind, because you may have to take
/// care of synchronization issues if you share data between threads.
/// care of synchronization issues if you share data between threads.
///
/// Usage example:
/// \code