user guide: fill in Default Construction Variables section
This commit is contained in:
parent
63d875da7f
commit
30d82392b5
@ -954,6 +954,10 @@ ${include lib/rscons/builders/disassemble.rb}
|
|||||||
|
|
||||||
## Default Construction Variables
|
## Default Construction Variables
|
||||||
|
|
||||||
|
```ruby
|
||||||
|
${include lib/rscons/default_construction_variables.rb}
|
||||||
|
```
|
||||||
|
|
||||||
#> License
|
#> License
|
||||||
|
|
||||||
Rscons is licensed under the terms of the MIT License:
|
Rscons is licensed under the terms of the MIT License:
|
||||||
|
@ -43,6 +43,8 @@
|
|||||||
}
|
}
|
||||||
.code {
|
.code {
|
||||||
padding-left: 2ex;
|
padding-left: 2ex;
|
||||||
|
width: 116ex;
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
.ruby_code .normal {}
|
.ruby_code .normal {}
|
||||||
.ruby_code .comment { color: #005; font-style: italic; }
|
.ruby_code .comment { color: #005; font-style: italic; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user