Merge pull request #1226 from HifiExperiments/jsdoc

possible fix for missing jsdoc
This commit is contained in:
ksuprynowicz 2024-11-28 20:20:48 +01:00 committed by GitHub
commit eefeaf3c19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ exports.handlers = {
];
// only files with this extension will be searched for jsdoc comments.
var exts = ['.h', '.cpp'];
var exts = ['.h', '.h.in', '.cpp', '.cpp.in'];
var fs = require('fs');
dirList.forEach(function (dir) {