Просмотр исходного кода

* Say something accurate about Boost.Test
* Fix a windows shell line terminator
* Improve Boost lib documentation link


[SVN r36442]

Dave Abrahams 19 лет назад
Родитель
Сommit
8e784c099c
1 измененных файлов с 5 добавлено и 4 удалено
  1. 5 4
      more/getting_started.rst

+ 5 - 4
more/getting_started.rst

@@ -238,7 +238,8 @@ A few libraries have optional separately-compiled binaries:
 * Boost.Graph_ also has a binary component that is only needed if
   you intend to `parse GraphViz files`__.
 
-* Boost.Test_ ... **Waiting for Gennadiy to tell me what to say here.**
+* Boost.Test_ can be used in “header-only” or “separately compiled”
+  mode, although separate compilation is recommended for serious use.
 
 __ ../libs/graph/doc/read_graphviz.html
 
@@ -728,7 +729,7 @@ in |winroot-default|\ ``\lib``:
 
 .. parsed-literal::
 
-   cl /EHsc /I |winroot| example.cpp   **\\**
+   cl /EHsc /I |winroot| example.cpp   **^**
         **/link /LIBPATH:** |bold-winroot-default|\ **\\lib**
 
 |next|__
@@ -943,7 +944,7 @@ mailing list`_.
 * `Boost Users' mailing list`_
 * `Boost.Build mailing list`_
 * `Boost.Build Wiki`_
-* Index of `All Library Documentation`_
+* `Index of all Boost library documentation`_
 * Library-specific Configuration and Build Details
 
   - Boost.Python__ 
@@ -955,7 +956,7 @@ mailing list`_.
 
 
 
-.. _All Library Documentation: ../libs/index.html
+.. _Index of all Boost library documentation: ../libs/index.html
 
 .. Admonition:: Onward
 

粤ICP备19079148号