Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60653 - branches/units/autoprefix/boost/units/systems/si/codata
From: pbristow_at_[hidden]
Date: 2010-03-16 14:38:02


Author: pbristow
Date: 2010-03-16 14:38:01 EDT (Tue, 16 Mar 2010)
New Revision: 60653
URL: http://svn.boost.org/trac/boost/changeset/60653

Log:
Doxygen file info updated.
Text files modified:
   branches/units/autoprefix/boost/units/systems/si/codata/electromagnetic_constants.hpp | 21 +++++++++++----------
   1 files changed, 11 insertions(+), 10 deletions(-)

Modified: branches/units/autoprefix/boost/units/systems/si/codata/electromagnetic_constants.hpp
==============================================================================
--- branches/units/autoprefix/boost/units/systems/si/codata/electromagnetic_constants.hpp (original)
+++ branches/units/autoprefix/boost/units/systems/si/codata/electromagnetic_constants.hpp 2010-03-16 14:38:01 EDT (Tue, 16 Mar 2010)
@@ -1,4 +1,4 @@
-// Boost.Units - A C++ library for zero-overhead dimensional analysis and
+// Boost.Units - A C++ library for zero-overhead dimensional analysis and
 // unit/quantity manipulation and conversion
 //
 // Copyright (C) 2003-2008 Matthias Christian Schabel
@@ -11,6 +11,13 @@
 #ifndef BOOST_UNITS_CODATA_ELECTROMAGNETIC_CONSTANTS_HPP
 #define BOOST_UNITS_CODATA_ELECTROMAGNETIC_CONSTANTS_HPP
 
+///
+/// \file
+/// \brief CODATA recommended values of fundamental electromagnetic constants.
+/// \details CODATA recommended values of the fundamental physical constants: NIST SP 961
+/// CODATA 2006 values as of 2007/03/30
+///
+
 #include <boost/units/static_constant.hpp>
 
 #include <boost/units/systems/detail/constants.hpp>
@@ -26,22 +33,16 @@
 
 #include <boost/units/systems/si/codata/typedefs.hpp>
 
-/// \file
-/// CODATA recommended values of fundamental electromagnetic constants
-/// CODATA 2006 values as of 2007/03/30
-
 namespace boost {
 
-namespace units {
+namespace units {
 
 namespace si {
-
+
 namespace constants {
 
 namespace codata {
 
-/// CODATA recommended values of the fundamental physical constants: NIST SP 961
-
 // ELECTROMAGNETIC
 /// elementary charge
 BOOST_UNITS_PHYSICAL_CONSTANT(e,quantity<electric_charge>,1.602176487e-19*coulombs,4.0e-27*coulombs);
@@ -62,7 +63,7 @@
 
 } // namespace codata
 
-} // namespace constants
+} // namespace constants
 
 } // namespace si
 


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