Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77674 - trunk/tools/build/v2/doc/src
From: steven_at_[hidden]
Date: 2012-03-31 16:22:29


Author: steven_watanabe
Date: 2012-03-31 16:22:28 EDT (Sat, 31 Mar 2012)
New Revision: 77674
URL: http://svn.boost.org/trac/boost/changeset/77674

Log:
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
Text files modified:
   trunk/tools/build/v2/doc/src/reference.xml | 12 ------------
   1 files changed, 0 insertions(+), 12 deletions(-)

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 2012-03-31 16:22:28 EDT (Sat, 31 Mar 2012)
@@ -1883,18 +1883,6 @@
           </para>
         </listitem>
 
- <listitem id="bbv2.reference.modules.modules.call-locally">
- <indexterm zone="bbv2.reference.modules.modules.call-locally"><primary>call-locally</primary></indexterm>
- <code lang="jam">rule call-locally ( qualified-rule-name args * : * )</code>
- <para>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.
- <note><para>rules called this way may accept at most
- 8 parameters.</para></note>
- </para>
- </listitem>
-
         <listitem id="bbv2.reference.modules.modules.load">
           <indexterm zone="bbv2.reference.modules.modules.load"><primary>load</primary></indexterm>
           <code lang="jam">rule load ( module-name : filename ? : search * )</code>


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