Skip to content

Commit e64a33e

Browse files
committed
Update source docs
1 parent adf8e94 commit e64a33e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

tools/make/lib/examples/markdown.mk

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,17 @@ include $(TOOLS_MAKE_LIB_DIR)/examples/markdown_javascript.mk
2323

2424
# RULES #
2525

26-
# Run examples.
26+
#/
27+
# Runs examples found in Markdown files.
2728
#
28-
# This target runs examples found in Markdown files.
29-
29+
# @param {string} [MARKDOWN_FILTER] - file path pattern (e.g., `.*/math/base/special/abs/.*`)
30+
#
31+
# @example
32+
# make markdown-examples
33+
#
34+
# @example
35+
# make markdown-examples MARKDOWN_FILTER=.*/strided/common/.*
36+
#/
3037
markdown-examples: markdown-examples-javascript
3138

3239
.PHONY: markdown-examples

0 commit comments

Comments
 (0)