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