blob: 7d7405da96493b79666842d8b14639d10dbd0682 [file] [log] [blame]
Zack Williams1b96a952017-07-17 16:48:01 -07001# Build System Variable Glossary
2
3{{ def_docs['frontmatter']['description'] }}
4
5{% for key, val in def_docs|dictsort %}
6### {{ key }}
7
8{{ val['description'] }}
9
10Default value:
11```
12{{ val['defval_pp'] }}
13```
14
15Used in:
16
17{% for file in val['reflist']|sort(attribute='path') -%}
18 - [{{ file.path }}]({{ file.link }})
19{% endfor -%}
20
21{% endfor %}
22