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 2886741 commit e404a3cCopy full SHA for e404a3c
tools/make/lib/complexity/javascript.mk
@@ -129,7 +129,11 @@ complexity-javascript-benchmarks: $(NODE_MODULES)
129
# @param {string} FILES - list of JavaScript file paths
130
# @param {string} [JAVASCRIPT_COMPLEXITY_OUT] - output directory
131
#
132
-#
+# @example
133
+# make complexity-javascript-files FILES='/foo/bar.js /beep/boop.js'
134
+#
135
136
+# make complexity-javascript-files FILES='/foo/bar.js /beep/boop.js' JAVASCRIPT_COMPLEXITY_OUT=/foo/bar/beep/boop
137
#/
138
complexity-javascript-files: $(NODE_MODULES)
139
$(QUIET) $(JAVASCRIPT_COMPLEXITY) $(JAVASCRIPT_COMPLEXITY_FLAGS) $(FILES)
0 commit comments