|
Boost-Commit : |
From: jurko.gospodnetic_at_[hidden]
Date: 2008-08-22 04:02:57
Author: jurko
Date: 2008-08-22 04:02:56 EDT (Fri, 22 Aug 2008)
New Revision: 48288
URL: http://svn.boost.org/trac/boost/changeset/48288
Log:
Added missing documentation for Boost Jam's :T variable expansion modifier which converts all back-slashes ('\') to forward slashed ('/').
Text files modified:
trunk/tools/jam/doc/bjam.qbk | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
Modified: trunk/tools/jam/doc/bjam.qbk
==============================================================================
--- trunk/tools/jam/doc/bjam.qbk (original)
+++ trunk/tools/jam/doc/bjam.qbk 2008-08-22 04:02:56 EDT (Fri, 22 Aug 2008)
@@ -1255,6 +1255,14 @@
[[[^:L]]
[Replace uppercase characters with lowercase.]]
+[[[^:T]]
+ [Converts all back-slashes ("\\") to forward slashes ("/"). For example
+``
+ x = "C:\\Program Files\\Borland" ; ECHO $(x:T) ;
+``
+prints [^"C:/Program Files/Borland"]
+]]
+
[[[^:W]]
[When invoking Windows-based tools from [@http://www.cygwin.com/ Cygwin]
it can be important to pass them true windows-style paths. The =:W=
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