From 3cb3dd4b3633ce058388d82297aa6fbff1c1c40b Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Sat, 31 Mar 2012 20:22:28 +0000 Subject: [PATCH] Remove documentation of call-locally. It is unused by Boost.Build and doesn't seem very useful. Anything that it could be used for is probably handled better by the rules in indirect.jam [SVN r77674] --- v2/doc/src/reference.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/v2/doc/src/reference.xml b/v2/doc/src/reference.xml index 5ccd6be54..450561c30 100644 --- a/v2/doc/src/reference.xml +++ b/v2/doc/src/reference.xml @@ -1883,18 +1883,6 @@ using fop : fop-command : - - call-locally - rule call-locally ( qualified-rule-name args * : * ) - Given a possibly qualified rule name and arguments, remove - any initial module qualification from the rule and invoke it in - that module. If there is no module qualification, the rule is - invoked in the global module. - rules called this way may accept at most - 8 parameters. - - - load rule load ( module-name : filename ? : search * )