|
Boost-Commit : |
From: jurko.gospodnetic_at_[hidden]
Date: 2008-01-05 12:46:46
Author: jurko
Date: 2008-01-05 12:46:45 EST (Sat, 05 Jan 2008)
New Revision: 42485
URL: http://svn.boost.org/trac/boost/changeset/42485
Log:
Stylistic comment changes & typo corrections.
Text files modified:
trunk/tools/build/v2/build/property.jam | 6 +++---
trunk/tools/build/v2/doc/src/reference.xml | 8 ++++----
trunk/tools/build/v2/util/doc.jam | 8 ++++----
3 files changed, 11 insertions(+), 11 deletions(-)
Modified: trunk/tools/build/v2/build/property.jam
==============================================================================
--- trunk/tools/build/v2/build/property.jam (original)
+++ trunk/tools/build/v2/build/property.jam 2008-01-05 12:46:45 EST (Sat, 05 Jan 2008)
@@ -87,9 +87,9 @@
}
}
-# Removes all conditional properties which conditions are not met
-# For those with met conditions, removes the condition. Properies
-# in conditions are looked up in 'context'
+# Removes all conditional properties which conditions are not met. For those
+# with met conditions, removes the condition. Properties in conditions are
+# looked up in 'context'.
rule evaluate-conditionals-in-context ( properties * : context * )
{
local base ;
Modified: trunk/tools/build/v2/doc/src/reference.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/reference.xml (original)
+++ trunk/tools/build/v2/doc/src/reference.xml 2008-01-05 12:46:45 EST (Sat, 05 Jan 2008)
@@ -1436,10 +1436,10 @@
<orderedlist>
<listitem>
<simpara>
- For each alternative <emphasis>condition</emphasis> is defined
- as the set of base properies in requirements. [Note: it might be
- better to specify the condition explicitly, as in
- conditional requirements].
+ For each alternative <emphasis>condition</emphasis> is defined as
+ the set of base properties in requirements. [Note: it might be
+ better to specify the condition explicitly, as in conditional
+ requirements].
</simpara>
</listitem>
Modified: trunk/tools/build/v2/util/doc.jam
==============================================================================
--- trunk/tools/build/v2/util/doc.jam (original)
+++ trunk/tools/build/v2/util/doc.jam 2008-01-05 12:46:45 EST (Sat, 05 Jan 2008)
@@ -848,10 +848,10 @@
}
}
-# Scan a module file for documentation comments. This also
-# invokes any actions assigned to the module. The actions
-# are the rules that do the actual output of the documentation.
-# This rue is invoked as the header scan rule for the module file.
+# Scan a module file for documentation comments. This also invokes any actions
+# assigned to the module. The actions are the rules that do the actual output of
+# the documentation. This rule is invoked as the header scan rule for the module
+# file.
#
rule scan-module (
target # The module file.
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