diff --git a/doc/user_guide.md b/doc/user_guide.md index 2e6edc9..675e844 100644 --- a/doc/user_guide.md +++ b/doc/user_guide.md @@ -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: diff --git a/rb/assets/user_guide.html.erb b/rb/assets/user_guide.html.erb index 899229f..d763bd4 100644 --- a/rb/assets/user_guide.html.erb +++ b/rb/assets/user_guide.html.erb @@ -43,6 +43,8 @@ } .code { padding-left: 2ex; + width: 116ex; + overflow-x: auto; } .ruby_code .normal {} .ruby_code .comment { color: #005; font-style: italic; }