From f71db69e896bba062eeb6a5478b6cb58a4d741dd Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 22 Aug 2002 16:02:00 +0000 Subject: [PATCH] Added comment [SVN r15057] --- boost-base.jam | 2 ++ v1/boost-base.jam | 2 ++ 2 files changed, 4 insertions(+) diff --git a/boost-base.jam b/boost-base.jam index 0bcbfe8e7..5bcfa4c87 100644 --- a/boost-base.jam +++ b/boost-base.jam @@ -1220,6 +1220,8 @@ rule expand-target-names ( targets + : target-type ) # # declares a subproject-local target of the given name and target-type. This is # all top-level rules which declare targets should eventually go through here. +# +# RETURNS: the a list of target names for the files built by the target. rule declare-local-target ( target : sources * : requirements * : default-build * : target-type ) { # We expand out the name of the target and sources diff --git a/v1/boost-base.jam b/v1/boost-base.jam index 0bcbfe8e7..5bcfa4c87 100644 --- a/v1/boost-base.jam +++ b/v1/boost-base.jam @@ -1220,6 +1220,8 @@ rule expand-target-names ( targets + : target-type ) # # declares a subproject-local target of the given name and target-type. This is # all top-level rules which declare targets should eventually go through here. +# +# RETURNS: the a list of target names for the files built by the target. rule declare-local-target ( target : sources * : requirements * : default-build * : target-type ) { # We expand out the name of the target and sources