Frontmatter
| id | 3423 |
| title | buildScripts/createApp: MainContainer => comments |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Sep 3, 2022, 10:48 AM |
| updatedAt | Sep 3, 2022, 10:53 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3423 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 3, 2022, 10:53 AM |
the app generator creates block comments like
/* * @member {String} className='ViewModels.view.MainContainer' * @protected */instead of doc comments:
/** * @member {String} className='ViewModels.view.MainContainer' * @protected */this can cause issues with the
create-classprogram.