|
Boost-Commit : |
From: steven_at_[hidden]
Date: 2008-05-13 15:18:23
Author: steven_watanabe
Date: 2008-05-13 15:18:23 EDT (Tue, 13 May 2008)
New Revision: 45336
URL: http://svn.boost.org/trac/boost/changeset/45336
Log:
Removed references to non-existant headers
Text files modified:
sandbox/units/libs/units/doc/Jamfile.v2 | 2 +-
sandbox/units/libs/units/doc/units.qbk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: sandbox/units/libs/units/doc/Jamfile.v2
==============================================================================
--- sandbox/units/libs/units/doc/Jamfile.v2 (original)
+++ sandbox/units/libs/units/doc/Jamfile.v2 2008-05-13 15:18:23 EDT (Tue, 13 May 2008)
@@ -69,7 +69,7 @@
run_doxygen base_units_reference
:
../../../boost/units/systems/base_units.hpp
- ../../../boost/units/systems/other/non_si_units.hpp
+ [ path.glob-tree ../../../boost/units/systems/other : *.hpp : detail ]
[ path.glob-tree ../../../boost/units/systems/base_units : *.hpp : detail ]
:
"Base Units Reference"
Modified: sandbox/units/libs/units/doc/units.qbk
==============================================================================
--- sandbox/units/libs/units/doc/units.qbk (original)
+++ sandbox/units/libs/units/doc/units.qbk 2008-05-13 15:18:23 EDT (Tue, 13 May 2008)
@@ -417,8 +417,8 @@
[section:Conversions Conversions]
The macros needed for defining conversion can be found in
-[headerref boost/units/conversion.hpp], [headerref boost/units/absolute.hpp]
-(for conversion offsets), and [headerref boost/units/implicit_conversion.hpp]
+[headerref boost/units/conversion.hpp] and [headerref boost/units/absolute.hpp]
+(for conversion offsets)
The macro [___BOOST_UNITS_DEFINE_CONVERSION_FACTOR] specifies the
factor to convert from the first argument to the second. The
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