Reformat some comments

This commit is contained in:
Eryn Wells 2014-07-17 20:17:17 -07:00
parent c429be330d
commit e7b9ee8257

View file

@ -115,9 +115,9 @@ struct ScalarParserTraits
/** /**
* Parse a YAML scalar value into a native datatype. * Parse a YAML scalar value into a native datatype.
* *
* @param [in] scalarValue The YAML scalar value * @param [in] scalarValue The YAML scalar value
* @param [out] value The parsed value of the scalar value * @param [out] value The parsed value of the scalar value
* @returns `true` if the conversion succeeded * @return `true` if the conversion succeeded
*/ */
template<typename T> template<typename T>
bool bool