2
0
mirror of https://github.com/boostorg/foreach.git synced 2026-02-17 13:42:21 +00:00

Use root links in quickbook.

[SVN r45364]
This commit is contained in:
Daniel James
2008-05-14 20:38:29 +00:00
parent 094865e098
commit 3b65afee87

View File

@@ -27,14 +27,14 @@
[/ Links ]
[def _foreach_ [^BOOST_FOREACH]]
[def _range_ [@../../libs/range/index.html Boost.Range]]
[def _iterator_range_ [@../../libs/range/doc/utility_class.html#iter_range `boost::iterator_range<>`]]
[def _sub_range_ [@../../libs/range/doc/utility_class.html#sub_range `boost::sub_range<>`]]
[def _extending_range_ [@../../libs/range/doc/boost_range.html#minimal_interface Extending Boost.Range]]
[def _single_pass_range_concept_ [@../../libs/range/doc/range.html#single_pass_range Single Pass Range Concept]]
[def _range_portability_ [@../../libs/range/doc/portability.html Boost.Range Portability]]
[def _noncopyable_ [@../../libs/utility/utility.htm#Class_noncopyable `boost::noncopyable`]]
[def _iterator_ [@../../libs/iterator/doc/index.html Boost.Iterator]]
[def _range_ [@/libs/range/index.html Boost.Range]]
[def _iterator_range_ [@/libs/range/doc/utility_class.html#iter_range `boost::iterator_range<>`]]
[def _sub_range_ [@/libs/range/doc/utility_class.html#sub_range `boost::sub_range<>`]]
[def _extending_range_ [@/libs/range/doc/boost_range.html#minimal_interface Extending Boost.Range]]
[def _single_pass_range_concept_ [@/libs/range/doc/range.html#single_pass_range Single Pass Range Concept]]
[def _range_portability_ [@/libs/range/doc/portability.html Boost.Range Portability]]
[def _noncopyable_ [@/libs/utility/utility.htm#Class_noncopyable `boost::noncopyable`]]
[def _iterator_ [@/libs/iterator/doc/index.html Boost.Iterator]]
[section Introduction]