From 4829aa40b9dbb3c6e4aa5b41e04a18edd3229a37 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 17 Sep 2016 11:44:49 +0200 Subject: [PATCH] Fix mistakes in doc --- application/argumentparser.h | 2 +- io/copy.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/argumentparser.h b/application/argumentparser.h index 4b7fd2d..cbea491 100644 --- a/application/argumentparser.h +++ b/application/argumentparser.h @@ -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 &Argument::valueNames() const { diff --git a/io/copy.h b/io/copy.h index 80cf540..23cefdc 100644 --- a/io/copy.h +++ b/io/copy.h @@ -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