|
Boost-Commit : |
From: jurko.gospodnetic_at_[hidden]
Date: 2008-07-12 20:15:31
Author: jurko
Date: 2008-07-12 20:15:30 EDT (Sat, 12 Jul 2008)
New Revision: 47368
URL: http://svn.boost.org/trac/boost/changeset/47368
Log:
Comment typo corrections & stylistic changes.
Text files modified:
trunk/boost/date_time/compiler_config.hpp | 2 +-
trunk/boost/date_time/gregorian_calendar.ipp | 2 +-
trunk/libs/accumulators/doc/Jamfile.v2 | 18 +++++++++---------
3 files changed, 11 insertions(+), 11 deletions(-)
Modified: trunk/boost/date_time/compiler_config.hpp
==============================================================================
--- trunk/boost/date_time/compiler_config.hpp (original)
+++ trunk/boost/date_time/compiler_config.hpp 2008-07-12 20:15:30 EDT (Sat, 12 Jul 2008)
@@ -90,7 +90,7 @@
*
* For code that will be placed in the date_time .dll,
* it must be properly prefixed with BOOST_DATE_TIME_DECL.
- * The corresponding .cpp file must have BOOST_DATE_TIME_SOURCES
+ * The corresponding .cpp file must have BOOST_DATE_TIME_SOURCE
* defined before including its header. For examples see:
* greg_month.hpp & greg_month.cpp
*
Modified: trunk/boost/date_time/gregorian_calendar.ipp
==============================================================================
--- trunk/boost/date_time/gregorian_calendar.ipp (original)
+++ trunk/boost/date_time/gregorian_calendar.ipp 2008-07-12 20:15:30 EDT (Sat, 12 Jul 2008)
@@ -14,7 +14,7 @@
namespace boost {
namespace date_time {
//! Return the day of the week (0==Sunday, 1==Monday, etc)
- /*! Converts a the year-month-day into a day of the week number
+ /*! Converts a year-month-day into a day of the week number
*/
template<typename ymd_type_, typename date_int_type_>
BOOST_DATE_TIME_INLINE
Modified: trunk/libs/accumulators/doc/Jamfile.v2
==============================================================================
--- trunk/libs/accumulators/doc/Jamfile.v2 (original)
+++ trunk/libs/accumulators/doc/Jamfile.v2 2008-07-12 20:15:30 EDT (Sat, 12 Jul 2008)
@@ -7,10 +7,11 @@
import doxygen ;
import quickbook ;
-# Use Doxygen to emimt a tagfile with the definition of depends_on<>.
-# That tagfile will be used by Doxygen below when generating the Statistics
-# Library Reference. This is all so that the Doxygen-generated documentation
-# for the features shows the dependency relationships between them.
+
+# Use Doxygen to emit a tagfile with the definition of depends_on<>. That
+# tagfile will be used by Doxygen below when generating the Statistics Library
+# Reference. This is all so that the Doxygen-generated documentation for the
+# features shows the dependency relationships between them.
doxygen tagfile
:
../../../boost/accumulators/framework/depends_on.hpp
@@ -48,9 +49,8 @@
<reftitle>"Accumulators Framework Reference"
;
-# Generate the HTML form of the stats documentation, as this
-# causes Doxygen to generate .png images for the LaTeX formulas
-# embedded in the doc comments.
+# Generate the HTML form of the stats documentation, as this causes Doxygen to
+# generate .png images for the LaTeX formulas embedded in the doc comments.
doxygen statsdoc.html
:
[ glob ../../../boost/accumulators/statistics*.hpp ]
@@ -84,8 +84,8 @@
echo "Stamped" > "$(<)"
}
-# This causes the png files built above to be copied
-# into the html/images/accumulators directory.
+# This causes the png files built above to be copied into the
+# html/images/accumulators directory.
make statsdoclatex.tag
: statsdoc.html
: @copy-latex-pngs
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