소스 검색

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}