possible fix for missing jsdoc

This commit is contained in:
HifiExperiments 2024-11-07 21:00:03 -08:00
parent ac20b34af9
commit 85157bf496

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) {