aboutsummaryrefslogtreecommitdiff
path: root/tests/TypeReader.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TypeReader.h')
-rw-r--r--tests/TypeReader.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/TypeReader.h b/tests/TypeReader.h
index 2be76ba63f..5c37aaba74 100644
--- a/tests/TypeReader.h
+++ b/tests/TypeReader.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -32,7 +32,13 @@
namespace arm_compute
{
-/** Formatted input of the BorderMode type. */
+/** Formatted input of the BorderMode type.
+ *
+ * @param[out] is Input stream.
+ * @param[in] mode Border mode.
+ *
+ * @return the modified input stream.
+ */
inline ::std::istream &operator>>(::std::istream &is, BorderMode &mode)
{
std::string value;