Skip to content

Commit e404a3c

Browse files
authored
Discard changes to tools/make/lib/complexity/javascript.mk
1 parent 2886741 commit e404a3c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tools/make/lib/complexity/javascript.mk

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,11 @@ complexity-javascript-benchmarks: $(NODE_MODULES)
129129
# @param {string} FILES - list of JavaScript file paths
130130
# @param {string} [JAVASCRIPT_COMPLEXITY_OUT] - output directory
131131
#
132-
#
132+
# @example
133+
# make complexity-javascript-files FILES='/foo/bar.js /beep/boop.js'
134+
#
135+
# @example
136+
# make complexity-javascript-files FILES='/foo/bar.js /beep/boop.js' JAVASCRIPT_COMPLEXITY_OUT=/foo/bar/beep/boop
133137
#/
134138
complexity-javascript-files: $(NODE_MODULES)
135139
$(QUIET) $(JAVASCRIPT_COMPLEXITY) $(JAVASCRIPT_COMPLEXITY_FLAGS) $(FILES)

0 commit comments

Comments
 (0)