Corrections in API documentation

This commit is contained in:
Laurent Gomila 2012-07-15 15:04:37 +02:00
parent 3180f83160
commit 3e2c3b8c95

View File

@ -206,12 +206,12 @@ private :
/// captured data to a sound buffer (see sf::SoundBufferRecorder). /// captured data to a sound buffer (see sf::SoundBufferRecorder).
/// ///
/// A derived class has only one virtual function to override: /// A derived class has only one virtual function to override:
/// \li OnProcessSamples provides the new chunks of audio samples while the capture happens /// \li onProcessSamples provides the new chunks of audio samples while the capture happens
/// ///
/// Moreover, two additionnal virtual functions can be overriden /// Moreover, two additionnal virtual functions can be overriden
/// as well if necessary: /// as well if necessary:
/// \li OnStart is called before the capture happens, to perform custom initializations /// \li onStart is called before the capture happens, to perform custom initializations
/// \li OnStop is called after the capture ends, to perform custom cleanup /// \li onStop is called after the capture ends, to perform custom cleanup
/// ///
/// The audio capture feature may not be supported or activated /// The audio capture feature may not be supported or activated
/// on every platform, thus it is recommended to check its /// on every platform, thus it is recommended to check its