Boost logo

Boost-Commit :

From: jurko.gospodnetic_at_[hidden]
Date: 2008-04-30 16:58:06


Author: jurko
Date: 2008-04-30 16:58:05 EDT (Wed, 30 Apr 2008)
New Revision: 44953
URL: http://svn.boost.org/trac/boost/changeset/44953

Log:
Corrected a typo in the Boost Build documentation.
Text files modified:
   trunk/tools/build/v2/doc/src/extending.xml | 16 +++++++---------
   1 files changed, 7 insertions(+), 9 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 2008-04-30 16:58:05 EDT (Wed, 30 Apr 2008)
@@ -335,15 +335,13 @@
         converted to the right types to actually create the result.
       </para>
 
- <para>The <code>generated-target</code> <!-- Is it generated-target or generated-targets? -->
- method can be overridden
- when you want to add additional properties to the generated
- targets or use additional sources. For a real-life example,
- suppose you have a program analysis tool that should be given a
- name of executable and the list of all sources. Naturally, you
- don't want to list all source files manually. Here's how the
- <code>generated-targets</code> method can find the list of
- sources automatically:
+ <para>The <code>generated-targets</code> method can be overridden when you
+ want to add additional properties to the generated targets or use
+ additional sources. For a real-life example, suppose you have a program
+ analysis tool that should be given a name of executable and the list of
+ all sources. Naturally, you don't want to list all source files
+ manually. Here's how the <code>generated-targets</code> method can find
+ the list of sources automatically:
 <programlisting>
 class itrace-generator : generator {
 ....


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