Skip to content

Missing end of groups in documentation comments #198

Closed
@LaszloLango

Description

@LaszloLango

There are several places in jerry-core/ecma directory where the end of documentation groups are missing. For example:

  • ecma-boolean-object.cpp
  • ecma-number-object.cpp

Task

We should check all files for this and fix this style issue in one commit.

Solution

Insert to the end of files:

/**
 * @}
 * @}
 */

Metadata

Metadata

Assignees

No one assigned

    Labels

    minorstyleRelated to coding style

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions