Fix documentation errors (#1510)

Doxygen reported a few issues, which are fixed by this patch:
* ArrayBuffer-related documentation group names and titles were
  incorrect.
* Some Date-related helper functions used incorrect parameter
  documentation syntax.

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss
2017-01-03 18:03:47 +01:00
committed by Zoltan Herczeg
parent 3fa89baee0
commit 0026519040
4 changed files with 5 additions and 6 deletions
@@ -21,7 +21,7 @@
/** \addtogroup ecma ECMA
* @{
*
* \addtogroup ecmaarraybufferobject ECMA Arraybuffer object related routines
* \addtogroup ecmaarraybufferobject ECMA ArrayBuffer object related routines
* @{
*/