We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf8e94 commit e64a33eCopy full SHA for e64a33e
tools/make/lib/examples/markdown.mk
@@ -23,10 +23,17 @@ include $(TOOLS_MAKE_LIB_DIR)/examples/markdown_javascript.mk
23
24
# RULES #
25
26
-# Run examples.
+#/
27
+# Runs examples found in Markdown files.
28
#
-# This target runs examples found in Markdown files.
29
-
+# @param {string} [MARKDOWN_FILTER] - file path pattern (e.g., `.*/math/base/special/abs/.*`)
30
+#
31
+# @example
32
+# make markdown-examples
33
34
35
+# make markdown-examples MARKDOWN_FILTER=.*/strided/common/.*
36
37
markdown-examples: markdown-examples-javascript
38
39
.PHONY: markdown-examples
0 commit comments