diff --git a/v2/doc/src/abstract-target.xml b/v2/doc/src/abstract-target.xml index 252253054..dad53380c 100644 --- a/v2/doc/src/abstract-target.xml +++ b/v2/doc/src/abstract-target.xml @@ -13,6 +13,17 @@ Base class for all abstract targets. + +class abstract-target { + rule __init__ ( name : project ) + rule name ( ) + rule project ( ) + rule location ( ) + rule full-name ( ) + rule generate ( property-set ) +} + + Classes derived from abstract-target: @@ -31,19 +42,19 @@ - rule __init__ ( name : project-target ) + rule __init__ ( name : project ) - name + name - Name of the target in Jamfile. + The name of the target in the Jamfile. - + - project-target + project - The project target to which this one belongs. + The project to which this target belongs. @@ -65,7 +76,7 @@ Abstract Target rule project ( ) - Returns the project for this target. + Returns the project for this target. @@ -74,7 +85,7 @@ Abstract Target rule location ( ) - Return the location where the target was declared. + Returns the location where the target was declared.