From e7b9ee8257262c421f4809978eee8d3fbb33f421 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 17 Jul 2014 20:17:17 -0700 Subject: [PATCH] Reformat some comments --- src/yaml/parsers.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/yaml/parsers.hh b/src/yaml/parsers.hh index fff853e..3cea6a6 100644 --- a/src/yaml/parsers.hh +++ b/src/yaml/parsers.hh @@ -115,9 +115,9 @@ struct ScalarParserTraits /** * Parse a YAML scalar value into a native datatype. * - * @param [in] scalarValue The YAML scalar value - * @param [out] value The parsed value of the scalar value - * @returns `true` if the conversion succeeded + * @param [in] scalarValue The YAML scalar value + * @param [out] value The parsed value of the scalar value + * @return `true` if the conversion succeeded */ template bool