|
Boost-Commit : |
From: jurko.gospodnetic_at_[hidden]
Date: 2008-06-26 18:23:09
Author: jurko
Date: 2008-06-26 18:23:08 EDT (Thu, 26 Jun 2008)
New Revision: 46751
URL: http://svn.boost.org/trac/boost/changeset/46751
Log:
Corrected the Cygwin related :W Boost Jam variable expansion example so it would not display the $ sign as # on generated web pages.
Text files modified:
trunk/tools/jam/doc/bjam.qbk | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
Modified: trunk/tools/jam/doc/bjam.qbk
==============================================================================
--- trunk/tools/jam/doc/bjam.qbk (original)
+++ trunk/tools/jam/doc/bjam.qbk 2008-06-26 18:23:08 EDT (Thu, 26 Jun 2008)
@@ -1262,9 +1262,10 @@
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
-``
- x = "/cygdrive/c/Program Files/Borland" ; ECHO $(x:W) ;
-``
+[pre
+local 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