Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2008-06-19 20:30:21


Author: bemandawes
Date: 2008-06-19 20:30:20 EDT (Thu, 19 Jun 2008)
New Revision: 46536
URL: http://svn.boost.org/trac/boost/changeset/46536

Log:
Merge doc tweaks from trunk
Text files modified:
   branches/cpp0x/libs/config/doc/guidelines.qbk | 8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)

Modified: branches/cpp0x/libs/config/doc/guidelines.qbk
==============================================================================
--- branches/cpp0x/libs/config/doc/guidelines.qbk (original)
+++ branches/cpp0x/libs/config/doc/guidelines.qbk 2008-06-19 20:30:20 EDT (Thu, 19 Jun 2008)
@@ -129,12 +129,12 @@
 * cd into `libs/config/tools` and run `bjam` : this generates the `.cpp`
 file test cases from the `.ipp` file, updates the
 libs/config/test/all/Jamfile.v2, `config_test.cpp` and `config_info.cpp`.
-* cd into `libs/config/test/all` and run `bjam `['MACRONAME]` compiler-list` : where
-['MACRONAME] is the name of the new macro, and `compiler-list` is the list of
+* cd into `libs/config/test/all` and run `bjam `['MACRONAME` compiler-list`] : where
+['MACRONAME] is the name of the new macro, and ['`compiler-list`] is a space separated list of
 compilers to test with. You should see the tests pass with those compilers
 that don't have the defect, and fail with those that do.
-* cd into `libs/config/test` and run `bjam config_info config_test compiler-list` :
-`config_info` should build and run cleanly for all the compilers in `compiler-list`
+* cd into `libs/config/test` and run `bjam config_info config_test `['`compiler-list`] :
+`config_info` should build and run cleanly for all the compilers in ['`compiler-list`]
 while `config_test` should fail for those that have the defect, and pass for those
 that do not.
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk