Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing end of groups in documentation comments #198

Closed
LaszloLango opened this issue Jun 17, 2015 · 0 comments
Closed

Missing end of groups in documentation comments #198

LaszloLango opened this issue Jun 17, 2015 · 0 comments
Labels
minor style Related to coding style

Comments

@LaszloLango
Copy link
Contributor

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:

/**
 * @}
 * @}
 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor style Related to coding style
Projects
None yet
Development

No branches or pull requests

3 participants