We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c11a18 commit ccf1b24Copy full SHA for ccf1b24
tools/doc/preprocess.js
@@ -6,7 +6,7 @@ const path = require('path');
6
const fs = require('fs');
7
8
const includeExpr = /^@include\s+([\w-]+)(?:\.md)?$/gmi;
9
-const commentExpr = /^@\/\/.*$/gmi;
+const commentExpr = /^@\/\/.*$/gm;
10
11
function processIncludes(inputFile, input, cb) {
12
const includes = input.match(includeExpr);
0 commit comments