This issue on the node-addon-api repository raises the question of using JSDoc-style comments in C++ code implementing native addons:
nodejs/node-addon-api#758
In addition, @mhdawson has identified another potential benefit of adding JSDoc-style comments to the C++ code:
nodejs/node-addon-api#749 (comment)
Once the tutorial site lands, I'd like to do a review of the current content and at that time I can investigate the feasibility of adding JSDoc-style comments to our examples.