Skip to content

Commit ffd7102

Browse files
committed
tweak
1 parent b8f78e9 commit ffd7102

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: scripts/doc_gen.js

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ const capitalize = (s) => {
3333
*/
3434
const strip = filename => filename.split('.').slice(0, -1).join('.')
3535
function main() {
36+
37+
/**
38+
* @type {string[]}
39+
*/
3640
var hidden_list = []
3741
var runtime_files =
3842
fs.readdirSync(runtime_dir)

0 commit comments

Comments
 (0)