2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Clarified comments and docs

[SVN r16461]
This commit is contained in:
Dave Abrahams
2002-11-30 00:57:39 +00:00
parent 351888d1fe
commit 3aaee2d942
2 changed files with 22 additions and 16 deletions

View File

@@ -322,7 +322,9 @@ rule extend-subfeature (
feature # The feature whose subfeature is being extended
value-string ? # If supplied, specifies a specific value of the
# main feature for which the subfeature values are valid
# main feature for which the new subfeature values
# are valid
: subfeature # The name of the subfeature
: subvalues * # The additional values of the subfeature being defined.
)