Adding comment to parameter of ecma_number_make_infinity.

This commit is contained in:
Ruben Ayrapetyan 2014-09-19 18:13:39 +04:00
parent f46853bdd8
commit 34984d31de

View File

@ -235,7 +235,8 @@ ecma_number_make_nan (void)
* else - -Infinity value.
*/
ecma_number_t
ecma_number_make_infinity (bool sign)
ecma_number_make_infinity (bool sign) /**< true - for negative Infinity,
false - for positive Infinity */
{
union
{