Fix mistakes in doc

This commit is contained in:
Martchus 2016-09-17 11:44:49 +02:00
parent 62c0145bce
commit 4829aa40b9
2 changed files with 2 additions and 2 deletions

View File

@ -398,7 +398,7 @@ inline void Argument::setRequiredValueCount(std::size_t requiredValueCount)
* These names will be shown when printing information about the argument.
*
* \sa setValueNames()
* \sa appendValueNames()
* \sa appendValueName()
*/
inline const std::vector<const char *> &Argument::valueNames() const
{

View File

@ -10,7 +10,7 @@ namespace IoUtilities {
/*!
* \class IoUtilities::CopyHelper
* \brief The copy helper class helps to copy bytes from one stream to another.
* \brief The CopyHelper class helps to copy bytes from one stream to another.
* \tparam Specifies the buffer size.
*/
template<std::size_t bufferSize>