Boost logo

Boost-Commit :

From: jurko.gospodnetic_at_[hidden]
Date: 2008-06-30 07:31:19


Author: jurko
Date: 2008-06-30 07:31:18 EDT (Mon, 30 Jun 2008)
New Revision: 46896
URL: http://svn.boost.org/trac/boost/changeset/46896

Log:
Reverted a change from the previous revision that seems to cause an error attempting to generate the documentation.
Text files modified:
   trunk/tools/jam/doc/bjam.qbk | 7 +++----
   1 files changed, 3 insertions(+), 4 deletions(-)

Modified: trunk/tools/jam/doc/bjam.qbk
==============================================================================
--- trunk/tools/jam/doc/bjam.qbk (original)
+++ trunk/tools/jam/doc/bjam.qbk 2008-06-30 07:31:18 EDT (Mon, 30 Jun 2008)
@@ -1262,10 +1262,9 @@
  the [@http://www.cygwin.com/cygwin-api/func-cygwin-conv-to-win32-path.html
  =cygwin_conv_to_win32_path=] function. On other platforms, the string is
  unchanged. For example
-[pre
-local x = "/cygdrive/c/Program Files/Borland" ;
-ECHO $(x:W) ;
-]
+``
+ x = "/cygdrive/c/Program Files/Borland" ; ECHO $(x:W) ;
+``
 prints [^"C:\\Program Files\\Borland"] on Cygwin
 ]]
 


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