summaryrefslogtreecommitdiffstats
path: root/js/src/doc/lib/dummy-config.sh
blob: dd9d39a4bbff7c5c1cb2920e9cec815b4185f304 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Dummy definitions of functions used in doc directory config.sh files.
# Scripts reading config.sh files should source this first, and then
# override the definitions of the functions they care about.

base-url() {
    BASE_URL=$1
}

markdown() {
    INPUT_FILE=$1
    RELATIVE_URL=$2
}

label() {
    :
}

absolute-label() {
    :
}

resource() {
    :
}