Fix doxygen-related documentation issues (#1357)

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
Akos Kiss
2016-09-21 10:43:40 +02:00
committed by GitHub
parent 2300a68c88
commit 316223ebdb
9 changed files with 74 additions and 18 deletions
@@ -29,7 +29,7 @@
/** \addtogroup ecma ECMA
* @{
*
* \addtogroup ecmabuiltinhelpers
* \addtogroup ecmabuiltinhelpers ECMA builtin helper operations
* @{
*/
@@ -22,7 +22,7 @@
/** \addtogroup ecma ECMA
* @{
*
* \addtogroup ecmahelpers Helpers for operations with ECMA data types
* \addtogroup ecmabuiltinhelpers ECMA builtin helper operations
* @{
*/
@@ -31,7 +31,7 @@
/** \addtogroup ecma ECMA
* @{
*
* \addtogroup ecmaoperations ECMA-defined operations
* \addtogroup lexicalenvironment Lexical environment
* @{
*/
@@ -27,7 +27,7 @@
/** \addtogroup ecma ECMA
* @{
*
* \addtogroup ecmageneralobjectsinternalops General ECMA objects' operations
* \addtogroup ecmaobjectsinternalops ECMA objects' operations
* @{
*/
+1 -1
View File
@@ -43,7 +43,7 @@
/**
* Assert that specified object type value is valid
*
* @param object's implementation-defined type
* @param type object's implementation-defined type
*/
#ifndef JERRY_NDEBUG
#define JERRY_ASSERT_OBJECT_TYPE_IS_VALID(type) \