user guide: fill in Default Construction Variables section

This commit is contained in:
Josh Holtrop 2019-07-02 21:25:16 -04:00
parent 63d875da7f
commit 30d82392b5
2 changed files with 6 additions and 0 deletions

View File

@ -954,6 +954,10 @@ ${include lib/rscons/builders/disassemble.rb}
## Default Construction Variables
```ruby
${include lib/rscons/default_construction_variables.rb}
```
#> License
Rscons is licensed under the terms of the MIT License:

View File

@ -43,6 +43,8 @@
}
.code {
padding-left: 2ex;
width: 116ex;
overflow-x: auto;
}
.ruby_code .normal {}
.ruby_code .comment { color: #005; font-style: italic; }