Frontmatter
| id | 7894 |
| title | Update Coding Guidelines to mandate @summary as first tag |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Nov 24, 2025, 12:03 PM |
| updatedAt | Nov 24, 2025, 12:04 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7894 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 24, 2025, 12:04 PM |
The coding guidelines (item 18) should explicitly state that the
@summarytag must be the first item in the JSDoc block for classes, followed by an empty line and then the description. This ensures consistency across the codebase.