浏览代码

Markdownize docstring a little bit

Alois Mahdal 10 年前
父节点
当前提交
7212963d46
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      include/testing.sh

+ 4
- 4
include/testing.sh 查看文件

@@ -27,10 +27,10 @@ collect_artifacts() {
27 27
     #
28 28
     # Usage: collect_artifacts [[+]target]
29 29
     #
30
-    # If target starts with plus sign, the value is first passed
31
-    # to `date` utility and output is replaced. If target is not
32
-    # given, `$FFOO_TESTING_ARTIFACTS`, or a hard-coded value
33
-    # "+artifacts--%Y%m%d-%H%M%S" is used.
30
+    # If *target* starts with plus sign, the value is first
31
+    # passed to `date` utility and output is replaced. If
32
+    # *target* is not given, `$FFOO_TESTING_ARTIFACTS`, or
33
+    # a hard-coded value `+artifacts--%Y%m%d-%H%M%S` is used.
34 34
     #
35 35
     local aroot="$1"
36 36
     aroot=${aroot:-$FFOO_TESTING_ARTIFACTS}