mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #1226 from HifiExperiments/jsdoc
possible fix for missing jsdoc
This commit is contained in:
commit
eefeaf3c19
1 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue