|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r79995 - trunk/tools/build/v2/doc/src
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-13 01:00:14
Author: jurko
Date: 2012-08-13 01:00:13 EDT (Mon, 13 Aug 2012)
New Revision: 79995
URL: http://svn.boost.org/trac/boost/changeset/79995
Log:
Boost Build documentation typo correction.
Text files modified:
trunk/tools/build/v2/doc/src/extending.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/doc/src/extending.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/extending.xml (original)
+++ trunk/tools/build/v2/doc/src/extending.xml 2012-08-13 01:00:13 EDT (Mon, 13 Aug 2012)
@@ -169,7 +169,7 @@
local a = [ new action $(source) : common.copy : $(property-set) ] ;
local t = [ new file-target $(name) : CPP : $(project) : $(a) ] ;
</programlisting>
- <para>The first line creates an instance of the <classname>action></classname> class.
+ <para>The first line creates an instance of the <classname>action</classname> class.
The first parameter is the list of sources. The second parameter is the name
a jam-level <link linkend="bbv2.overview.jam_language.actions">action</link>.
The third parameter is the property-set applying to this action. The second line
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