diff --git a/doc/src/reference.xml b/doc/src/reference.xml index 6db2308ce..03b4cf22f 100644 --- a/doc/src/reference.xml +++ b/doc/src/reference.xml @@ -609,6 +609,22 @@ using msvc : &toolset_ops; ; "http://www.intel.com/cd/software/products/asmo-na/eng/compilers/284527.htm"> Windows versions respectively. + The module is initialized using the following syntax: + +using intel-linux : &toolset_ops; ; + or + +using intel-win : &toolset_ops; ; + respectively. + + &using_repeation; + + + If compiler command is not specified, then Boost.Build will + look in PATH for an executable icpc + (on Linux), or icc.exe (on Windows). + + &option_list_intro;