Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76507 - trunk/boost/asio
From: chris_at_[hidden]
Date: 2012-01-15 06:29:26


Author: chris_kohlhoff
Date: 2012-01-15 06:29:25 EST (Sun, 15 Jan 2012)
New Revision: 76507
URL: http://svn.boost.org/trac/boost/changeset/76507

Log:
Fix doxygen comments.

Text files modified:
   trunk/boost/asio/basic_waitable_timer.hpp | 2 +-
   trunk/boost/asio/high_resolution_timer.hpp | 2 +-
   trunk/boost/asio/steady_timer.hpp | 2 +-
   trunk/boost/asio/system_timer.hpp | 2 +-
   4 files changed, 4 insertions(+), 4 deletions(-)

Modified: trunk/boost/asio/basic_waitable_timer.hpp
==============================================================================
--- trunk/boost/asio/basic_waitable_timer.hpp (original)
+++ trunk/boost/asio/basic_waitable_timer.hpp 2012-01-15 06:29:25 EST (Sun, 15 Jan 2012)
@@ -41,7 +41,7 @@
  * Most applications will use the boost::asio::waitable_timer typedef.
  *
  * @note This waitable timer functionality is for use with the C++11 standard
- * library's @c <chrono> facility, or with the Boost.Chrono library.
+ * library's @c &lt;chrono&gt; facility, or with the Boost.Chrono library.
  *
  * @par Thread Safety
  * @e Distinct @e objects: Safe._at_n

Modified: trunk/boost/asio/high_resolution_timer.hpp
==============================================================================
--- trunk/boost/asio/high_resolution_timer.hpp (original)
+++ trunk/boost/asio/high_resolution_timer.hpp 2012-01-15 06:29:25 EST (Sun, 15 Jan 2012)
@@ -35,7 +35,7 @@
 #if defined(GENERATING_DOCUMENTATION)
 /// Typedef for a timer based on the high resolution clock.
 /**
- * This typedef uses the C++11 @c <chrono> standard library facility, if
+ * This typedef uses the C++11 @c &lt;chrono&gt; standard library facility, if
  * available. Otherwise, it may use the Boost.Chrono library. To explicitly
  * utilise Boost.Chrono, use the basic_waitable_timer template directly:
  * @code

Modified: trunk/boost/asio/steady_timer.hpp
==============================================================================
--- trunk/boost/asio/steady_timer.hpp (original)
+++ trunk/boost/asio/steady_timer.hpp 2012-01-15 06:29:25 EST (Sun, 15 Jan 2012)
@@ -35,7 +35,7 @@
 #if defined(GENERATING_DOCUMENTATION)
 /// Typedef for a timer based on the steady clock.
 /**
- * This typedef uses the C++11 @c <chrono> standard library facility, if
+ * This typedef uses the C++11 @c &lt;chrono&gt; standard library facility, if
  * available. Otherwise, it may use the Boost.Chrono library. To explicitly
  * utilise Boost.Chrono, use the basic_waitable_timer template directly:
  * @code

Modified: trunk/boost/asio/system_timer.hpp
==============================================================================
--- trunk/boost/asio/system_timer.hpp (original)
+++ trunk/boost/asio/system_timer.hpp 2012-01-15 06:29:25 EST (Sun, 15 Jan 2012)
@@ -35,7 +35,7 @@
 #if defined(GENERATING_DOCUMENTATION)
 /// Typedef for a timer based on the system clock.
 /**
- * This typedef uses the C++11 @c <chrono> standard library facility, if
+ * This typedef uses the C++11 @c &lt;chrono&gt; standard library facility, if
  * available. Otherwise, it may use the Boost.Chrono library. To explicitly
  * utilise Boost.Chrono, use the basic_waitable_timer template directly:
  * @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